Merge branch 'develop' into add-reducer-to-function-registry

* develop:
  Simple refactors to versioning
This commit is contained in:
Ozzie Gooen 2022-07-21 13:56:48 -07:00
commit 38ef109291
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