summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/tc233.hs
blob: 0f031e0fcf8407fa48c5b7430fb6a2f429a1ad14 (plain)
1
2
3
4
5
6
7

{-# LANGUAGE RankNTypes #-}

module ShouldCompile where

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