Simple refactors to versioning

This commit is contained in:
Ozzie Gooen 2022-07-21 13:51:14 -07:00
parent 8dd7aff77f
commit 0d4141a899
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
module Bindings = Reducer_Bindings
let internalStdLib = Bindings.emptyBindings->SquiggleLibrary_Math.makeBindings
let internalStdLib = Bindings.emptyBindings->SquiggleLibrary_Math.makeBindings->SquiggleLibrary_Versions.makeBindings
@genType
let externalStdLib = internalStdLib->Bindings.toTypeScriptBindings