
9 Mar
2007
9 Mar
'07
9:36 a.m.
Immanuel Normann schrieb:
I am a newbie to literate Haskell and these are my two simple questions:
How do I compile a literate haskell file foo.lhs (using ghc-6.6)?
The same way, how you would translate foo.hs
Is there a tool that translates foo.lhs to foo.hs?
there is an "unlit" program under ghc's libdir (that you usually do not need): /usr/local/lib/ghc-6.6/unlit Cheers Christian