Skip to Content.
Sympa Menu

ssreflect - Re: [ssreflect] ssreflect and omega

Subject: Ssreflect Users Discussion List

List archive

Re: [ssreflect] ssreflect and omega


Chronological Thread 
  • From: Enrico Tassi <>
  • To:
  • Subject: Re: [ssreflect] ssreflect and omega
  • Date: Mon, 22 Feb 2016 15:12:27 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:R//10RV/Nl5OW3n85DrReDWUyW7V8LGtZVwlr6E/grcLSJyIuqrYZhCPt8tkgFKBZ4jH8fUM07OQ6PC/HzFcqsvQ+Fk5M7VyFDY9wf0MmAIhBMPXQWbaF9XNKxIAIcJZSVV+9Gu6O0UGUOz3ZlnVv2HgpWVKQka3CwN5K6zPF5LIiIzvjqbpq8KVPlkD2Wv1SIgxBSv1hD2ZjtMRj4pmJ/R54TryiVwMRd5rw3h1L0mYhRf265T41pdi9yNNp6BprJYYAu2pN5g/GKdDFjkoN20++OXurgOGTA2V53JaU2MMkxMODRKWwgv9W8LctDH7ve015CCBJsy+Gb0yQzWp6OF3QQTziQ8GMSQ4+SfZkJoj3+pgvBu9qkknkMbva4aPOa8mcw==

On Mon, Feb 22, 2016 at 02:45:32PM +0100, Assia Mahboubi wrote:
> Hello Georges (and list),
>
> reading your message again:
>
> Le 22/02/2016 12:20, Georges Gonthier a écrit :
>
> > The grouping of pairs does not affect the selection strategy, but it
> > does make it easier include one rule set in another, revrse the direction
> > of a rule subset,
>
> I did not understand what "reverse the direction of a rule subset" means?
> Since
> multi-rules are nested pairs, how could we reverse one of the components?

It was added "late", probably after you wrote the section in the manual.

Axiom x : nat.
Axiom E1 : 1 = x.
Axiom E2 : 2 = x.

Goal x = 7.
rewrite (=^~ (E1, E2)).

The =^~ operator flips the direction *of an entire set of rules*,
weather it is named or not.

No idea if this feature is used somewhere.

Ciao
--
Enrico Tassi



Archive powered by MHonArc 2.6.18.

Top of Page