| 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.
Synopsis
- 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
| Show Indentation Source # | |
Defined in Text.Parsec.Indent.Internal Methods showsPrec :: Int -> Indentation -> ShowS # show :: Indentation -> String # showList :: [Indentation] -> ShowS # | |
prettyLine :: Indentation -> String Source #