[Haskell-cafe] New type of expressions containing (error ...) includes noisy implicit parameter

Bryan Richter b at chreekat.net
Sat Feb 13 19:48:57 UTC 2016


On Sat, Feb 13, 2016 at 09:18:07AM -0800, Eric Seidel wrote:
> Here's what the GHCi session should look like.
> 
> > $ ghci
> > GHCi, version 8.0.0.20160204: http://www.haskell.org/ghc/  :? for help
> > Loaded GHCi configuration from /home/callen/.ghci
> > Prelude> let myList = [1..5 :: Integer]
> > Prelude> let myList' = myList ++ undefined
> > Prelude> :t myList'
> > myList' :: HasCallStack => [Integer]

What use case is satisfied by providing this information? How does it
benefit the Haskell programmer? How do I use it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Digital signature
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160213/24e9fa27/attachment.sig>


More information about the Haskell-Cafe mailing list