packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/TransBundle.hs

module TransAssociated(A(..)) where

import Bundle (A(..))

foo = MkA 5
baz = NoA

qux (MkA x) = x
qux NoA = 0