[Haskell-beginners] haskell problem

Felipe Lessa felipe.lessa at gmail.com
Wed Jul 22 23:11:47 EDT 2009


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.


More information about the Beginners mailing list