notas-lc/logo.hs~

3 lines
54 B
Haskell

(==>) :: Bool -> Bool -> Bool
x == > y = (not x) || y