fix build errors
This commit is contained in:
parent
92483e66e0
commit
4779ac2476
|
@ -1,7 +1,8 @@
|
||||||
open FunctionRegistry_Core
|
open FunctionRegistry_Core
|
||||||
|
open Reducer_T
|
||||||
|
|
||||||
let impossibleErrorString = "Wrong inputs / Logically impossible"
|
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)
|
let wrapError = e => Reducer_ErrorValue.REOther(e)
|
||||||
|
|
||||||
module Wrappers = {
|
module Wrappers = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user