summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail183.hs
blob: d46d87ad7c4e08b4282faad7a977b63c02e5a316 (plain)
1
2
3
4

module ShouldCompile where

newtype Swizzle = MkSwizzle (forall a. Ord a => [a] -> [a])