ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/Haddock3.hs
{-# OPTIONS_GHC -fno-warn-redundant-constraints -haddock #-}
module Haddock3 (
f
{-| nested-style doc comments -}
, g
) where
f = undefined
g = undefined
{-# OPTIONS_GHC -fno-warn-redundant-constraints -haddock #-}
module Haddock3 (
f
{-| nested-style doc comments -}
, g
) where
f = undefined
g = undefined