2022-07-21 20:48:51 +00:00
|
|
|
module Bindings = Reducer_Bindings
|
|
|
|
|
2022-09-11 15:22:07 +00:00
|
|
|
let bindings: Reducer_T.nameSpace =
|
2022-09-12 09:33:20 +00:00
|
|
|
[("System.version", Reducer_T.IEvString("0.4.0-dev"))]->Bindings.fromArray
|
2022-07-21 20:48:51 +00:00
|
|
|
|
2022-09-11 15:22:07 +00:00
|
|
|
let makeBindings = (previousBindings: Reducer_T.nameSpace): Reducer_T.nameSpace =>
|
2022-08-31 21:54:54 +00:00
|
|
|
previousBindings->Bindings.mergeFrom(bindings)
|