pocomath/test
Glen Whitney d83f2a7f23 feat: Instantiate instances of template instantiation need for self-reference
Formerly, when a self-reference like `self(Tuple<number>)` was encountered,
  but the `Tuple<number>` instance of a `Tuple<T>` implementation for this
  operation had not yet been instantiated, the reference would be fulfilled
  with a call to the catchall implementation for `Tuple`. Now the
  necessary instance is instantiated on the spot and referred to instead.

  This change is used to complete return-type specification for all of the
  Tuple functions.
2022-08-30 15:15:23 -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: Add return types for all generic operations 2022-08-29 19:42:48 -04:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple feat: Instantiate instances of template instantiation need for self-reference 2022-08-30 15:15:23 -04:00
_pocomath.mjs feat(ops): Provide return types in all of the operation-centric examples 2022-08-29 21:30:32 -04:00
custom.mjs refactor: Convert resolution to two-tier system 2022-08-29 09:30:07 -04:00