[Haskell-cafe] Parsec Expected Type
Paul Keir
pkeir at dcs.gla.ac.uk
Thu Mar 27 20:02:50 EDT 2008
Hi,
Does anyone know why this reduced Parsec production stops compilation, and how I can fix it?
tester = reserved "parameter"
<|> do { reserved "dimension"; symbol ":" }
Thanks,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080328/7dba0fbe/attachment.htm
More information about the Haskell-Cafe
mailing list