Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Prop smuggling (was: Re: Smart case analysis in Coq.)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Prop smuggling (was: Re: Smart case analysis in Coq.)


Chronological Thread 
  • From: Arnaud Spiwack <aspiwack AT lix.polytechnique.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Prop smuggling (was: Re: Smart case analysis in Coq.)
  • Date: Thu, 24 Jul 2014 11:27:17 +0200


Cool!  These tactics need to be dressed up a bit using Tactic Notation.  But, now I think I can deal with the possible deprecation of instantiate.

Nice tactics. But to reiterate: instantiate is not getting deprecated. It is just somewhat encouraged to seek other means of dealing with existential variables, especially by using the new dependent subgoal feature (which is, unfortunately not pervasive in existing, so it may not always be possible, like in Xavier's [erewrite] example above). So there's nothing to be afraid of, really.



Archive powered by MHonArc 2.6.18.

Top of Page