purescript-0.6.9.5: PureScript Programming Language Compiler

Safe HaskellSafe-Inferred
LanguageHaskell98

Language.PureScript.AST.SourcePos

Description

Source position information

Synopsis

Documentation

data SourcePos Source

Source position information

Constructors

SourcePos 

Fields

sourcePosLine :: Int

Line number

sourcePosColumn :: Int

Column number

data SourceSpan Source

Constructors

SourceSpan 

Fields

spanName :: String

Source name

spanStart :: SourcePos

Start of the span

spanEnd :: SourcePos