Skip to content

Conversation

minoki
Copy link

@minoki minoki commented Jan 17, 2022

The desugaring of

... = exp, exprow

should be

... = let val vid = exp in
      { exprow, ... = vid } end

rather than

... = let val vid = exp in
      { exprow, vid } end

@RobertHarper
Copy link

Looks good.

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.

2 participants