ghc-exactprint-1.6.1.1: tests/examples/ghc94/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