Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] problem with tactic-generated terms

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] problem with tactic-generated terms


Chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] problem with tactic-generated terms
  • Date: Fri, 12 Sep 2014 08:13:13 -0400

On 09/12/2014 08:10 AM, Ömer Sinan Ağacan wrote:
I'm having trouble implementing even the simplest dependently typed
term using `Fixpoint`, `Definition` etc. I've been doing a lot of
proving using tactics lately and I'm very comfortable with tactics. So
I thought why not define everything using tactics? I came up with
this:

Have you read CPDT <http://adam.chlipala.net/cpdt/>? Certainly it is not obvious how to do dependently typed programming in Coq, but CPDT introduces techniques that should make it practical. I claim it is almost always a bad idea to build honest-to-goodness programs using tactics for any part that has computational content.



Archive powered by MHonArc 2.6.18.

Top of Page