summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T10931.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T10931.hs')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T10931.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T10931.hs b/testsuite/tests/indexed-types/should_compile/T10931.hs
index 44e5865177..2c0ea204d3 100644
--- a/testsuite/tests/indexed-types/should_compile/T10931.hs
+++ b/testsuite/tests/indexed-types/should_compile/T10931.hs
@@ -20,6 +20,6 @@ class ( m ~ Outer m (Inner m) ) => BugC (m :: * -> *) where
instance BugC (IdT m) where
type Inner (IdT m) = m
- type Outer (IdT _) = IdT
+ type Outer (IdT m) = IdT
bug f = IdC f