2022-07-19 05:14:46 +00:00
|
|
|
let fnList = Belt.Array.concatMany([
|
2022-09-11 19:56:07 +00:00
|
|
|
FR_Builtin.library,
|
2022-07-16 21:01:00 +00:00
|
|
|
FR_Dict.library,
|
|
|
|
FR_Dist.library,
|
2022-09-04 13:21:07 +00:00
|
|
|
FR_Danger.library,
|
2022-07-16 21:01:00 +00:00
|
|
|
FR_Fn.library,
|
2022-07-20 06:06:10 +00:00
|
|
|
FR_Sampleset.library,
|
2022-07-16 21:01:00 +00:00
|
|
|
FR_List.library,
|
|
|
|
FR_Number.library,
|
|
|
|
FR_Pointset.library,
|
2022-07-17 01:11:38 +00:00
|
|
|
FR_Scoring.library,
|
2022-07-14 20:31:48 +00:00
|
|
|
])
|
2022-07-17 02:06:48 +00:00
|
|
|
|
2022-07-19 05:14:46 +00:00
|
|
|
let registry = FunctionRegistry_Core.Registry.make(fnList)
|
2022-09-11 23:07:34 +00:00
|
|
|
let call = FunctionRegistry_Core.Registry.call(registry)
|