30 Jun
2006
30 Jun
'06
7:38 a.m.
Alistair_Bayley:
From: haskell-bounces@haskell.org [mailto:haskell-bounces@haskell.org] On Behalf Of Ashley Yakeley
HNOP does nothing. Here's a sample session to illustrate:
$ ./hnop $
The code is written entirely in plain Haskell 98 and makes no use of FFI or impure functions. The source is available in a darcs repository:
darcs get http://semantic.org/hnop/
Possible applications include generated code size comparison for compilers, and as a starting point for more complex Haskell projects.
Cool, that's awesome. But I don't see any Haddock docs? Or a Cabal Setup.hs? Would it be much trouble to add them?
Done. See attached patch. :) -- Don