pocomath/test
Glen Whitney c429c19dfe feat: Implement subtypes
This should eventually be moved into typed-function itself, but for
  now it can be implemented on top of the existing typed-function.

  Uses subtypes to define (and error-check) gcd and lcm, which are only
  defined for integer arguments.

  Resolves #36.
2022-07-30 04:59:04 -07:00
..
bigint feat: Implement subtypes 2022-07-30 04:59:04 -07:00
complex feat: Implement subtypes 2022-07-30 04:59:04 -07:00
core feat: Switch to function-based specification of dependencies 2022-07-23 09:55:02 -07:00
number feat: Implement subtypes 2022-07-30 04:59:04 -07:00
_pocomath.mjs test: Check for undefined types, as a means to detect typos in type names 2022-07-29 19:43:24 -07:00
custom.mjs feat: Implement subtypes 2022-07-30 04:59:04 -07:00