error-location: error functions that show file location information

[ bsd3, deprecated, development, library ] [ Propose Tags ]
Deprecated in favor of file-location
$(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]

Modules

[Last Documentation]

  • ErrorLocation

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.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
Dependencies base (>=0.4 && <0.5), template-haskell [details]
License BSD-3-Clause
Author Greg Weber
Maintainer greg@gregweber.info
Category Development
Home page https://github.com/gregwebs/ErrorLocation.hs
Uploaded by GregWeber at 2011-07-23T04:16:33Z
Distributions NixOS:0.1.5.5
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 7583 total (30 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-27 [all 6 reports]