remove unused case
This commit is contained in:
parent
f272568b97
commit
a3a7b9b269
|
@ -87,7 +87,6 @@ let reduceExpression = (expression: t, bindings: T.bindings): result<expressionV
|
||||||
)
|
)
|
||||||
racc->Result.flatMap(acc => acc->doMacroCall(bindings))
|
racc->Result.flatMap(acc => acc->doMacroCall(bindings))
|
||||||
}
|
}
|
||||||
| T.EBindings(bindings) => T.EBindings(bindings)->Ok
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let rec reduceExpandedExpression = (expression: t): result<expressionValue, 'e> =>
|
let rec reduceExpandedExpression = (expression: t): result<expressionValue, 'e> =>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user