diff options
| author | letouzey | 2012-03-22 13:22:09 +0000 |
|---|---|---|
| committer | letouzey | 2012-03-22 13:22:09 +0000 |
| commit | f4c935fffa04b2007d8d8bf7b9eafc3a72ac8cf4 (patch) | |
| tree | 78e67bff2ae35c7007a489767ba82b532812ea72 /kernel/univ.mli | |
| parent | 8ab3816d1a4302b576e7d9d144c70524d5528376 (diff) | |
Univ: enforce_leq instead of enforce_geq for more uniformity
Same for check_leq instead of check_geq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15081 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/univ.mli')
| -rw-r--r-- | kernel/univ.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli index e4e66915d1..2d1a660565 100644 --- a/kernel/univ.mli +++ b/kernel/univ.mli @@ -42,7 +42,7 @@ val sup : universe -> universe -> universe type universes type check_function = universes -> universe -> universe -> bool -val check_geq : check_function +val check_leq : check_function val check_eq : check_function (** The empty graph of universes *) @@ -60,7 +60,7 @@ val is_empty_constraint : constraints -> bool type constraint_function = universe -> universe -> constraints -> constraints -val enforce_geq : constraint_function +val enforce_leq : constraint_function val enforce_eq : constraint_function (** {6 ... } *) |
