pocomath/test
Glen Whitney b0fb004224 feat: Template types for Pocomath
Tuple<T> and a couple of functions on it are now working according to
  the target spec. As desired, no instantiations of a template type
  are made until some function that takes an instantiation is called.
2022-08-04 08:23:14 -07:00
..
bigint feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
complex feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
core refactor: Include more code that should work for instantiating type templates 2022-08-03 17:55:53 -07:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple feat: Template types for Pocomath 2022-08-04 08:23:14 -07:00
_pocomath.mjs feat(gcd,lcm): Allow arbitrarily many arguments 2022-08-02 10:32:06 -07:00
custom.mjs test(templates): Check that unjoinable types are detected 2022-08-03 10:22:17 -07:00