This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Add missing type constraints for Set and ImmSet generation
Set
and ImmSet
elements must be arraykey
s; this was previously enforced by the runtime, but not by the typechecker. In nightly builds, this is now enforced by the typechecker.