Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Avoiding some unfold with simpl

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Avoiding some unfold with simpl


chronological Thread 
  • From: Lauri Alanko <la AT iki.fi>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Avoiding some unfold with simpl
  • Date: Tue, 26 Oct 2010 15:31:29 +0300

On Tue, Oct 26, 2010 at 01:36:53PM +0200, Alexandre Pilkiewicz wrote:
> I would like to declare some definitions to be not unfoldable by
> simpl, so that it doesn't go "too far".
> I tried "Opaque myconst.", but then, even unfold fails.
> 
> I there a better way?

The ssreflect extension provides some facilities for this. See
<http://hal.inria.fr/docs/00/40/93/56/PDF/main.pdf>, Section 7.3.

Cheers,


Lauri



Archive powered by MhonArc 2.6.16.

Top of Page