×
Nov 14, 2006 · Hi all, This is a little program I put together to practice Haskell. The specs can be found here: ...
Apr 24, 2009 · So I decided I'd check out Haskell today, and I was following the wikibook on it. This seems to be how they're doing it over there, however, ...
Mar 12, 2005 · The keyword data tells the compiler that we're introducing a new data type. In this case that type is called "Name". The ellipsis stands in for ...
Feb 4, 2008 · While I was learning Haskell I came across, A link to 99 Haskell Problems, and I found them to be really helpful since I can apply what I ...
What is Haskell? Haskell is an inferred statically-typed, lazily evaluated, purely functional programming language. What do these things mean?
Dec 23, 2004 · Functional programming is fundamentally a very different way of thinking about programming. After all, we can learn several languages and pat ...
Apr 3, 2005 · The list comprehension iterates over xs, binding each element to y, which it returns if y is not (/=) evenly disivible by x. ... You'll note that ...
Jan 2, 2007 · Hey I was trying out a program to find the area of cirlce in Haskell. I have a problem in converting the data types from integer to float.
Jan 7, 2005 · In my introduction to Haskell I createded a simple function greeting, which takes a name as a string and formulates a greeting. code:.
Dec 26, 2006 · I made a quick scheme for my favorite code editor, Programmers Notepad. It gives basic syntax highlighting for the users of Haskell and ...