| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
UVMHS.Lib.Parser.ParserContext
Documentation
data ParserContext Source #
Constructors
| ParserContext | |
Instances
| Append ParserContext Source # | |
Defined in UVMHS.Lib.Parser.ParserContext Methods (⧺) :: ParserContext -> ParserContext -> ParserContext Source # | |
| Monoid ParserContext Source # | |
Defined in UVMHS.Lib.Parser.ParserContext | |
| Null ParserContext Source # | |
Defined in UVMHS.Lib.Parser.ParserContext Methods null :: ParserContext Source # | |
| (Pretty LocRange, Pretty (WindowL Doc Doc), Pretty (WindowR Doc Doc)) => Pretty ParserContext Source # | |
Defined in UVMHS.Lib.Parser.ParserContext Methods pretty :: ParserContext -> Doc Source # | |