[Haskell-cafe] Strictness that GHC infers for functions

Donald Bruce Stewart dons at cse.unsw.edu.au
Fri Dec 9 18:15:40 EST 2005


Check section 6.2 of the ghc user's guide, under "How do I find out a
function's strictness" :) It's in the .hi files.

joelr1:
> Duncan,
> 
> How do you find out the strictness that ghc infers for functions?
> 
> 	Thanks, Joel
> 
> On Dec 8, 2005, at 8:09 PM, Duncan Coutts wrote:
> 
> >For example it's not currently convenient to find out the strictness
> >that ghc infers for functions (though it is possible). Ideally an  
> >IDE or
> >something would be able to present this sort of information along with
> >the inferred type etc.
> 
> --
> http://wagerlabs.com/
> 
> 
> 
> 
> 
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe


More information about the Haskell-Cafe mailing list