aeson-better-errors icon indicating copy to clipboard operation
aeson-better-errors copied to clipboard

iEachInArray

Open kozross opened this issue 5 years ago • 0 comments

It would be very convenient to have something like this:

iEachInArray :: (Monad m) => (Int -> ParseT err m a) -> ParseT err m [a] 

kozross avatar Oct 19 '20 19:10 kozross