summaryrefslogtreecommitdiff
path: root/compiler/types/Coercion.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/types/Coercion.hs-boot')
-rw-r--r--compiler/types/Coercion.hs-boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/types/Coercion.hs-boot b/compiler/types/Coercion.hs-boot
index df4a24e5b2..6e6acd752a 100644
--- a/compiler/types/Coercion.hs-boot
+++ b/compiler/types/Coercion.hs-boot
@@ -28,12 +28,14 @@ mkTransCo :: Coercion -> Coercion -> Coercion
mkNthCo :: HasDebugCallStack => Role -> Int -> Coercion -> Coercion
mkLRCo :: LeftOrRight -> Coercion -> Coercion
mkInstCo :: Coercion -> Coercion -> Coercion
-mkCoherenceCo :: Coercion -> Coercion -> Coercion
+mkGReflCo :: Role -> Type -> MCoercionN -> Coercion
+mkNomReflCo :: Type -> Coercion
mkKindCo :: Coercion -> Coercion
mkSubCo :: Coercion -> Coercion
mkProofIrrelCo :: Role -> Coercion -> Coercion -> Coercion -> Coercion
mkAxiomRuleCo :: CoAxiomRule -> [Coercion] -> Coercion
+isGReflCo :: Coercion -> Bool
isReflCo :: Coercion -> Bool
isReflexiveCo :: Coercion -> Bool
decomposePiCos :: Kind -> [Type] -> Coercion -> ([Coercion], Coercion)