| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
FP.Parser.Mixfix
Documentation
Constructors
| MixesF | |
Fields
| |
Constructors
| MixfixF | |
Fields
| |
mixfixParserF :: forall t f a. Comonad f => MixfixF t f a -> (Parser t a -> Parser t (f a)) -> Parser t (f a) Source
Constructors
| Mixes | |
Constructors
| Mixfix | |
Fields
| |
mixfixPure :: Mixfix t a -> MixfixF t ID a Source
mixfixParser :: Mixfix t a -> Parser t a Source