pocomath/src
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 refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
complex refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
core refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
generic refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
number refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00
pocomath.mjs refactor: Simpler merging mechanism 2022-07-27 22:28:40 -07:00