An open API service indexing awesome lists of open source software.

https://github.com/iagoleal/plfa-exercises

Answers to the exercises on the book Programming Language Foundations in Agda
https://github.com/iagoleal/plfa-exercises

agda dependent-types plfa programming-languages-theory

Last synced: 4 months ago
JSON representation

Answers to the exercises on the book Programming Language Foundations in Agda

Awesome Lists containing this project

README

          

# PLFA exercises

My answers to the exercises in the book [Programming Language Foundations in Agda](https://plfa.github.io).

A "(partial)" mark means that I've completed all the exercises but one or two on that chapter.

## part1

1. [x] Naturals
2. [x] Induction
3. [ ] Relations (partial)
4. [x] Equality
5. [x] Isomorphism
6. [x] Connectives
7. [ ] Negation (partial)
8. [ ] Quantifiers (partial)
9. [x] Decidable
10. [ ] Lists