@@ -24,7 +24,7 @@ type uinstanceoption =
2424 | VarInstance of (FlexibleData.Elpi .t * RawData .term list * inv_rel_key )
2525 (* a variable was provided, the command will compute the instance to unify with it *)
2626
27- [%% if coq = " 9.0" || coq = " 9.1" || coq = " 9.2 " ]
27+ [%% if coq = " 9.0" || coq = " 9.1" ]
2828type univ_cst = Univ .univ_constraint
2929type univ_csts = Univ.Constraints .t
3030type univ_ctx_set = Univ.ContextSet .t
@@ -122,7 +122,7 @@ val lp2skeleton :
122122type coercion_status = Regular | Off | Reversible
123123type record_field_spec = { name : Name .t ; is_coercion : coercion_status ; is_canonical : bool }
124124
125- [%% if coq = " 9.0" || coq = " 9.1" || coq = " 9.2 " ]
125+ [%% if coq = " 9.0" || coq = " 9.1" ]
126126val lp2inductive_entry :
127127 depth :int -> empty coq_context -> constraints -> State .t -> term ->
128128 State .t * (DeclareInd .default_dep_elim list * Entries .mutual_inductive_entry * Univ.ContextSet .t * UnivNames .universe_binders * (bool * record_field_spec list ) option * DeclareInd .one_inductive_impls list ) * Conversion .extra_goals
@@ -233,7 +233,7 @@ val in_elpiast_primitive : loc:Ast.Loc.t -> primitive_value -> Ast.Term.t
233233
234234val uinstance : UVars.Instance .t Conversion .t
235235
236- [%% if coq = " 9.0" || coq = " 9.1" || coq = " 9.2 " ]
236+ [%% if coq = " 9.0" || coq = " 9.1" ]
237237val universe_constraint : Univ .univ_constraint Conversion .t
238238[%% else ]
239239val universe_constraint : Univ.UnivConstraint .t Conversion .t
@@ -325,7 +325,7 @@ val body_of_constant :
325325val grab_global_env_drop_univs_and_sigma : State .t -> State .t
326326val grab_global_env_drop_sigma : State .t -> State .t
327327
328- [%% if coq = " 9.0" || coq = " 9.1" || coq = " 9.2 " ]
328+ [%% if coq = " 9.0" || coq = " 9.1" ]
329329val grab_global_env : uctx :Univ .ContextSet .t -> State .t -> State .t
330330val grab_global_env_drop_sigma_keep_univs : uctx :Univ .ContextSet .t -> State .t -> State .t
331331[%% else ]
@@ -372,7 +372,7 @@ val merge_universe_context : state -> UState.t -> state
372372val restricted_sigma_of : Univ.Level.Set .t -> state -> Evd .evar_map
373373val universes_of_term : state -> EConstr .t -> Univ.Level.Set .t
374374
375- [%% if coq = " 9.0" || coq = " 9.1" || coq = " 9.2 " ]
375+ [%% if coq = " 9.0" || coq = " 9.1" ]
376376val poly_cumul_udecl_variance_of_options : state -> options -> state * bool * bool * UState .universe_decl * Entries .variance_entry
377377val universes_of_udecl : state -> UState .universe_decl -> Univ.Level.Set .t
378378[%% else ]
0 commit comments