Skip to content
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

Choose a tag to compare

@fredemmott fredemmott released this 21 Feb 22:43

Set and ImmSet elements must be arraykeys; this was previously enforced by the runtime, but not by the typechecker. In nightly builds, this is now enforced by the typechecker.