coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Jeremy Dawson <Jeremy.Dawson AT anu.edu.au>
- To: "coq-club AT inria.fr" <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] "Sequence is associative." (?)
- Date: Mon, 28 Jan 2019 13:33:14 +0000
- Accept-language: en-US
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=Jeremy.Dawson AT anu.edu.au; spf=Pass smtp.mailfrom=Jeremy.Dawson AT anu.edu.au; spf=Pass smtp.helo=postmaster AT AUS01-SY3-obe.outbound.protection.outlook.com
- Ironport-phdr: 9a23:OsQIohwn605JtevXCy+O+j09IxM/srCxBDY+r6Qd2+0SIJqq85mqBkHD//Il1AaPAd2Lraocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HQbglSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDwULs6Wymt771zRRHolikJKiI5/m/UhMx+jq1boQ6uqRNwzIPPfIGaL+Bzcr/Bcd8GR2dMWNtaWSxbAoO7aosCF+4PMvhCr4bjolsPrQa1Cwe2C+Lh0T9IgXn21rA93uolDw7GxhIvH9cOsXjOotv6LqkTUfuyzKnO1jjMdfVW2Srn5IfWbx8hvOuAUqhtccfIz0QkCgDLjk2IpIHqIz+ZzPkBv3SZ4uZ6SO6ihWwqpxtsrjSx28sgkobEi4YPxlzZ8Sh0wJw5KcCmREJne9KoDZVduiKCO4t4XMwvQH1ktSM/x7ACupO0ZycHxZE6yxPRdfOIbo2F4hz9W+uSPTt1gWxpd6mxhxu990Wr1/fyWdOu0FlQqypIitnMuW4J1xzU8sWKVvVy8Fq91TqSzgzd9+NLLE4tmarcMJEu3KQ8lp0OsUTfBSD2n1j2jKmLeUk+4uio8ePnYqn4qZCAK490iwb+MqI0lsy4HOQ4LgwOX2+c+eS/zrHs4Ur5QLBSgv03lKnWrozaKNwUq6KlGQNZz5ov5hSlAzu73tkVn2MLIE9bdB6al4TpPkvBIPH8DfexmVSslzJryujCMLL/GJXCMH3Dkbf7cbhz8UFdxhEzzddZ559PEL4BJu/zVlXvu9PFEx81KRa7w/v/BNVnyoweQX6PArOeMK7KrVCI4fsvL/CQa48RpTbyMOMo5+XujH88gV8SZ7Ol3ZoRaHCiH/RpOV+VYXT2goRJLWBf9AE5VanhjECIeT9VfXe7GawmrHlvA4W/SIzHW4qFgbqb3S79EIcANU5cDVXZM3ryeoCVE9sFdzmVJIc1sDEeWL2wDaMoygqpsifzzachI+bJvCQF48GwnONp7vHewElhvQd/CN6QhjnUHjNE21gQTjpz55hR5El0y1ONy6992qYKHNpOof5FT0EzKMyFlrAoO5XJQgvEO+yxZhO+WNz/W2M4SM93ztMTJU9gSY3700LzmhGyCrpQrISlQZw59qWAgCrYGv0lkjP95fJkiFMrBMxSKWehm6hzsRDJAJLEmFmYkKDscrkA2CnK9yGIym/c5Uw=
OK, so I'm understanding that all:tac is a tactic which does a bit of
tac on each goal, then a bit more of tac on each goal, and so forth, is
that correct?
If so then how do I find out or work out what the relevant bits of tac
are? (eg, if tac is actually repeat tac')
For example, based on what you say I might guess that
all : repeat tac
goes back and forth between two goals, applying tac to each (as though
one instance of tac counted a bit of (repeat tac) - but it seems that is
not what happens (eg as in my emails in the thread
Re: [Coq-Club] goal selectors; tactic expressions)
Cheers,
Jeremy
On 01/28/2019 11:53 PM, Pierre Courtieu wrote:
> Le lun. 28 janv. 2019 à 13:48, Jeremy Dawson
> <Jeremy.Dawson AT anu.edu.au>
> a écrit :
>> Thanks, but the words GLOBALLY and INDEPENDENTLY are the words used in
>> the documentation (which, as I said, I don't understand). What do they
>> mean?
> Globally means that a tactic must be seen as a function taking n goals
> and returning m goals. Hence "all:tac" is ONE tactic that applies to
> ALL goals at once (even if it does it sequentially).
>
> P.
>
- Re: [Coq-Club] "Sequence is associative." (?), (continued)
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/24/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/24/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] [SUSPECTED SPAM] Re: "Sequence is associative." (?), COURTIEU Pierre, 01/28/2019
- Re: [Coq-Club] [SUSPECTED SPAM] Re: "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] [SUSPECTED SPAM] Re: "Sequence is associative." (?), Jeremy Dawson, 01/31/2019
- Re: [Coq-Club] "Sequence is associative." (?), Théo Zimmermann, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Jeremy Dawson, 01/28/2019
- Re: [Coq-Club] "Sequence is associative." (?), Pierre Courtieu, 01/28/2019
Archive powered by MHonArc 2.6.18.