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
A-lintArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.T-ASTType: Requires working with the AST
Examples: x == y || x < y / x < y || x == y → x <= y x == y || x > y / x > y || x == y→ x >= y x < y || x > y → x != y x <= y && x >= y / x >= y && x <= y → x == y
etc.
The text was updated successfully, but these errors were encountered:
llogiq
added
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
T-AST
Type: Requires working with the AST
A-lint
Area: New lints
labels
Mar 10, 2016
A-lintArea: New lintsE-mediumCall for participation: Medium difficulty level problem and requires some initial experience.T-ASTType: Requires working with the AST
Examples:
x == y || x < y
/x < y || x == y
→x <= y
x == y || x > y
/x > y || x == y
→x >= y
x < y || x > y
→x != y
x <= y && x >= y
/x >= y && x <= y
→x == y
etc.
The text was updated successfully, but these errors were encountered: