On Wed, Jul 22, 2009 at 07:21:56PM +0100, B1lal wrote: > im having problem with this Haskell functions > female, male :: String -> Bool female = not . male male = not . female :) -- Felipe.