fix: Add types first and distinguish them semantically. #15

Merged
glen merged 1 commits from type_registration into main 2023-08-26 02:16:00 +00:00

1 Commits

Author SHA1 Message Date
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