stefanor:
> On Tue, Jan 08, 2008 at 09:48:37PM +0000, Fernando Rodriguez wrote:
> > Is there a way to configure ghci to display the number of reuctions after 
> > each compution (as in winhugs)?
> 
> No.

Kind of, since you probably just want stats, not some notion of
reductions:

    Prelude> :set +s
    Prelude> last [1..1000000]
    1000000
    (0.05 secs, 87390328 bytes)

-- Don
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to