[Haskell-cafe] ghci and applicative

Paul Keir pkeir at dcs.gla.ac.uk
Fri Jun 12 10:00:12 EDT 2009


Thanks Ryan, I'm slowly becoming aware of the effects of Monomorphism. I'll look
again at Neil Mitchell's blog post.

I guess it's the same thing when I try:

> let a = 1
> a + 1.0

I'm taking the "mono" as a clue that the type inferencing will complete after
each ghci carriage return; once only. In this example when "a" is set, it is
to an Integer. One might imagine ghci could wait until I use "a" somewhere, but
that's not how things are.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090612/14048b6b/attachment.html


More information about the Haskell-Cafe mailing list