packages feed

ghc-exactprint-1.14.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