You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would a command represent just a postlude, or be able to call defactions like rules? The second case is basically a rule without a select, foreach, and ruleset position of its own.
* Use lodash's unionWith for union operator
This should fix part of what is brought up in #23
* Add missing semicolon
* Switch out arrow function for normal function.
* add test for union with _.isEqual
KRL has no way to create abstractions of commands in the postlude.
A defcommand would parallel defaction and function. By abstracting commands we'd avoid writing rules and using chaining to do this.
Maybe we don't need this? Is rule abstraction sufficient?
The text was updated successfully, but these errors were encountered: