ogma-core-1.7.0: Ogma: Helper tool to interoperate between Copilot and other languages.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Location

Description

Locations where conditions take place (within a file, or outside).

Synopsis

Documentation

data Location Source #

Locations where conditions take place (within a file, or outside).

Constructors

LocationNothing

No location info.

LocationFile String

Within a file.

LocationFileLine String Int

On a line within a file.

LocationFileLC String Int Int

On a line and column within a file.