Tag: ghci
Haskell, unlike most the more common languages, is a declarative programming language.
So, the way we write programs in haskell is a tad different to what you're probably used to if you have any experience..
Once you've got your haskell compiler (I...