packages feed

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

module TransAssociated(A(..)) where

import Bundle (A(..))

foo = MkA 5
baz = NoA

qux (MkA x) = x
qux NoA = 0