Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Trouble understanding Coq tutorials

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Trouble understanding Coq tutorials


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: Andrew Pennebaker <andrew.pennebaker AT gmail.com>
  • Cc: Coq <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Trouble understanding Coq tutorials
  • Date: Wed, 02 Nov 2011 14:16:24 -0400

Andrew Pennebaker wrote:
Adam, would Coq-based solutions be .vo files for obfuscation? <- That can't be right; a secret proof is no proof.

No, .vo files contain proof terms, rather than proof scripts, which are more efficient to check, at no loss of trustworthiness.

Aye, Haskell and Coq don't completely overlap, since Coq is implemented in OCaml. But QuickCheck isn't only in Haskell; there's already a port <https://github.com/camlunity/ocaml-quickcheck> for OCaml.

The problem of translating OCaml into Coq isn't obviously easier than translating Haskell into Coq.



Archive powered by MhonArc 2.6.16.

Top of Page