On Thu, 21 Feb 2002 13:46:45 +0000 (GMT) Mark Fowler <[EMAIL PROTECTED]> wrote: > > BTW, I'm writing Inline::Haskell. > > Haskell is pure functional language, > > and it's exciting as well. > > Great! Will it be able to deal with Miranda as well?
No, my implementation depend on Hugs interpreter. http://www.haskell.org/hugs/ But Miranda library could be supported by using following module. http://cvs.haskell.org/cgi-bin/cvsweb.cgi/fptools/hslibs/hbc/src/Attic/Miranda.hs?hideattic=0 -- SH [EMAIL PROTECTED]
