Add support for TLAPS (TLA Proof System)
See original GitHub issueIs it possible to have vscode-tlaplus
run tlapm to check the proofs and even to decompose the proofs?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Add support for TLAPS (TLA Proof System) · Issue #153 - GitHub
I was recently working on some TLAPS proofs and it would have been nice to have this feature. Even if it was only...
Read more >Hints on using TLAPS effectively - TLA+ Proof System - Inria
The TLA+ proof system is designed to check the validity of claims as independently as possible of specific proof back-ends. We believe that...
Read more >TLA+ Proofs - Leslie Lamport
We describe how to write TLA+ proofs and check them with TLAPS, the. TLA+ Proof System. We use Peterson's mutual exclusion algorithm as...
Read more >TLA+ Proofs - UCSD CSE
describe how to write TLA+ proofs and check them with TLAPS, the. TLA+ Proof System. ... are written as formulas of TLA, a...
Read more >TLAPS: A Proof Assistant for TLA+
Discuss some principles and challenges in designing TLAPS. Stephan Merz (INRIA Nancy). TLA+ Proof System. IFIP WG 2.2, September 2014.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is a high-level description of what is needed:
Must
Should
Nice to have
IIRC the proof coloring is exclusively implemented in the Toolbox. The same goes for the proof decomposition functionality. Perhaps more of this functionality should be moved out of the Toolbox and pushed downwards into, e.g., TLAPS.
/cc @johnyf