summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T13738.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T13738.hs')
-rw-r--r--testsuite/tests/polykinds/T13738.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/polykinds/T13738.hs b/testsuite/tests/polykinds/T13738.hs
index 85a1048f53..8420ca9158 100644
--- a/testsuite/tests/polykinds/T13738.hs
+++ b/testsuite/tests/polykinds/T13738.hs
@@ -1,9 +1,9 @@
{-# LANGUAGE PolyKinds #-}
-{-# LANGUAGE TypeInType #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}
+
module T13738 where
import Data.Coerce