Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#19803.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot authored and damien-pous committed Nov 13, 2024
1 parent f429176 commit 7966d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fold.ml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let ra_fold_term env sigma ops ob t =
let obt = Monoid.ob ops in
(* TOTKINK: Use Evarconv.conv ? *)
let unifiable sg env x y =
try sigma := Unification.w_unify env sg Conversion.CONV x y; true
try sigma := snd @@ Unification.w_unify env sg Conversion.CONV x y; true
with _ -> false
in

Expand Down

0 comments on commit 7966d1a

Please sign in to comment.