RosettaCodeData/Task/Test-integerness/Haskell/test-integerness-2.hs

3 lines
55 B
Haskell

class ContainsInteger a where
isInteger :: a -> Bool