File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ let universe_level_variable =
211211[%% if coq = " 9.0" || coq = " 9.1" ]
212212type univ_cst = Univ .univ_constraint
213213type univ_csts = Univ.Constraints .t
214- type univ_ctx_set = Univ.ContextSet .t
215214
216215let univ_lt = Univ. Lt
217216let univ_le = Univ. Le
@@ -253,7 +252,6 @@ let universe_constraint : univ_cst API.Conversion.t =
253252[%% else ]
254253type univ_cst = Univ.UnivConstraint .t
255254type univ_csts = Univ.UnivConstraints .t
256- type univ_ctx_set = PConstraints.ContextSet .t
257255let univ_lt = Univ.UnivConstraint. Lt
258256let univ_le = Univ.UnivConstraint. Le
259257let univ_eq = Univ.UnivConstraint. Eq
Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ type uinstanceoption =
2727[%% if coq = " 9.0" || coq = " 9.1" ]
2828type univ_cst = Univ .univ_constraint
2929type univ_csts = Univ.Constraints .t
30- type univ_ctx_set = Univ.ContextSet .t
3130[%% else ]
3231type univ_cst = Univ.UnivConstraint .t
3332type univ_csts = Univ.UnivConstraints .t
34- type univ_ctx_set = PConstraints.ContextSet .t
3533[%% endif]
3634
3735type universe_decl = (Univ.Level .t list * bool ) * (univ_csts * bool )
Original file line number Diff line number Diff line change @@ -355,15 +355,13 @@ let is_mutual_inductive_entry_ground { Entries.mind_entry_params; mind_entry_ind
355355[%% if coq = " 9.0" || coq = " 9.1" ]
356356let evd_merge_sort_context_set rigid = Evd. merge_sort_context_set rigid
357357let check_univ_decl = UState. check_univ_decl
358- let empty_ctxset = Univ.ContextSet. empty
359358let univ_csts_to_list = Univ.Constraints. elements
360359let univs_of_csts = UState. constraints
361360let ucsts_filter = Univ.Constraints. filter
362361let default_polyflags = false
363362[%% else ]
364363let evd_merge_sort_context_set rigid = Evd. merge_sort_context_set rigid QGraph. Internal
365364let check_univ_decl = UState. check_univ_decl
366- let empty_ctxset = PConstraints.ContextSet. empty
367365let univ_csts_to_list = Univ.UnivConstraints. elements
368366let univs_of_csts x = PConstraints. univs @@ UState. constraints x
369367let ucsts_filter = Univ.UnivConstraints. filter
You can’t perform that action at this time.
0 commit comments