Files
agda-doodles/README.md
2019-03-28 21:45:04 +01:00

19 lines
776 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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!