YhcSource codeContentsIndex
SyntaxPos
Synopsis
data Pos
class HasPos a where
getPos :: a -> Pos
Documentation
data Pos
abstract type for storing the position of a syntactic construct in a file, that is, line and column number of both start and end positions.
show/hide Instances
Eq Pos
Ord Pos
Show Pos
class HasPos a where
Methods
getPos :: a -> Pos
show/hide Instances
Produced by Haddock version 0.8