Skip to content

Commit c4443cf

Browse files
committed
golf coq.collect-goals
1 parent 91c0c6b commit c4443cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rocq_elpi_builtins.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3898,7 +3898,6 @@ fold_left over the terms, letin body comes before the type).
38983898
let sigma = get_sigma state in
38993899
let evars_of_term c =
39003900
let rec evrec env (acc_set,acc_rev_l as acc) c =
3901-
let c = EConstr.whd_evar sigma c in
39023901
match EConstr.kind sigma c with
39033902
| Constr.Evar (n, l) ->
39043903
if Evar.Set.mem n acc_set then

0 commit comments

Comments
 (0)