Skip to content

Commit 76e7f6d

Browse files
Fix multiple references
1 parent 9ba8ff5 commit 76e7f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ The library has also served as a test bed for alternative approaches to defining
129129
# Design
130130

131131
Organising libraries of discrete mathematics and algebra coherently is notoriously difficult
132-
[@carette2020leveraging] [@cohen2020hierarchy].
132+
[@carette2020leveraging; @cohen2020hierarchy].
133133
There is a tension between maximising generality and providing direct, intuitive definitions.
134134
Mathematical objects often admit multiple representations with different benefits, but this leads to redundancy.
135-
Some ITPs ([@coq2024manual], [@paulson1994isabelle]) have a rich ecosystem of external libraries, avoiding canonical definitions at the cost of incompatibilities.
135+
Some ITPs ([@coq2024manual; @paulson1994isabelle]) have a rich ecosystem of external libraries, avoiding canonical definitions at the cost of incompatibilities.
136136
We have chosen, like Lean's `mathlib` [@van2020maintaining], to provide a repository of canonical definitions.
137137

138138
`agda-stdlib` adopts the "intrinsic style" of dependent types, where data structures themselves contain correctness invariants.

0 commit comments

Comments
 (0)