typocomath/src/numbers
Glen Whitney 44667a865e fix: Add types first and distinguish them semantically.
Rather than via some format on the name of the identifier, this commit
  changes the construction of Dispatcher to assume that functions are
  implementations and other objects are type specifiers.

  Also installs all types first, before any implementations.
  Resolves #3.
  Resolves #12.
2023-08-25 19:11:00 -07:00
..
all.ts Declare implementations and dependencies via standard interfaces for operations (#8) 2023-01-22 01:34:57 +00:00
arithmetic.ts Declare implementations and dependencies via standard interfaces for operations (#8) 2023-01-22 01:34:57 +00:00
native.ts feat: TypeScript typings for Dispatcher implementations 2022-12-06 20:21:05 -05:00
predicate.ts Declare implementations and dependencies via standard interfaces for operations (#8) 2023-01-22 01:34:57 +00:00
relational.ts Declare implementations and dependencies via standard interfaces for operations (#8) 2023-01-22 01:34:57 +00:00
type.ts fix: Add types first and distinguish them semantically. 2023-08-25 19:11:00 -07:00