Skip to content

Instantly share code, notes, and snippets.

View thpani's full-sized avatar
🦚

Thomas Pani thpani

🦚
View GitHub Profile
--------------------------- MODULE 00_OutSanyParser ---------------------------
EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache
(*
@type: ((Set(a), a) => Set(a));
*)
add(s, e) == s \union {e}
(*
--------------------------- MODULE 00_OutSanyParser ---------------------------
EXTENDS Integers, Sequences, FiniteSets, TLC, Apalache
(*
@type: ((Set(a), a) => Set(a));
*)
add(s, e) == s \union {e}
(*