fix build errors

This commit is contained in:
Vyacheslav Matyukhin 2022-09-20 02:25:28 +04:00
parent 92483e66e0
commit 4779ac2476
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -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 = {