Make empty constraint lists optional #67
Labels
ast
Anything related to the internal representation of the AST.
improvement
Adding a new feature, improving an existing feature, etc.
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.The text was updated successfully, but these errors were encountered: