squiggle/packages/squiggle-lang/src/rescript/ReducerInterface/ReducerInterface_StdLib.res
Umur Ozkul ac9a468aa6 Reducer InternalExpressionValue created
this will allow complicated changes to execution without changing the typescript interface
2022-06-23 02:25:54 +02:00

6 lines
182 B
Plaintext

module Module = Reducer_Category_Module
let internalStdLib = Module.emptyModule->SquiggleLibrary_Math.makeBindings
let externalStdLib = internalStdLib->Module.toTypeScriptBindings