-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
“Validation Parsers”
liftMaybe :: forall s m a. Monad m => (Unit -> String) -> Maybe a -> ParserT s m a
liftEither :: forall s m a. Monad m => Either String a -> ParserT s m a
liftExceptT :: forall s m a. Monad m => ExceptT String m a -> ParserT s m aSee also #84
Or perhaps these should be called maybeParserT, eitherParserT, exceptParserT?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels