
17 Sep
2005
17 Sep
'05
4:34 a.m.
Hello Sara, Saturday, September 17, 2005, 5:11:23 AM, you wrote: SK> 1) In my work, I use GXL representation to represent a quantification SK> (e.g. forall(x:Z|x = 3 and x^2 - 3x + 2 =0)) SK> 2) My objective is to write a Haskell module to extract the content of SK> the GXL file such that a prover theorem (e.g, ICS) and a computer SK> algebra system (e.g, Matlab) can read the content of GXL file. SK> If any of you have experiences or any ideas about the problem, please SK> share with me. you may use Parsec module to create parser: http://www.cs.uu.nl/people/daan/download/parsec/parsec.html -- Best regards, Bulat mailto:bulatz@HotPOP.com