These are my solution to this Haskell tutorial.
You can try it out easily by:
cd ch10
ghci listing_1.hs
... and then in ghci do:
> runRepl
>>> (load "stdlib.scm")
>>> (min '(10 9 8 7 6 5 4))
4
These are my solution to this Haskell tutorial.
You can try it out easily by:
cd ch10
ghci listing_1.hs
... and then in ghci do:
> runRepl
>>> (load "stdlib.scm")
>>> (min '(10 9 8 7 6 5 4))
4