summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Coercion.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Coercion.hs-boot')
-rw-r--r--compiler/GHC/Core/Coercion.hs-boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/GHC/Core/Coercion.hs-boot b/compiler/GHC/Core/Coercion.hs-boot
index 3143414feb..276a48cf81 100644
--- a/compiler/GHC/Core/Coercion.hs-boot
+++ b/compiler/GHC/Core/Coercion.hs-boot
@@ -36,6 +36,8 @@ mkSubCo :: HasDebugCallStack => Coercion -> Coercion
mkProofIrrelCo :: Role -> Coercion -> Coercion -> Coercion -> Coercion
mkAxiomRuleCo :: CoAxiomRule -> [Coercion] -> Coercion
+funRole :: Role -> FunSel -> Role
+
isGReflCo :: Coercion -> Bool
isReflCo :: Coercion -> Bool
isReflexiveCo :: Coercion -> Bool