|
Do reductions just for a current node?
-
exp
:
Expression
-
Returns:
Expression
|
|
Used optimization methods
-
Returns:
(Expression -> Expression) list
|
|
Expression tree visitor: go through the whole expression tree.
Catches the exceptions.
-
exp
:
Expression
-
Returns:
Expression
|
|
Expression tree visitor: go through the whole expression tree.
Catches the exceptions.
-
exp
:
Expression<'T>
-
Returns:
Expression<'T>
|
|
Expression tree visitor: go through the whole expression tree.
-
exp
:
Expression
-
Returns:
Expression
|
|
Expression tree visitor: go through the whole expression tree.
-
exp
:
Expression<'T>
-
Returns:
Expression<'T>
|