libcspm-1.0.0: A library providing a parser, type checker and evaluator for CSPM.

Safe HaskellNone

Util.Annotated

Documentation

data SrcLoc Source

Constructors

SrcLoc 
NoLoc 

Instances

data Located a Source

Constructors

L 

Instances

Eq a => Eq (Located a) 
Ord b => Ord (Located b) 
Show a => Show (Located a) 
PrettyPrintable a => PrettyPrintable (Located a)