/HaskellLearning

Haskell examples from Learn You a Haskell for Great Good!

Primary LanguageHaskellMIT LicenseMIT

HaskellLearning

Haskell examples from Learn You a Haskell for Great Good!

http://learnyouahaskell.com/

In order to execute the following samples the Haskell platform needs to be installed.. In order to execute the code from the command line you need to run the following:

ghci
:l myfunctions.hs -- to load the module
:r -- reloads all modules