haskell playground
Playing with Haskell
First steps
- Install Haskell Platform: https://www.haskell.org/platform
- To start
repl
, just runghci
. - To load a file inside
repl
, type:l <yourfile.hs>
(.hs
is a haskell extension)
Playing with Haskell
repl
, just run ghci
.repl
, type :l <yourfile.hs>
(.hs
is a haskell extension)