Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#14449.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Jun 4, 2021
1 parent e1fe634 commit 6475509
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/coq.ml
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,13 @@ let rewrite ?(abort=false) hypinfo subst =
let rew = build hypinfo subst in
let tac =
if not abort then
Equality.general_rewrite_bindings
hypinfo.l2r
Equality.general_rewrite ~where:None
~l2r:hypinfo.l2r
Locus.AllOccurrences
true (* tell if existing evars must be frozen for instantiation *)
false
~freeze:true (* tell if existing evars must be frozen for instantiation *)
~dep:false
~with_evars:true
(rew,Tactypes.NoBindings)
true
else
Tacticals.New.tclIDTAC
in tac
Expand Down

0 comments on commit 6475509

Please sign in to comment.