pocomath/test
Glen Whitney d9d7af961f refactor: Simpler merging mechanism
Merging of Pocomath modules is eased by allowing one PocomathInstance to
  be merged into another. That allows types, for example, to be exported
  as a PocomathInstance (so there is no need for a special identifier
  convention for types; they can be directly added with an installType
  method). Also, larger modules can just be exported as an instance, since
  there is more flexibility and more checking in merging PocomathInstances
  than raw modules.
2022-07-27 22:28:40 -07:00
..
bigint fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
complex fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
core feat: Switch to function-based specification of dependencies 2022-07-23 09:55:02 -07:00
number fix(Types): Move distinct types into distinct identifiers 2022-07-25 11:56:12 -07:00
_pocomath.mjs refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
custom.mjs refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00