summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T9316.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T9316.hs')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T9316.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T9316.hs b/testsuite/tests/indexed-types/should_compile/T9316.hs
index 31da8f4791..473c213965 100644
--- a/testsuite/tests/indexed-types/should_compile/T9316.hs
+++ b/testsuite/tests/indexed-types/should_compile/T9316.hs
@@ -54,7 +54,7 @@ withSomeSing :: SingKind ('KProxy :: KProxy k)
=> DemoteRep ('KProxy :: KProxy k)
-> (forall (a :: k). Sing a -> r)
-> r
-withSomeSing = error "urk"
+withSomeSing _ _ = error "urk"
-----------------------------------