pocomath/test
Glen Whitney de42c22ab4 refactor: Convert resolution to two-tier system
Typed-function's sort order/matching algorithm was interfering with
  template resolution. This commit solves the difficulty by moving the
  "catchall" implementations that implement generation of new template
  instances into a separate "fallback" typed-function universe, so that
  Pocomath can control exactly when that is searched.

  Removes a couple of the matching anomalies already noted in the tests.

  Also extends return types to somewhat more functions.
2022-08-29 09:30:07 -04:00
..
bigint feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
complex refactor: Convert resolution to two-tier system 2022-08-29 09:30:07 -04:00
core feat(returnTypeOf): Support template and upper bound types 2022-08-24 13:37:32 -04:00
generic feat: Generic numerical types 2022-08-07 09:19:27 -07:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple refactor: Convert resolution to two-tier system 2022-08-29 09:30:07 -04:00
_pocomath.mjs refactor: Convert resolution to two-tier system 2022-08-29 09:30:07 -04:00
custom.mjs refactor: Convert resolution to two-tier system 2022-08-29 09:30:07 -04:00