luisgepeto / HaskellLearning

Haskell examples from Learn You a Haskell for Great Good!

Home Page:http://learnyouahaskell.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Haskell examples from Learn You a Haskell for Great Good!

http://learnyouahaskell.com/

License:MIT License


Languages

Language:Haskell 100.0%