Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Safe Haskell | Safe-Infered |
Documentation
data LiterateState Source
LiterateStart | Parsing literate syntax |
IlliterateStart | Disable literate parsing |
LiterateCode | In the midst of a |
LiterateTrack | In the midst of a |
data LiterateMark d Source
Functor LiterateMark | |
Foldable LiterateMark | |
Traversable LiterateMark | |
Foldable1 LiterateMark | |
Traversable1 LiterateMark | |
Semigroup d => Semigroup (LiterateMark d) | |
HasBytes d => HasBytes (LiterateMark d) | |
HasDelta d => HasDelta (LiterateMark d) | |
MonadMark d m => MonadMark (LiterateMark d) (Literate m) |