TLA+ Data Structures: Sets, Functions, Sequences, Records, and Beyond
TLA+ has a small number of data structures — sets, functions, sequences, and records — but they compose into surprisingly expressive models. If you’ve read the introductory article and seen the bas...