Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Formatter is trying to add a star to a zero-argument functor type #475

Closed
Shuenhoy opened this issue Jan 15, 2022 · 2 comments
Closed

Formatter is trying to add a star to a zero-argument functor type #475

Shuenhoy opened this issue Jan 15, 2022 · 2 comments

Comments

@Shuenhoy
Copy link

module type B = () => {

}

would be formatted into

module type B = (*) => {

}

, causing compile error.

@bobzhang bobzhang transferred this issue from rescript-lang/rescript Jan 19, 2022
@amiralies
Copy link
Contributor

probably duplicate of #467

@ryyppy
Copy link
Member

ryyppy commented Mar 23, 2022

fixed in master

@ryyppy ryyppy closed this as completed Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants