Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to generate sequence calculus from coq code?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to generate sequence calculus from coq code?


chronological Thread 
  • From: Yves Bertot <Yves.Bertot AT sophia.inria.fr>
  • To: tumenjargal tsagaan <delgiika AT yahoo.de>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] How to generate sequence calculus from coq code?
  • Date: Mon, 17 Aug 2009 16:17:16 +0200
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

tumenjargal tsagaan wrote:
Hi All,

I wanted to rewrite coq-code in a sequence form.
Is there any automated tool for this purpose?

even better is it if possible in a tex format.

Thank you a lot.

Best regards,

Tumee.





Sorry, I mean how to represent coq-code in the form of inference rules.
e.g.
Inductive Nat : Set := zero : Nat
                      | succ : Nat -> Nat.
We can put this code in the form of two inference rules like this:

                          \forall n : Nat
-------- zero       -----------------  succ
zero: Nat           succ n : Nat


Are there any automated tools?

Thanks.

I don't know of any tool to do this.

Yves





Archive powered by MhonArc 2.6.16.

Top of Page