Format reducer code
This commit is contained in:
parent
85b8333a09
commit
2cc4097021
|
@ -19,12 +19,7 @@ let foreignFunctionInterface = (
|
|||
argArray: array<expressionValue>,
|
||||
environment: ExpressionValue.environment,
|
||||
) => {
|
||||
Lambda.foreignFunctionInterface(
|
||||
lambdaValue,
|
||||
argArray,
|
||||
environment,
|
||||
Expression.reduceExpression,
|
||||
)
|
||||
Lambda.foreignFunctionInterface(lambdaValue, argArray, environment, Expression.reduceExpression)
|
||||
}
|
||||
|
||||
let defaultEnvironment = ExpressionValue.defaultEnvironment
|
||||
|
|
|
@ -12,7 +12,6 @@ type externalBindings = ReducerInterface_ExpressionValue.externalBindings
|
|||
@genType
|
||||
type lambdaValue = ReducerInterface_ExpressionValue.lambdaValue
|
||||
|
||||
|
||||
@genType
|
||||
let evaluateUsingOptions: (
|
||||
~environment: option<QuriSquiggleLang.ReducerInterface_ExpressionValue.environment>,
|
||||
|
|
Loading…
Reference in New Issue
Block a user