[Haskell-beginners] if ands

Nathan M. Holden nathanmholden at gmail.com
Thu Nov 5 21:05:22 EST 2009


If you have an if statement like

if (a&&b) then fun else fun'

and a is false, does GHC actually bother to check b?


More information about the Beginners mailing list