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

Commit

Permalink
Merge pull request #95 from input-output-hk/bug/equivalence-simp-with…
Browse files Browse the repository at this point in the history
…-process-functions

Make `equivalence_simp` work flawlessly with process functions
  • Loading branch information
jeltsch committed Jul 11, 2019
2 parents 8f0f318 + 9949ea1 commit 30b3620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Isabelle/Utilities/Equivalences.thy
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 30b3620

Please sign in to comment.