[Haskell-cafe] Expanding do notation

Chris Kuklewicz haskell at list.mightyreason.com
Sat Jan 7 12:30:14 EST 2006


Ooops,

> headOfP <- return (Control.Excection.evaluate (head p))

should be

> headOfP <- (Control.Excection.evaluate (head p))



More information about the Haskell-Cafe mailing list