
11 Dec
2007
11 Dec
'07
6:35 a.m.
Hi All, Thanks for the general help on literate HTML. It seems that using bird-tick style literate works better than \begin{code} style. I tried it with my document, but quickly gave up - mainly because I decided literateness did not fit with what I was doing.
You can compile a .html file with: ghc --make -x lhs index.html
You can also load it in GHCi with:
ghci -x lhs index.html
The -x flag doesn't seem to work for runhaskell
I couldn't get it working either, so have raised a feature request bug. Thanks for everyone's help, Neil