summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_fail/T10045.hs
blob: 9b8c45f49bfd982b3276b2bf5712cfa52d446d0a (plain)
1
2
3
4
5
6
7
8
module T10045 where

newtype Meta = Meta ()

foo (Meta ws1) =
     let copy :: _
         copy w from = copy w True
     in copy ws1 False