-- :load "c:\\HaskellProgs\\chap4_3.hs" {- a && b = if and [a,b] then True else False -} a && b = if a then b else False