learning_tla/lamport_video/specs/l09_abspec.cfg
2025-02-20 16:06:12 +01:00

23 lines
No EOL
869 B
INI

(**********************************************)
(* Initial predicate and next-state relation. *)
(* Alternatively, you can comment out these *)
(* and use SPECIFICATION. *)
(**********************************************)
\*INIT Init
\*NEXT Next
SPECIFICATION FairSpecAB
(**********************************************)
(* Specify the values of declared constants. *)
(**********************************************)
\* CONSTANT MyConstant = {0, 1}
CONSTANT Data = {"Ann", "Beatrix", "Chris"}
(**********************************************)
(* Formulas true in every reachable state. *)
(**********************************************)
INVARIANTS TypeOK Inv
(**********************************************)
(* Disable checking deadlock. *)
(**********************************************)
\* CHECK_DEADLOCK FALSE
PROPERTY LP