summaryrefslogtreecommitdiff
path: root/testsuite/tests/rebindable
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r--testsuite/tests/rebindable/T19167.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/rebindable/T19167.hs b/testsuite/tests/rebindable/T19167.hs
index 6f7ebff33d..4e98e815ea 100644
--- a/testsuite/tests/rebindable/T19167.hs
+++ b/testsuite/tests/rebindable/T19167.hs
@@ -6,6 +6,7 @@ module Bug where
import qualified Prelude as P
import qualified GHC.Exts as P
import Data.List.NonEmpty ( NonEmpty )
+import Data.Type.Equality ( type (~) )
fromInteger :: P.Integer -> forall a. P.Num a => a
fromInteger n = P.fromInteger n