[FMFP] Notes on LTL

This commit is contained in:
2026-07-15 10:52:50 +02:00
parent 5d5a3b5d1b
commit ff9258fb22
5 changed files with 45 additions and 2 deletions
@@ -34,6 +34,13 @@ vector v; // using the custom vector type
mtype msg = ack; // Using the symbolic constant
// --- Functions -----------------------------------------------
// Note that these are not full functions and recursion is not supported!
inline fun() {
// function body goes here
}
// --- Processes -----------------------------------------------
// Process declarations
proctype myProc(int p) {