aboutsummaryrefslogtreecommitdiff
path: root/Sum.thy
diff options
context:
space:
mode:
authorJosh Chen2018-08-13 10:37:20 +0200
committerJosh Chen2018-08-13 10:37:20 +0200
commit962fc96123039b53b9c6946796e909fb50ec9004 (patch)
tree16f7d456fef26b6eb549200515a274e8ed3fc388 /Sum.thy
parent7a89ec1e72f61179767c6488177c6d12e69388c5 (diff)
rcompose done
Diffstat (limited to 'Sum.thy')
-rw-r--r--Sum.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sum.thy b/Sum.thy
index eddb464..145c303 100644
--- a/Sum.thy
+++ b/Sum.thy
@@ -60,7 +60,7 @@ and
Sum_form_cond2: "(\<Sum>x:A. B(x): U(i)) \<Longrightarrow> B: A \<longrightarrow> U(i)"
lemmas Sum_rules [intro] = Sum_form Sum_intro Sum_elim Sum_comp
-lemmas Sum_forms = Sum_form Sum_form_cond1 Sum_form_cond2
+lemmas Sum_wellform [wellform] = Sum_form_cond1 Sum_form_cond2
lemmas Sum_comps [comp] = Sum_comp