Skip to content
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

Make empty constraint lists optional #67

Open
jgrosso opened this issue Sep 26, 2019 · 0 comments
Open

Make empty constraint lists optional #67

jgrosso opened this issue Sep 26, 2019 · 0 comments
Assignees
Labels
ast Anything related to the internal representation of the AST. improvement Adding a new feature, improving an existing feature, etc.

Comments

@jgrosso
Copy link
Collaborator

jgrosso commented Sep 26, 2019

Currently, it adds a lot of redundant parentheses to have type signatures with no constraints (especially in the context of def). When defining values, it often doesn't make sense to even have constraint lists, so it's unfortunate that they're currently always required.

@jgrosso jgrosso added ast Anything related to the internal representation of the AST. improvement Adding a new feature, improving an existing feature, etc. labels Sep 26, 2019
@jgrosso jgrosso self-assigned this Dec 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ast Anything related to the internal representation of the AST. improvement Adding a new feature, improving an existing feature, etc.
Projects
None yet
Development

No branches or pull requests

1 participant