6 lines
256 B
Plaintext
6 lines
256 B
Plaintext
let defaultEnv: DistributionOperation.env
|
|
let dispatch: (
|
|
ReducerInterface_ExpressionValue.functionCall,
|
|
ReducerInterface_ExpressionValue.environment,
|
|
) => option<result<ReducerInterface_ExpressionValue.expressionValue, Reducer_ErrorValue.errorValue>>
|