ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/haddockA031.hs
{-# LANGUAGE RankNTypes #-}
module ShouldCompile where
data A
= A
| {-| comment for B -} forall a. B a a
| forall a. Num a => C a {-^ comment for C -}
{-# LANGUAGE RankNTypes #-}
module ShouldCompile where
data A
= A
| {-| comment for B -} forall a. B a a
| forall a. Num a => C a {-^ comment for C -}