Skip to content

Commit 74dc919

Browse files
committed
overlay hott and odd-order
1 parent 26926c3 commit 74dc919

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
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

pretyping/evarconv.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ val apply_hooks : hook
9595
exception No_cs of bool
9696

9797
val 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)
9999
val 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) *

0 commit comments

Comments
 (0)