instance ContainsInteger Int where isInteger _ = True
instance ContainsInteger Integer where isInteger _ = True