summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail183.hs
blob: 0e21d72345538f53d1f15ce23d6d91834f6e1f17 (plain)
1
2
3
4
5
{-# LANGUAGE Haskell2010 #-}

module ShouldCompile where

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