feat: Add and illustrate multiple ways of specifying implementations #19

Merged
glen merged 3 commits from pocomath_notation into main 2022-07-23 05:06:49 +00:00

3 Commits

Author SHA1 Message Date
Glen Whitney 0002a55bcb doc: describe the added implementation notations 2022-07-22 22:04:58 -07:00
Glen Whitney 81ff04f88f feat: Additional notations for specifying dependencies and implementations
Allow just a plain function for when there are no dependencies,
  and allow an object with 'uses' and 'does' properties for the
  dependencies (optional) and implementation, respectively.
2022-07-22 21:48:06 -07:00
Glen Whitney 2ef0b5b263 feat(PocomathInstance): Add use(deps, imp) function for defining signatures 2022-07-22 19:49:10 -07:00