ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/HsDocTy.hs
{-# OPTIONS_GHC -haddock #-}
module HsDocTy where
class C1 a where
f1 :: a -> Int
-- ^ comment on Int
{-# OPTIONS_GHC -haddock #-}
module HsDocTy where
class C1 a where
f1 :: a -> Int
-- ^ comment on Int