You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each spec is a single module; there is no EXTENDS/INSTANCE (TLA+-style) composition. This limits reuse and scaling specs across files. Tracked in docs/src/tips/roadmap.md and the TLA+ translator's unsupported list.
Each spec is a single module; there is no
EXTENDS/INSTANCE(TLA+-style) composition. This limits reuse and scaling specs across files. Tracked in docs/src/tips/roadmap.md and the TLA+ translator's unsupported list.