
4 Jul
2010
4 Jul
'10
11:50 a.m.
You don't need HDirect for this.
I've attached an early revision of Wolfram Kahl's code that I download
years ago - this is a plain Haskell version rather than a literate
file you should find it easier to use.
The file itself seems to have disappeared from the web, though maybe
it is findable through the Wayback machine.
On 4 July 2010 16:33, Larry Evans
{-# LANGUAGE PatternSignatures #-}
did work. Thanks. However, during the compilations, there were many warnings about pattern matching. Also, I plan to use this with hugs. I'm not sure which haskell compiler was used. Does that matter? I'm actually trying to use:
http://www.cas.mcmaster.ca/~kahl/FP/2003/Interpreter.lhs
with hugs.