Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Notation for Hoare logic

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Notation for Hoare logic


Chronological Thread 
  • From: "Benjamin C. Pierce" <bcpierce AT cis.upenn.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Notation for Hoare logic
  • Date: Fri, 8 Mar 2013 12:02:19 -0500

In the Software Foundations text, we are currently using the notation

{{P}} c {{Q}}

for Hoare triples, which is not completely awful but rather heavy. Is it
hopeless to dream that we might somehow be able to get Coq's Notation
mechanism to accept the standard notation

{P} c {Q}

or something similar?

Thanks

- Benjamin





Archive powered by MHonArc 2.6.18.

Top of Page