summaryrefslogtreecommitdiff
path: root/compiler/types/Type.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/Type.hs-boot')
-rw-r--r--compiler/types/Type.hs-boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/Type.hs-boot b/compiler/types/Type.hs-boot
index 16c6bfe07b..9149eece05 100644
--- a/compiler/types/Type.hs-boot
+++ b/compiler/types/Type.hs-boot
@@ -11,7 +11,7 @@ isPredTy :: HasDebugCallStack => Type -> Bool
isCoercionTy :: Type -> Bool
mkAppTy :: Type -> Type -> Type
-mkCastTy :: Type -> Coercion -> Type
+mkCastTy :: HasCallStack => Type -> Coercion -> Type
piResultTy :: HasDebugCallStack => Type -> Type -> Type
eqType :: Type -> Type -> Bool