error-location-0.1.2: error functions that show file location information

The error-location package

This package is obsolete: use file-location instead.

> $(err "OH NO!") > > main:Main main.hs:16:1 OH NO! Notice how it displays package:module file:line:character It exposes the functions err (error), undef (undefined), and trc (Debug.Trace.trace). All of these behave the same as their normal counterpart but also spit out a location. I also included my favorite helper, debug, which is like trace but just show the value. No TH version with location yet. > debug [1,2,3] > > DEBUG: [1,2,3] > [1,2,3]

Properties

Versions0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.5, 0.1.5.1, 0.1.5.2, 0.1.5.3, 0.1.5.4, 0.1.5.5
Dependenciesbase (0.4.*), template-haskell
LicenseBSD3
AuthorGreg Weber
Maintainergreg@gregweber.info
CategoryDevelopment
Home pagehttps://github.com/gregwebs/ErrorLocation.hs
Upload dateSat Jul 23 04:16:33 UTC 2011
Uploaded byGregWeber
Build failureghc-7.0 (log), ghc-7.4 (log)

Modules

Downloads