informalsystems / quint

An executable specification language with delightful tooling based on the temporal logic of actions (TLA)
Apache License 2.0
790 stars 31 forks source link

Fix serialization of Sets #1410

Closed bugarela closed 6 months ago

bugarela commented 6 months ago

Hello :octocat:

This ensures that Sets are properly serialized in the JSON output. Needed for a follow-up PR I'll open in Apalache, where we start using the information about quantified variables in type schemes, which are represented as Sets. Related to #1398.