Add TODO
This commit is contained in:
parent
c8b4c2bd35
commit
bc155bea16
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user