ghc-exactprint-1.14.1.0: tests/examples/transform/InstanceGraft.hs
module InstanceGraft where combine :: Int -> Int -> Int combine a b = a + b class C t where go :: t -> Int go n = todo instance C Int where go n = todo
module InstanceGraft where combine :: Int -> Int -> Int combine a b = a + b class C t where go :: t -> Int go n = todo instance C Int where go n = todo