
22 Feb
2009
22 Feb
'09
2:23 a.m.
"Daniel" == Daniel Fischer
writes:
Thanks. In fact all I need is: parse_integer :: Parser Int parse_integer = do digits <- many1 digit let n = read digits return n as the format does not permit a sign. What I was missing was digits. Where does it come from? I can't find it with Hoggle. -- Colin Adams Preston Lancashire