library1 -> libraryBase

This commit is contained in:
Ozzie Gooen 2022-08-31 22:15:13 -07:00
parent 96815b6ee5
commit e582fc5be3

View File

@ -75,7 +75,7 @@ module Internal = {
} }
} }
let library1 = [ let libaryBase = [
Function.make( Function.make(
~name="fromDist", ~name="fromDist",
~nameSpace, ~nameSpace,
@ -333,4 +333,4 @@ module Comparison = {
] ]
} }
let library = E.A.append(library1, Comparison.library) let library = E.A.append(libaryBase, Comparison.library)