purescript-0.4.18: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred

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