Skip to content
ArthurCharguéraud edited this page Apr 11, 2012 · 23 revisions

List of other pages stored on this Wiki.

== Coq Pearls ==

  • QuickSort: an implementation of quicksort in Coq.
  • InductiveFiniteTypes or alternatively FixpointFiniteTypes.
  • ListOfPredecessors for binary numbers.
  • ExcludedMiddleOnNegativeFormulasFromCoqRealAxioms
  • A proof of LagrangesTheorem.
  • A proof that there are NotFinitePrimes.
  • SquareRootTwo: A very short proof that the square root of 2 is non rational.
  • UntypedLambdaTerms: various data structures for implementing the untyped lambda calculus in Coq.
  • ExistsFromPropToSet: Existential implies Sigma for decidable properties on {{{nat}}}.
  • HandMul: A fun way of doing multiplication by hand
  • AUGER_Monad
  • AUGER_ExtractionTuto
  • MathClasses: Mathematics using TypeClasses

== Discussion ==

== Threads to remove ==

== Threads to update/remove ==

Clone this wiki locally