Skip to content

Commit

Permalink
BR
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpe committed Sep 17, 2024
1 parent fc0d649 commit 02de182
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with set expressions like `{a * a | a in b, a < 10}`.
* [LambdaExpressions](LambdaExpressions.mc4): Extends `ExpressionBasis`
with lambda expressions like `a -> a + 2`.
* [TupleExpressions](TupleExpressions.mc4): Extends `ExpressionBasis`
with tuple expressions like `(a, b)`.
with tuple expressions like `(a, b)` or `(a, b, c, d)`.
* [OCLExpressions](../ocl/OCLExpressions.mc4): Extends `ExpressionsBasis`
with OCL expressions like `a implies b`.
* [UglyExpressions](UglyExpressions.mc4): Extends `ExpressionBasis`
Expand Down

0 comments on commit 02de182

Please sign in to comment.