Skip to content

Commit 0c62468

Browse files
Last changes requested by co-authors
1 parent 6c51511 commit 0c62468

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

paper/paper.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ authors:
4646
- name: Hu, Jason Z. S.
4747
orcid: 0000-0001-6710-6262
4848
affiliation: 11
49-
- name: Xia, Li-yiao
49+
- name: Xia, Li-yao
5050
orcid: 0000-0003-2673-4400
5151
affiliation: 12
5252
- name: You, Shu-Hung
@@ -95,7 +95,7 @@ Agda [@agda2024manual] is a dependently-typed functional
9595
language that serves both as a traditional programming language
9696
and as an interactive theorem prover (ITP).
9797
In other words, its type system is expressive enough to formulate
98-
complex formal requirements as types, and its compiler allows users to interactively build terms and check that they satisfy these requirements.
98+
complex formal requirements on programs as types, and its compiler allows users to interactively build terms and check that they satisfy these requirements.
9999
Through the Curry-Howard lens [@DBLP:journals/cacm/Wadler15],
100100
these types and terms can be seen respectively as theorem
101101
statements and proofs.
@@ -216,4 +216,10 @@ Many of the contributions to the library by the authors of this paper were made
216216

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

219+
- Shu-Hung You was partially supported when contributing to the library by the
220+
U.S. National Science Foundation under Awards No. 2237984 and No.
221+
2421308. Any opinions, findings and conclusions or recommendations
222+
expressed in this material are those of the author(s) and do not
223+
necessarily reflect the views of the National Science Foundation.
224+
219225
# References

0 commit comments

Comments
 (0)