Hi, is anyone using fxp (a XML parser for SML, see [1]) with Poly/ML (version 4.1.4 from sf.net)?
I "ported" fxp more or less successfully to Poly/ML 4.1.4 (i.e., it compiles without errors) but I'm getting strange runtime errors. The same code runs flawlessly using sml/NJ and MLton, thus I think the reason of my problem is a behavioural difference of Poly/ML in the basis library. Finding this difference seems to be not that easy, thus I'm interested in people that are already using fxp together with Poly/ML. Do you have ny hints, tipps, or tricks?
Achim