Update copy

This commit is contained in:
Andrew Morris
2023-06-01 14:05:41 +10:00
parent abd9473ee8
commit ea348c0964

View File

@@ -4,8 +4,10 @@
// you can see `factorize` has been included, as well as the `primes` and
// `isPrime` functions it depends on.
//
// However, the primes module also defines:
// However, the lib module also defines:
// - `factorizeAsPowers`
// - `BinaryTree`
// - `NotNullish`
//
// These definitions are not included, because the definitions exported by this
// module do not need them. Omitting those unused definitions reduces the