Skip to content

Commit

Permalink
hint simplify now extracts rewriting rules from <=>
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Sep 5, 2023
1 parent bcdb9cb commit 7d59877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ecReduction.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,7 @@ module User = struct
let rec doit conds f =
match sform_of_form (simp f) with
| SFimp (f1, f2) -> doit (f1 :: conds) f2
| SFiff (f1, f2)
| SFeq (f1, f2) -> (f1, f2, List.rev conds)
| _ when ty_equal tbool (EcEnv.ty_hnorm f.f_ty env) ->
(f, f_true, List.rev conds)
Expand Down

0 comments on commit 7d59877

Please sign in to comment.