Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Text.Parsec.Indent.Internal
Description
Some internals. They are exposed for your convenience but can change in between patch releases.
- data Indentation = Indentation {}
- prettyIndentation :: Indentation -> String
- prettyLine :: Indentation -> String
Documentation
data Indentation Source #
We use our own position type that doesn't require a SourceName
.
Constructors
Indentation | |
Instances
prettyLine :: Indentation -> String Source #