From e831a7c5106c09767a93209ac278edbe5291b153 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 9 Apr 2003 10:21:09 +0000 Subject: [PATCH] [project @ 2003-04-09 10:21:09 by simonpj] Typo --- Text/ParserCombinators/ReadP.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Text/ParserCombinators/ReadP.hs b/Text/ParserCombinators/ReadP.hs index 7b64185..67065c4 100644 --- a/Text/ParserCombinators/ReadP.hs +++ b/Text/ParserCombinators/ReadP.hs @@ -222,7 +222,7 @@ munch1 p = choice :: [ReadP a] -> ReadP a choice [] = pfail choice [p] = p -choide (p:ps) = p +++ choice ps +choice (p:ps) = p +++ choice ps skipSpaces :: ReadP () skipSpaces = -- 1.7.10.4