Hotfix bundle failure

This commit is contained in:
Sam Nolan 2022-04-13 10:14:11 +10:00
parent f2f885f269
commit e234951d62

View File

@ -6,7 +6,7 @@ module Js = Reducer_Js
module MathJs = Reducer_MathJs
@genType
type expressionValue = Reducer_Expression.expressionValue
type expressionValue = ReducerInterface_ExpressionValue.expressionValue
@genType
let evaluate: string => result<expressionValue, Reducer_ErrorValue.errorValue>