Skip to content

Commit bd892c3

Browse files
Merge pull request #2828 from shhyou/v2.0-joss-submission
Edit affiliation: 13 and two missed typos
2 parents 5c9755b + c2fbe81 commit bd892c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

paper/paper.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ authors:
4747
orcid: 0000-0003-2673-4400
4848
affiliation: 12
4949
- name: You, Shu-Hung
50-
affiliation: 12
50+
orcid: 0009-0003-0003-3945
51+
affiliation: 13
5152
- name: Mullanix, Reed
5253
orcid: 0000-0002-7970-4961
5354
affiliation: 9
@@ -159,7 +160,7 @@ On the other hand, `batteries` and `mathlib` [@van2020maintaining] for Lean prov
159160
Philosophically, `agda-stdlib` is more closely aligned with the approach of the MathLib library, and our aim is to provide canonical definitions for mathematical objects and introduce new representations only sparingly.
160161

161162
A second challenge is that `agda-stdlib` has embraced the "intrinsic style" of dependent types, in which correctness-related invariants are part of data structures, rather than separate predicates.
162-
Many definitions in agda-stdlib use this intrinsic style.
163+
Many definitions in `agda-stdlib` use this intrinsic style.
163164
For instance, the final definition of rational numbers is a record type that alongside the numerator and denominator contains a proof showing that the numerator and denominator have no common factors.
164165
The intrinsic style also includes returning proofs rather than, say, booleans from decision procedures.
165166
The standard library for instance uses this approach for its implementation of regular expression matching which along with the match returns a proof justifying it.
@@ -208,7 +209,7 @@ The authors of this paper are listed approximately in order of contribution to t
208209
# Funding and conflicts of interest
209210

210211
The authors of this paper have no conflicts of interest to declare.
211-
Many of the contributions to the library by the authors of this paper were made over a significant period of time and while at other institutions than their current affliation. Some of the contributions have been made while receiving funding for related projects, and a non-exhaustive list of such funding follows:
212+
Many of the contributions to the library by the authors of this paper were made over a significant period of time and while at other institutions than their current affiliation. Some of the contributions have been made while receiving funding for related projects, and a non-exhaustive list of such funding follows:
212213

213214
- Jason Z. S. Hu made his contributions during his funded Master's and PhD study.
214215

0 commit comments

Comments
 (0)