Il 18/mar/2015 18:18 "Nadir Sampaoli" <[email protected]> ha scritto: > > and :: Bool → Bool → Bool > and True _ = True > and _ x = x >
Eh, scusate, intendevo:
and :: Bool → Bool → Bool
and False _ = False
and _ x = x
_______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
