Safe Haskell | None |
---|---|
Language | GHC2021 |
Symparsec.Parser.Functor
Description
Type-level string parsers shaped like Functor
functions.
Documentation
data ((f :: a ~> b) <$> (p :: PParser a)) (s :: FunKind PState (PReply b)) infixl 4 Source #
<$>
for parsers. Apply the given type function to the result.