Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plfa/part1/Induction.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ evidence for `y ≡ x`.
Third, Agda supports a variant of the _section_ notation introduced by
Richard Bird. We write `(_+ y)` for the function that applied to `x`
returns `x + y`. Thus, applying the congruence `cong (_+ q)` to
`assoc m n p` takes the equation:
`+-assoc m n p` takes the equation:

(m + n) + p ≡ m + (n + p)

Expand Down
Loading