diff options
Diffstat (limited to 'ghc/compiler/tests/rename/Rn016.hi')
-rw-r--r-- | ghc/compiler/tests/rename/Rn016.hi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ghc/compiler/tests/rename/Rn016.hi b/ghc/compiler/tests/rename/Rn016.hi new file mode 100644 index 0000000000..b098b368a6 --- /dev/null +++ b/ghc/compiler/tests/rename/Rn016.hi @@ -0,0 +1,11 @@ +interface Rn016 where +import X(K) + +class K a where + op1 :: a -> a -> a + op2 :: Int -> a + +instance K Int +instance K Bool +instance K [a] + |