purescript-0.6.1.1: 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

sourceName :: String

Source name

sourcePosLine :: Int

Line number

sourcePosColumn :: Int

Column number