| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.DocTest.Internal.Location
Documentation
A combination of file name and line number.
Constructors
| UnhelpfulLocation String | |
| Location FilePath Line |
A thing with a location attached.
toLocation :: SrcSpan -> Location Source #
Convert a GHC source span to a location.
noLocation :: a -> Located a Source #
Add dummy location information.