You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: paper/paper.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,10 @@ This allows users to specify instantiations of abstract parameters for whole mod
144
144
A drawback is imports must be qualified when code is instantiated multiple times in the same scope.
145
145
Parameterised modules are also used to safely and scalably embed non-constructive mathematics into a constructive setting.
146
146
147
+
The README directory within the library contains both documentation on the general design decisions and
148
+
examples of how to use the most common modules in the library to prove basic concepts.
149
+
There are many excellent tutorials online that introduce both Agda and `agda-stdlib` together, with ``Programming Language Foundations in Agda'' [@wadler2018programming] being an example of one such tutorial.
150
+
147
151
# Testing
148
152
149
153
Correctness proofs do not remove the need for testing performance and features that cannot be reasoned about internally (such as the FFI and macros).
0 commit comments