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`.
|
||||
--
|
||||
-- TODO: remove, replace with `fields` combinator.
|
||||
--
|
||||
many :: Parser a -> Parser [a]
|
||||
many p = many'
|
||||
where
|
||||
|
Loading…
Reference in New Issue
Block a user