Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] local definition in proof mode

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] local definition in proof mode


chronological Thread 
  • From: Martijn Vermaat <martijn AT vermaat.name>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] local definition in proof mode
  • Date: Tue, 06 Apr 2010 12:37:27 +0200

> writing something like
> pose (myname := ? : mytype)   
>  instead of 
> pose (myname := myformula )
> 
> in such a way that 
> -the next goal becomes mytype 
> -so that myformula can be generated in proof mode 

I think you are looking for the following?

  assert (myname : mytype).





Archive powered by MhonArc 2.6.16.

Top of Page