This commit is contained in:
Kirill Andreev 2020-05-09 12:17:37 +04:00
parent c8b4c2bd35
commit bc155bea16
No known key found for this signature in database
GPG Key ID: CF7DA79DE4785A47

View File

@ -246,6 +246,8 @@ optional p = fmap Just p <|> return Nothing
-- | Custom `Alternative.many`. -- | Custom `Alternative.many`.
-- --
-- TODO: remove, replace with `fields` combinator.
--
many :: Parser a -> Parser [a] many :: Parser a -> Parser [a]
many p = many' many p = many'
where where