feat: Implement signature-specifc reference #25

Merged
glen merged 1 commits from specific_signature into main 2022-07-25 11:33:50 +00:00

1 Commits

Author SHA1 Message Date
Glen Whitney 91ec20edd8 feat: Implement signature-specifc reference
Also implements a config object that upon change, lazily invalidates
  all operations that access it.

  Also allows references to signatures with nonexistent types (which
  typed-function does not); they come back as undefined.

  Uses these features to implement sqrt for number and complex.

  Resolves #7.
2022-07-25 04:20:13 -07:00