@hackage ImperativeHaskell2.0.0.1
A library for writing Imperative style haskell.
Categories
License
GPL-3.0-only
Maintainer
Matthew Mirman <mmirman@andrew.cmu.edu>
Links
Versions
Installation
Dependencies (3)
- base >=4.0 && <5.0
- mtl >=2.0 && <3.0
- template-haskell >=2.6 && <3.0 Show all…
Dependents (1)
@hackage/acme-everything
Just proof that Haskell' can be truly imperative, and even look like C.
For some background, look in http://kormacode.blogspot.com/2011/11/c-style-haskell_10.html
For an example usage, look in Main.hs.