aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/constr.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-04-10 16:22:04 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-06 09:59:00 +0200
commitd2f36624980cdc169d0ebcc4c0be66446b4a8936 (patch)
treebdf2b9ec219d0312f9217ac13135cb235bad8ceb /kernel/constr.mli
parent99c8b69f5ef0f92b26ec23be06743312846f5af3 (diff)
Add doc on the new API for universe polymorphism and primitive projections
Diffstat (limited to 'kernel/constr.mli')
-rw-r--r--kernel/constr.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli
index be6250257..0e7bafdc6 100644
--- a/kernel/constr.mli
+++ b/kernel/constr.mli
@@ -202,12 +202,12 @@ val kind : constr -> (constr, types) kind_of_term
and application grouping *)
val equal : constr -> constr -> bool
-(** [eq_constr_univs a b] [true, c] if [a] equals [b] modulo alpha, casts,
- application grouping and the universe equalities in [c]. *)
+(** [eq_constr_univs u a b] is [true] if [a] equals [b] modulo alpha, casts,
+ application grouping and the universe equalities in [u]. *)
val eq_constr_univs : constr Univ.check_function
-(** [leq_constr_univs a b] [true, c] if [a] is convertible to [b] modulo
- alpha, casts, application grouping and the universe inequalities in [c]. *)
+(** [leq_constr_univs u a b] is [true] if [a] is convertible to [b] modulo
+ alpha, casts, application grouping and the universe inequalities in [u]. *)
val leq_constr_univs : constr Univ.check_function
(** [eq_constr_universes a b] [true, c] if [a] equals [b] modulo alpha, casts,