Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Re: running out of memory with big proof objects

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Re: running out of memory with big proof objects


chronological Thread 
  • From: Adam Megacz <megacz AT cs.berkeley.edu>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Re: running out of memory with big proof objects
  • Date: Thu, 21 Oct 2010 21:40:06 +0000
  • Cancel-lock: sha1:hA87QBZlmsDdvyz9VA5TShcp5bA=
  • Organization: Myself


Aaron Bohannon 
<bohannon AT cis.upenn.edu>
 writes:
> It seems like something must be wrong here.  Is there something I
> should be using instead of "inversion H; congruence"?

If "destruct H" gives you the hypotheses you need (it doesn't always),
you might try using it instead of inversion.  At least for me it speeds
things up dramatically.

  - a




Archive powered by MhonArc 2.6.16.

Top of Page