summaryrefslogtreecommitdiff
path: root/compiler/types/TyCoRep.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/TyCoRep.hs-boot')
-rw-r--r--compiler/types/TyCoRep.hs-boot4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/types/TyCoRep.hs-boot b/compiler/types/TyCoRep.hs-boot
index 8f1d0ad526..0050dcd26b 100644
--- a/compiler/types/TyCoRep.hs-boot
+++ b/compiler/types/TyCoRep.hs-boot
@@ -1,7 +1,5 @@
module TyCoRep where
-import GhcPrelude
-
import Data.Data ( Data )
import {-# SOURCE #-} Var( Var, ArgFlag, AnonArgFlag )
@@ -22,6 +20,4 @@ type MCoercionN = MCoercion
mkFunTy :: AnonArgFlag -> Type -> Type -> Type
mkForAllTy :: Var -> ArgFlag -> Type -> Type
-isRuntimeRepTy :: Type -> Bool
-
instance Data Type -- To support Data instances in CoAxiom