Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] "simpl" question

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] "simpl" question


Chronological Thread 
  • From: CJ Bell <siegebell AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] "simpl" question
  • Date: Fri, 9 May 2014 13:17:25 -0400

You can also use:

Arguments append _ _ : simpl never.

The advantage over [Opaque append] is that you can still manually
unfold append while preventing simpl from doing so.

-cj

On Thu, May 8, 2014 at 11:05 AM, Marcus Ramos
<marcus.ramos AT univasf.edu.br>
wrote:
> Dear All,
>
> When I use the "simpl" tactic in a goal, it changes a subterm of the form "c
> ++ s", with c: ascii and s: string, into "String c s" (String is a
> constructor of the type string). How can I prevent simpl from doing this?
>
> Thanks in advance,
> Marcus.



Archive powered by MHonArc 2.6.18.

Top of Page