aboutsummaryrefslogtreecommitdiff
path: root/ProdProps.thy
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ProdProps.thy5
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