Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Test.Framework.Location
Description
This module defines types and functions dealing with source code locations.
Documentation
An abstract type representing locations in a file.
The unknown location (file ?
and line 0
).
lineNumber :: Location -> Int #
Extract the line number of a Location
.