aboutsummaryrefslogtreecommitdiff
path: root/Coprod.thy
diff options
context:
space:
mode:
authorJosh Chen2018-09-12 06:33:55 +0200
committerJosh Chen2018-09-12 06:33:55 +0200
commita1afde729f1d9b2f930696b117cfaec827eaa178 (patch)
tree651ad0a1413cd911bf81caa862928117015fc6a7 /Coprod.thy
parentd7b9fc814d0fcb296156143a5d9bc3f5d9ad9ad1 (diff)
Some final touchups before release 0.1 for the MS thesis
Diffstat (limited to '')
-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;