Monad f => Monad (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Functor f => Functor (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Applicative f => Applicative (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Alternative f => Alternative (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
MonadPlus f => MonadPlus (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
TokenParsing f => TokenParsing (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
LookAheadParsing f => LookAheadParsing (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
CharParsing f => CharParsing (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Parsing f => Parsing (Lazy f) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
ConsumedInputParsing (Lazy Get) Source # | |
Instance detailsDefined in Text.Parser.Input |
InputParsing (Lazy Get) Source # | |
Instance detailsDefined in Text.Parser.Input |
DeterministicParsing (Lazy Get) Source # | |
Instance detailsDefined in Text.Parser.Deterministic |
Eq (f a) => Eq (Lazy f a) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Ord (f a) => Ord (Lazy f a) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Read (f a) => Read (Lazy f a) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
Show (f a) => Show (Lazy f a) Source # | |
Instance detailsDefined in Text.Parser.Wrapper |
type ParserInput (Lazy Get) Source # | |
Instance detailsDefined in Text.Parser.Input |
type ParserPosition (Lazy Get) Source # | |
Instance detailsDefined in Text.Parser.Input |