这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@riaqn
Copy link

@riaqn riaqn commented Apr 17, 2023

This PR adds the support for global_ and nonlocal_ constructor arguments. An example:

type 'a r =
  | Foo of global_ 'a
  | Bar of nonlocal_ 'a * global_ 'a
  | Baz of global_ int * nonlocal_ string * global_ 'a

Signed-off-by: Zesen Qian <github@riaqn.org>
@riaqn riaqn force-pushed the global-construct-new branch from fdfdc05 to 750ebab Compare April 17, 2023 13:17
@ccasin ccasin self-requested a review April 18, 2023 16:01
Copy link

@ccasin ccasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me (but let's coordinate with sprucedev before hitting merge - I'll write an email).

@mdelvecchio-jsc mdelvecchio-jsc merged commit 44f03ca into oxcaml:jane Apr 19, 2023
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.

3 participants