Skip to content

Fix module packs in unpack expressions#289

Open
mvaled wants to merge 1 commit intorescript-lang:mainfrom
mvaled:main
Open

Fix module packs in unpack expressions#289
mvaled wants to merge 1 commit intorescript-lang:mainfrom
mvaled:main

Conversation

@mvaled
Copy link
Copy Markdown
Contributor

@mvaled mvaled commented May 5, 2026

Allow first-class module packs with module type annotations inside unpack expressions, e.g. unpack(module(Cleanup): PipelineStep with type state = t).

Fixes #288

Allow first-class module packs with module type annotations inside unpack expressions,
e.g. `unpack(module(Cleanup): PipelineStep with type state = t)`.

Fixes rescript-lang#288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unpack(module(X): ...) fails

1 participant