indents-0.5.0.1: indentation sensitive parser-combinators for parsec
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Parsec.Indent.Internal

Description

Some internals. They are exposed for your convenience but can change in between patch releases.

Synopsis

Documentation

data Indentation Source #

We use our own position type that doesn't require a SourceName.

Constructors

Indentation 

Fields

Instances

Instances details
Show Indentation Source # 
Instance details

Defined in Text.Parsec.Indent.Internal

Methods

showsPrec :: Int -> Indentation -> ShowS

show :: Indentation -> String

showList :: [Indentation] -> ShowS