Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 361 Bytes

File metadata and controls

16 lines (11 loc) · 361 Bytes

Write Yourself A Scheme In 48 Hours

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