Haskell version of "Monad Transformers and Modular Interpreters"

Hello, I come across the paper "Monad Transformers and Modular Interpreters" (http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.268) alas the code is in Gofer and I'm not certain how all of it translates to Haskell. Are there other papers out there that translate this to Haskell? Günther

Hi Günther
Wolfram Kahl has a tech report 'A Modular Interpreter Built with Monad
Transformers' with a Haskell translation.
http://www.cas.mcmaster.ca/~kahl/FP/2003/Interpreter.pdf
Best wishes
Stephen
2010/2/28 Günther Schmidt
Hello,
I come across the paper "Monad Transformers and Modular Interpreters" (http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.17.268) alas the code is in Gofer and I'm not certain how all of it translates to Haskell.
Are there other papers out there that translate this to Haskell?
Günther
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (2)
-
Günther Schmidt
-
Stephen Tetley