aboutsummaryrefslogtreecommitdiff
path: root/kernel/uGraph.mli
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-11 11:35:17 +0100
committerMaxime Dénès2017-12-11 11:35:17 +0100
commita77f3a3e076e273af35ad520cae2eef0e3552811 (patch)
treebedea2242a6c3f0e2deb6a2cd4f731f7c5014824 /kernel/uGraph.mli
parent5aaa240e4480ade7a5348e71a95fe3b2bc5a2c4e (diff)
parent611da26d847888031cac4d6976b9e7e1e90cdc0e (diff)
Merge PR #6368: [api] Remove yet another type alias.
Diffstat (limited to 'kernel/uGraph.mli')
-rw-r--r--kernel/uGraph.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/uGraph.mli b/kernel/uGraph.mli
index b95388ed03..f71d83d853 100644
--- a/kernel/uGraph.mli
+++ b/kernel/uGraph.mli
@@ -35,10 +35,10 @@ val check_eq_instances : Instance.t check_function
constraints are not satisfiable. *)
val enforce_constraint : univ_constraint -> t -> t
-val merge_constraints : constraints -> t -> t
+val merge_constraints : Constraint.t -> t -> t
val check_constraint : t -> univ_constraint -> bool
-val check_constraints : constraints -> t -> bool
+val check_constraints : Constraint.t -> t -> bool
(** Adds a universe to the graph, ensuring it is >= or > Set.
@raises AlreadyDeclared if the level is already declared in the graph. *)
@@ -57,7 +57,7 @@ val empty_universes : t
val sort_universes : t -> t
-val constraints_of_universes : t -> constraints
+val constraints_of_universes : t -> Constraint.t
val check_subtype : AUContext.t check_function
(** [check_subtype univ ctx1 ctx2] checks whether [ctx2] is an instance of