summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T14270.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T14270.hs')
-rw-r--r--testsuite/tests/polykinds/T14270.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T14270.hs b/testsuite/tests/polykinds/T14270.hs
index 3eed83c657..d578be344e 100644
--- a/testsuite/tests/polykinds/T14270.hs
+++ b/testsuite/tests/polykinds/T14270.hs
@@ -76,7 +76,7 @@ splitApp rep@(TrFun _ a b) = Just (IsApp (mkTrApp arr a) b)
splitApp (TrTyCon{}) = Nothing
withTypeable :: forall a r. TypeRep a -> (Typeable a => r) -> r
-withTypeable = undefined
+withTypeable _ _ = undefined
eqTypeRep :: forall k1 k2 (a :: k1) (b :: k2).
TypeRep a -> TypeRep b -> Maybe (a :~~: b)