aeson-better-errors
aeson-better-errors copied to clipboard
iEachInArray
It would be very convenient to have something like this:
iEachInArray :: (Monad m) => (Int -> ParseT err m a) -> ParseT err m [a]