summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Type.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Type.hs-boot')
-rw-r--r--compiler/GHC/Core/Type.hs-boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Type.hs-boot b/compiler/GHC/Core/Type.hs-boot
index 8afa22c771..c38f6fc89d 100644
--- a/compiler/GHC/Core/Type.hs-boot
+++ b/compiler/GHC/Core/Type.hs-boot
@@ -21,6 +21,7 @@ tcView :: Type -> Maybe Type
isRuntimeRepTy :: Type -> Bool
isMultiplicityTy :: Type -> Bool
isLiftedTypeKind :: Type -> Bool
+tYPE :: Type -> Type
splitTyConApp_maybe :: HasDebugCallStack => Type -> Maybe (TyCon, [Type])
tyConAppTyCon_maybe :: Type -> Maybe TyCon