2022-07-19 05:14:46 +00:00
|
|
|
let fnList = Belt.Array.concatMany([
|
2022-07-16 21:01:00 +00:00
|
|
|
FR_Dict.library,
|
|
|
|
FR_Dist.library,
|
|
|
|
FR_Fn.library,
|
|
|
|
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-07-19 05:21:57 +00:00
|
|
|
let dispatch = FunctionRegistry_Core.Registry.dispatch(registry)
|