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

https://github.com/isovector/certainty-by-construction

Source material for Certainty by Construction
https://github.com/isovector/certainty-by-construction

agda book functional-programming math

Last synced: 7 months ago
JSON representation

Source material for Certainty by Construction

Awesome Lists containing this project

README

          

# book

- introduction to agda
- proof objects
- induction unification vs functions
- data structures + maintaining invariants
- linked list
- vectors / fins for indexes
- bst
- heap
- trie

- representations matter!
- eg matrices suck as vecs of vecs