{-# OPTIONS_GHC -fno-warn-redundant-constraints -haddock #-} module Haddock3 ( f {-| nested-style doc comments -} , g ) where f = undefined g = undefined