anatoli <[EMAIL PROTECTED]> writes: > ghc -fglasgow-exts -fallow-undecidable-instances allows > constructs which amount to lambda abstraction over types. > I've written a small untyped lambda calculus interpreter > in the Haskell class/instance sublanguage, just to prove > this point. (The terms are Haskell *types*.)
Cool! Some time ago I wrote a Turing machine evaluator in Haskell types with undecidable instances. It's described at http://www.chttp://www.cl.cam.ac.uk/~kw217/research/misc/undec.html Enjoy! --KW 8-) -- Keith Wansbrough <[EMAIL PROTECTED]> http://www.cl.cam.ac.uk/users/kw217/ University of Cambridge Computer Laboratory. _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell