aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/univ.ml
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/univ.ml')
-rw-r--r--kernel/univ.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/univ.ml b/kernel/univ.ml
index ef2024c7a..0a22733d0 100644
--- a/kernel/univ.ml
+++ b/kernel/univ.ml
@@ -56,7 +56,7 @@ let cmp_univ_level u v = match u,v with
else compare dp1 dp2
let string_of_univ_level = function
- | Set -> "0"
+ | Set -> "Set"
| Level (d,n) -> Names.string_of_dirpath d^"."^string_of_int n
module UniverseLMap =
@@ -603,7 +603,7 @@ let pr_constraints c =
in pp_std ++ pr_uni_level u1 ++ str op_str ++
pr_uni_level u2 ++ fnl () ) c (str "")
-(* Dumping constrains to a file *)
+(* Dumping constraints to a file *)
let dump_universes output g =
let dump_arc _ = function