We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bcfa5 commit 52d4157Copy full SHA for 52d4157
optd-core/src/dsl/parser/ast.rs
@@ -96,7 +96,7 @@ pub enum Expr {
96
Var(String), // Variable reference
97
Literal(Literal), // Literal values
98
Fail(String), // Failure with message
99
- Closure(Vec<String>, Box<Expr>), // Anonymous functions
+ Closure(Vec<String>, Box<Expr>), // Anonymous functions v = (x, y) => x + y;
100
}
101
102
/// A case in a match expression
0 commit comments