diff options
| author | Gaëtan Gilbert | 2018-04-28 17:58:08 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-17 18:46:09 +0200 |
| commit | b0ef649660542ae840ea945d7ab4f1f3ae7b85cd (patch) | |
| tree | 34fbd8ce43c2dea72f458788a5c3f64139a82e3e /pretyping | |
| parent | f9c6afa70325012ffbbd7722a600ca6eed425105 (diff) | |
Split off Universes functions dealing with names.
This API is a bit strange, I expect it will change at some point.
Diffstat (limited to 'pretyping')
| -rw-r--r-- | pretyping/vernacexpr.ml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pretyping/vernacexpr.ml b/pretyping/vernacexpr.ml index 3a49d6cf83..67a526bc12 100644 --- a/pretyping/vernacexpr.ml +++ b/pretyping/vernacexpr.ml @@ -32,8 +32,8 @@ type goal_reference = | NthGoal of int | GoalId of Id.t -type univ_name_list = Universes.univ_name_list -[@@ocaml.deprecated "Use [Universes.univ_name_list]"] +type univ_name_list = UnivNames.univ_name_list +[@@ocaml.deprecated "Use [UnivNames.univ_name_list]"] type printable = | PrintTables @@ -49,7 +49,7 @@ type printable = | PrintMLLoadPath | PrintMLModules | PrintDebugGC - | PrintName of reference or_by_notation * Universes.univ_name_list option + | PrintName of reference or_by_notation * UnivNames.univ_name_list option | PrintGraph | PrintClasses | PrintTypeClasses @@ -65,7 +65,7 @@ type printable = | PrintScopes | PrintScope of string | PrintVisibility of string option - | PrintAbout of reference or_by_notation * Universes.univ_name_list option * Goal_select.t option + | PrintAbout of reference or_by_notation * UnivNames.univ_name_list option * Goal_select.t option | PrintImplicit of reference or_by_notation | PrintAssumptions of bool * bool * reference or_by_notation | PrintStrategy of reference or_by_notation option |
