aboutsummaryrefslogtreecommitdiff
path: root/Coprod.thy
diff options
context:
space:
mode:
Diffstat (limited to 'Coprod.thy')
-rw-r--r--Coprod.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Coprod.thy b/Coprod.thy
index b87958a..1ff7361 100644
--- a/Coprod.thy
+++ b/Coprod.thy
@@ -28,7 +28,7 @@ and
\<And>x. x: A \<Longrightarrow> c x: C (inl x);
\<And>y. y: B \<Longrightarrow> d y: C (inr y);
u: A + B
- \<rbrakk> \<Longrightarrow> ind\<^sub>+ c d u : C u"
+ \<rbrakk> \<Longrightarrow> ind\<^sub>+ c d u: C u"
and
Coprod_comp_inl: "\<lbrakk>
C: A + B \<longrightarrow> U i;