ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10045.hs
module T10045 where
newtype Meta = Meta ()
foo (Meta ws1) =
let copy :: _
copy w from = copy w True
in copy ws1 False
module T10045 where
newtype Meta = Meta ()
foo (Meta ws1) =
let copy :: _
copy w from = copy w True
in copy ws1 False