instance MyClass Int where
myMethod
:: Int
-> Int
-> AReallyLongType
myMethod x = x + 1
myMethod2 :: Int -> Int
myMethod2 x = x + 1