15 lines
350 B
Plaintext
15 lines
350 B
Plaintext
let fnList = Belt.Array.concatMany([
|
|
FR_Dict.library,
|
|
FR_Dist.library,
|
|
FR_Danger.library,
|
|
FR_Fn.library,
|
|
FR_Sampleset.library,
|
|
FR_List.library,
|
|
FR_Number.library,
|
|
FR_Pointset.library,
|
|
FR_Scoring.library,
|
|
])
|
|
|
|
let registry = FunctionRegistry_Core.Registry.make(fnList)
|
|
let dispatch = FunctionRegistry_Core.Registry.dispatch(registry)
|