ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/Trac10045.hs
module Trac10045 where
newtype Meta = Meta ()
foo (Meta ws1) =
let copy :: _
copy w from = copy w 1
in copy ws1 1
module Trac10045 where
newtype Meta = Meta ()
foo (Meta ws1) =
let copy :: _
copy w from = copy w 1
in copy ws1 1