Hi
> Matt has kindly volunteered to implement this, if you would be happy
> to accept such a patch.
In principle yes, but I see some practical problems.
Which binary library? There's one in GHC already, but if you wanted your parser
to be compatible, you'd have to use the same library (or carefully write the
binary parser to be compatible).
The one already in GHC would be the one we would pick. S expressions
would be an option, but binary is probably a neater choice. I'd
actually not care if it was just deriving Read/Show on every data type
- I just want to load up a Core file.
Isn't there a canonical parser and data types for GHC's core somewhere?
Is there? I've asked if such a thing exists several times, and each
time I get told it doesn't. If there was that would make me very happy
:)
Thanks
Neil
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc