You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing a type annotation like Maybe (Int -> String), there is no Node for the parenthesis. There should be one for consistency (and potential usages), as we do this for all other AST nodes (expressions and patterns, ...).
When parsing a type annotation like
Maybe (Int -> String), there is noNodefor the parenthesis. There should be one for consistency (and potential usages), as we do this for all other AST nodes (expressions and patterns, ...).