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

https://github.com/akiomik/plfa-solutions

Solutions for PLFA (Programming Language Foundations in Agda) exercise
https://github.com/akiomik/plfa-solutions

agda plfa

Last synced: 3 months ago
JSON representation

Solutions for PLFA (Programming Language Foundations in Agda) exercise

Awesome Lists containing this project

README

        

# plfa-solutions

Solutions for [PLFA (Programming Language Foundations in Agda)](https://plfa.github.io/)

## Part 1

- [Naturals](https://github.com/akiomik/plfa-solutions/tree/master/part1/naturals)
- [Induction](https://github.com/akiomik/plfa-solutions/tree/master/part1/induction)
- [Relations](https://github.com/akiomik/plfa-solutions/tree/master/part1/relations)
- [Equality](https://github.com/akiomik/plfa-solutions/tree/master/part1/equality)
- [Isomorphism](https://github.com/akiomik/plfa-solutions/tree/master/part1/isomorphism)
- [Connectives](https://github.com/akiomik/plfa-solutions/tree/master/part1/connectives)
- [Negation](https://github.com/akiomik/plfa-solutions/tree/master/part1/negation)
- [Quantifiers](https://github.com/akiomik/plfa-solutions/tree/master/part1/quantifiers)
- [Decidable](https://github.com/akiomik/plfa-solutions/tree/master/part1/decidable)
- [Lists](https://github.com/akiomik/plfa-solutions/tree/master/part1/lists)