Skip to content

Commit 5cd3e5e

Browse files
authored
prose: fix family type in the dependent sum section
1 parent 583459f commit 5cd3e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/1Lab/intro.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ former, $\sum$! Indeed, the short discussion there also made some
10841084
mention of the introduction rule, but let's reiterate with more clarity
10851085
here.
10861086

1087-
If we have some index type $A : \ty_\ell$, and a family of types $B \to
1087+
If we have some index type $A : \ty_\ell$, and a family of types $B : A \to
10881088
\ty_{\ell'}$, then we can form the **dependent sum type** $\sum_{(x
10891089
: A)} B$. When the index is clear from context, we let ourselves omit
10901090
the variable, and write $\sum B$. Since $\sum B$ is a type, it lives in

0 commit comments

Comments
 (0)