coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: CJ Bell <siegebell+coq AT gmail.com>
- To: Coq Club <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] questions about using search command in coqtop ideslave
- Date: Tue, 4 Oct 2016 23:53:10 -0400
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=siegebell AT gmail.com; spf=Pass smtp.mailfrom=siegebell AT gmail.com; spf=None smtp.helo=postmaster AT mail-lf0-f44.google.com
nat_rect (fun _ : nat => A) x (fun _ : nat => f) (n + m) =
nat_rect (fun _ : nat => A)
(nat_rect (fun _ : nat => A) x (fun _ : nat => f) m)
(fun _ : nat => f) n</string></coq_object><coq_object><list><string>Coq</string><string>Init</string><string>Peano</string></list><list><string>nat_rect_succ_r</string></list><string>forall (A : Type) (f : A -> A) (x : A) (n : nat),
nat_rect (fun _ : nat => A) x (fun _ : nat => f) (S n) =
nat_rect (fun _ : nat => A) (f x) (fun _ : nat => f) n</string></coq_object></list></value>
Hi all,
There is something that has confused me for quite a while. if we use
coqtop -ideslave --help-XML-protocol
, it will produce a list of commands available in theideslave
, e.g. theGoal
command, so we can simply send<call val="Goal"><unit/></call>
to ideslave, i can easily play around with these commands except theSearch
one.According to the brief documentation, it seems have to send a list of search constraint and boolean value pairs inside
<call val="Search">...</call>
, but after trying and failing for many times, i still can not find a way to construct a qualified xml message to stand for a search command.So is there any examples to use
Search
command in ideslave or anyone have an idea how to use it?Thank you,
- [Coq-Club] questions about using search command in coqtop ideslave, zjhsdtc, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, CJ Bell, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, zjhsdtc, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, James Smith, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, CJ Bell, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, James Smith, 10/06/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, CJ Bell, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, James Smith, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, zjhsdtc, 10/05/2016
- Re: [Coq-Club] questions about using search command in coqtop ideslave, CJ Bell, 10/05/2016
Archive powered by MHonArc 2.6.18.