start

This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Welcome to the TLA+ Wiki

This wiki is community driven, and aims to become a useful resource for TLA+ users.

---------------------- MODULE HourClock ----------------------
EXTENDS Naturals
VARIABLE hr
HCini  ==  hr \in (1 .. 12)
HCnxt  ==  hr' = IF hr # 12 THEN hr + 1 ELSE 1
HC  ==  HCini /\ [][HCnxt]_hr
--------------------------------------------------------------
THEOREM  HC => []HCini
==============================================================

Contributions to the wiki are very welcome!

To contribute you will need to register an account on this website (it only requires a username, email and password). Should you need it, TLA+ was created by Leslie Lamport.

You can learn the syntax from here. Markdown is not supported.


  • start.1729548812.txt.gz
  • Last modified: 2024/10/21 22:13
  • by fponzi