Skip to content

add no assert test case #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2016
Merged

add no assert test case #446

merged 2 commits into from
Jun 17, 2016

Conversation

bobzhang
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.656% when pulling 8023d94 on no_assert into 16f2327 on master.

@bobzhang bobzhang merged commit d2ed027 into master Jun 17, 2016
@bobzhang bobzhang deleted the no_assert branch June 17, 2016 16:59
kevinbarabash pushed a commit to kevinbarabash/rescript-compiler that referenced this pull request Dec 24, 2021
…pt-lang#446)

Fixes rescript-lang/syntax#445

**before**
```
(~?x: 'a, ~y: 'b) => option<'a>
```

**after**
```
(~?x: 'a, ~y: 'b) => option<'a>
```

Co-authored-by: Iwan <[email protected]>
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