apalache icon indicating copy to clipboard operation
apalache copied to clipboard

Clean up safe/unsafe builder usage

Open Kukovec opened this issue 6 months ago • 0 comments

We should revisit all use cases of the scope-safe builder outside of tests, and eveluate whether we need scope-safety-by-construction, or whether it makes more sense to used the cheaper unsafe builder. In the event that there are no such cases, or their number is low, we should refactor the code to assume the unsafe builder as the default import at.forsyte.apalache.tla.types.tla, and the safe builder as a variant (e.g. import at.forsyte.apalache.tla.types.tlaS)

Kukovec avatar Aug 14 '24 14:08 Kukovec