brittany/data/Test199.hs

5 lines
132 B
Haskell

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