Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Commit

Permalink
Make equivalence_simp work flawlessly with process functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeltsch committed Jul 11, 2019
1 parent 8f0f318 commit 9949ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Isabelle/Utilities/Equivalences.thy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ begin
named_theorems equivalence_simp_goal_preparation and equivalence_simp

method equivalence_simp = (
simp only: equivalence_simp_goal_preparation [THEN sym];
simp only: equivalence_simp_goal_preparation [THEN sym] id_def comp_def;
simp only: equivalence_simp [transferred]
)

Expand Down

0 comments on commit 9949ea1

Please sign in to comment.