hdiff
packages
feed
live-sequencer
-0.0: data/Integer.hs
module Integer where isZero :: Integer -> Bool ; isZero 0 = True ; isZero _ = False ;