File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- overlay mathcomp https://github.com/tragicus/math-comp weak-cs 19611
1+ overlay odd-order https://github.com/tragicus/odd-order pr19611 19611
2+ overlay Coq-HoTT https://github.com/Tragicus/Coq-HoTT pr19611 19611
Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ val apply_hooks : hook
9595exception No_cs of bool
9696
9797val decompose_proj : env -> evar_map -> state -> (Names.Constant .t * EConstr.EInstance .t ) *
98- (EConstr .t list * EConstr .t * Reductionops.Stack .t )
98+ (EConstr .t list option * EConstr .t * Reductionops.Stack .t )
9999val check_conv_record : env -> evar_map ->
100100 (Names.Constant .t * EConstr.EInstance .t ) *
101- (EConstr .t list * EConstr .t * Reductionops.Stack .t ) ->
101+ (EConstr .t list option * EConstr .t * Reductionops.Stack .t ) ->
102102 state ->
103103 evar_map * (constr * constr )
104104 * constr * constr list * (EConstr .t list * EConstr .t list option ) *
You can’t perform that action at this time.
0 commit comments