
21 Feb
2004
21 Feb
'04
3:29 p.m.
I have gotten past the syntax errors and am now into type errors. Hopefully if I get some help with one I can fix the rest on my own. Here is the funct 36 code3 :: [b] -> [Char] 37 code3 = do{char '!'; digit; char 's'; many (do char 's'); return "Suc"} +++ do{char '%'; char 's'; digit; many (do digit): return "Suc"} ERROR "C:\Documents and Settings\mmorvant\Desktop\haskell.hs":37 - Type error in application *** Expression : many do {...} : return "Suc" *** Term : many do {...} *** Type : Parser [Char] *** Does not match : [Char]
7806
Age (days ago)
7806
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matthew Morvant