purescript-0.8.5.0: PureScript Programming Language Compiler

Safe HaskellNone
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