From 4779ac24768f7adcffc0b465cdf3e105779b13fa Mon Sep 17 00:00:00 2001 From: Vyacheslav Matyukhin Date: Tue, 20 Sep 2022 02:25:28 +0400 Subject: [PATCH] fix build errors --- .../src/rescript/FunctionRegistry/FunctionRegistry_Helpers.res | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/squiggle-lang/src/rescript/FunctionRegistry/FunctionRegistry_Helpers.res b/packages/squiggle-lang/src/rescript/FunctionRegistry/FunctionRegistry_Helpers.res index 1b94c6bf..3edbe5da 100644 --- a/packages/squiggle-lang/src/rescript/FunctionRegistry/FunctionRegistry_Helpers.res +++ b/packages/squiggle-lang/src/rescript/FunctionRegistry/FunctionRegistry_Helpers.res @@ -1,7 +1,8 @@ open FunctionRegistry_Core +open Reducer_T let impossibleErrorString = "Wrong inputs / Logically impossible" -let impossibleError: errorValue = impossibleErrorString->REOther +let impossibleError: errorValue = impossibleErrorString->Reducer_ErrorValue.REOther let wrapError = e => Reducer_ErrorValue.REOther(e) module Wrappers = {