fix: Add types first and distinguish them semantically. #15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "type_registration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.