We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19f312 commit 9a687a5Copy full SHA for 9a687a5
src/Text/Parsing/Parser/String.purs
@@ -67,7 +67,7 @@ skipSpaces = do
67
return unit
68
69
-- | Match one of the characters in the array.
70
-oneOf :: forall s m a. (Monad m) => Array Char -> ParserT String m Char
+oneOf :: forall m. (Monad m) => Array Char -> ParserT String m Char
71
oneOf ss = satisfy (flip elem ss)
72
73
-- | Match any character not in the array.
0 commit comments