playground/coq/README.org

12 lines
506 B
Org Mode

#+TITLE: Coq
- [[./union.v][union.v]]: Mimicking a set operation using lists
- [[./bv.v][bv.v]]: Demo of a few bitvector operations
- [[./sumn.v][sumn.v]]: Sum of first n natural numbers, their squares and cubes.
- [[./de-morgan.v][de-morgan.v]]: de-Morgan's laws
- [[./eqns.v][eqns.v]]: A 'hello world' using the 'equations' plugin
- [[./odd-even-prop.v][odd-even-prop.v]]: Parity of ~nat~ values
- [[./cpdt/][cpdt/]]: stuff from the book CPDT
- [[./sf/][sf]]: stuff from /Software foundations/