ghc-exactprint-0.5.7.0: tests/examples/ghc86/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 -}