feat: Allow nonrecursive whole-function dependencies and use to subtract

This commit is contained in:
Glen Whitney 2022-07-18 20:04:27 -07:00
parent a22add9434
commit b16af5cd71
4 changed files with 32 additions and 2 deletions

View file

@ -1,2 +1,3 @@
export {add} from './add.mjs'
export {negate} from './negate.mjs'
export {subtract} from '../generic/subtract.mjs'