This commit is contained in:
2019-03-28 21:45:04 +01:00
commit a67cd02e55
5 changed files with 162 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# agda doodles
Some Agda programs that Ive doodled with to get a feel for the language.
The usual stuff, Peano arithmetic, basic proofs, et al. Nothing new, and
mostly derived from various tutorials and blog posts, most notably:
- [Learn You an Agda](http://learnyouanagda.liamoc.net/)
- [Logic Proofs with Coq, Agda, and Idris](https://queertypes.com/posts/48-logic-proofs-with-agda-coq-idris.html)
- [An Introduction to Dependent Types and Agda](http://www2.tcs.ifi.lmu.de/~abel/lehre/SS09/Fun/DepTypes.pdf)
A single proof was done by myself without help—well, except for Agdas: the
associativity of disjunction (found in Peano). It might well be that its
complete and utter bollocks, but it seems to check out, so its good enough
for me?
<hr/>
Have fun!