i252/prax2/notBool.hs

5 lines
65 B
Haskell

#!/usr/bin/env runghc
notBool :: Bool -> Bool
notBool x = not x