playground/coq
Julin S 6a5dbec769 [coq] bitvectors and 'sets' 2023-05-15 17:03:26 +05:30
..
cpdt [coq] add de-morgan laws 2023-04-26 21:41:31 +05:30
README.org [coq] bitvectors and 'sets' 2023-05-15 17:03:26 +05:30
bv.v [coq] bitvectors and 'sets' 2023-05-15 17:03:26 +05:30
de-morgan.v [coq] add de-morgan laws 2023-04-26 21:41:31 +05:30
eqns.v [coq] add de-morgan laws 2023-04-26 21:41:31 +05:30
mult.v [coq] add de-morgan laws 2023-04-26 21:41:31 +05:30
odd-even-prop.v [apl] tried some apl 2023-04-30 23:19:40 +05:30
sumn.v make coq dir 2023-04-08 12:58:55 +05:30
union.v [coq] bitvectors and 'sets' 2023-05-15 17:03:26 +05:30

README.org

Coq

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