diff options
Diffstat (limited to 'ProdProps.thy')
-rw-r--r-- | ProdProps.thy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ProdProps.thy b/ProdProps.thy index 14556af..47e386b 100644 --- a/ProdProps.thy +++ b/ProdProps.thy @@ -49,4 +49,9 @@ proof (subst compose_def, subst Prod_eq) qed (derive lems: assms) +text "Set up the \<open>compute\<close> method to automatically simplify function compositions." + +lemmas compose_comp [comp] + + end |