aboutsummaryrefslogtreecommitdiff
path: root/parsing
diff options
context:
space:
mode:
Diffstat (limited to 'parsing')
-rw-r--r--parsing/grammar.mllib2
-rw-r--r--parsing/ppconstr.ml4
2 files changed, 1 insertions, 5 deletions
diff --git a/parsing/grammar.mllib b/parsing/grammar.mllib
index 27ca281c82..c99ae47d06 100644
--- a/parsing/grammar.mllib
+++ b/parsing/grammar.mllib
@@ -16,8 +16,6 @@ Predicate
Option
Names
-Univ
-
Libnames
Summary
Genarg
diff --git a/parsing/ppconstr.ml b/parsing/ppconstr.ml
index f08ef361df..b64dd6ff87 100644
--- a/parsing/ppconstr.ml
+++ b/parsing/ppconstr.ml
@@ -112,12 +112,10 @@ let pr_sep_com sep f c = pr_with_comments (constr_loc c) (sep() ++ f c)
let pr_in_comment pr x = str "(* " ++ pr x ++ str " *)"
-let pr_universe = Univ.pr_uni
-
let pr_glob_sort = function
| GProp -> str "Prop"
| GSet -> str "Set"
- | GType u -> hov 0 (str "Type" ++ pr_opt (pr_in_comment pr_universe) u)
+ | GType u -> hov 0 (str "Type" ++ pr_opt (pr_in_comment (fun x->x)) u)
let pr_id = pr_id
let pr_name = pr_name