-- | This instance should be commented on
instance MyClass Int where
  -- | This method is also comment-worthy
  myMethod x = x + 1