/Prelude-v21.1.0/Natural/isZero.dhall
Copy path to clipboardReturns True
if a number is 0
and returns False
otherwise
Examples
isZero 2 ≡ False
isZero 0 ≡ True
Returns True
if a number is 0
and returns False
otherwise
isZero 2 ≡ False
isZero 0 ≡ True