Skip to content

Commit e48ae08

Browse files
authored
Fix reference to +-assoc in text (plfa#1072)
1 parent 5b06b5c commit e48ae08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plfa/part1/Induction.lagda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ evidence for `y ≡ x`.
649649
Third, Agda supports a variant of the _section_ notation introduced by
650650
Richard Bird. We write `(_+ y)` for the function that applied to `x`
651651
returns `x + y`. Thus, applying the congruence `cong (_+ q)` to
652-
`assoc m n p` takes the equation:
652+
`+-assoc m n p` takes the equation:
653653

654654
(m + n) + p ≡ m + (n + p)
655655

0 commit comments

Comments
 (0)