aboutsummaryrefslogtreecommitdiff
path: root/Sum.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-18 23:27:25 +0200
committerJosh Chen2018-08-18 23:27:25 +0200
commit8833cdf99d3128466d85eb88aeb8e340e07e937c (patch)
tree87094caffe667540ac03cc05e9e1054c04a112d9 /Sum.thy
parente1be5f97bb2a42b3179bc24b118d69af137f8e5d (diff)
Reorganize methods
Diffstat (limited to '')
-rw-r--r--Sum.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sum.thy b/Sum.thy
index dce5834..f97bef1 100644
--- a/Sum.thy
+++ b/Sum.thy
@@ -63,7 +63,7 @@ text "Rule attribute declarations:"
lemmas Sum_comp [comp]
lemmas Sum_wellform [wellform] = Sum_wellform1 Sum_wellform2
-lemmas Sum_routine [intro] = Sum_form Sum_intro Sum_comp Sum_elim
+lemmas Sum_routine [intro] = Sum_form Sum_intro Sum_elim
section \<open>Empty type\<close>