yarn format compels me

This commit is contained in:
Quinn Dougherty 2022-07-28 10:43:59 -04:00
parent 7fc646f5b5
commit 33e5ebd6da
2 changed files with 4 additions and 3 deletions

View File

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