[Haskell-cafe] Callstack Implicit Param for Unsafe Prelude Functions

aditya siram aditya.siram at gmail.com
Tue Oct 20 17:29:11 UTC 2015


Since the latest base now has a way of getting generating stack traces via
the `CallStack` implicit param, is there any reason not to add that param
to the error messages of unsafe functions in the Prelude ( and even
commonly used modules like Data.Maybe/Data.List)?

The type signature will change but for most users it should be a drop-in
replacement and a great aid to debugging.

Thanks!
-deech
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151020/d109bf69/attachment.html>


More information about the Haskell-Cafe mailing list