purescript-0.6.7: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred
LanguageHaskell98

Language.PureScript.Parser.State

Description

State for the parser monad

Synopsis

Documentation

data ParseState Source

State for the parser monad

Constructors

ParseState 

Fields

indentationLevel :: Column

The most recently marked indentation level

Instances