DEBSOURCES
Skip Quicknav
sources / haskell-ormolu / 0.8.0.0-1 / data / examples / import / deprecated-export-multi-line-out.hs
1234567
module X ( {-# DEPRECATE D(D1) "D1 will not be exposed in a version 0.2 and later" #-} D (D1, D2), ) where data D = D1 | D2