packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/Bundle.hs

module Bundle(A(..)) where

import BundleInternal (A(..))

foo = MkA 5
baz = NoA

qux (MkA x) = x
qux NoA = 0