playground/coq/README.org

385 B

Coq

  • 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