A instance is like an Interface for a Haskell Typeclass. Inherits existing props from the Haskell Class
instance YesNo instance where
yesno 0 = False
yesno _ = TrueA instance is like an Interface for a Haskell Typeclass. Inherits existing props from the Haskell Class
instance YesNo instance where
yesno 0 = False
yesno _ = True