-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce variadic-pass nodes #2107
Conversation
5bf511e
to
22a813a
Compare
22a813a
to
b17f125
Compare
} from './patchPathUtils'; | ||
import { createAdditionalValueTerminalGroups } from './expandVariadicNodes'; | ||
|
||
const expandPassPatch = R.curry((desiredArityLevel, patch) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to provide a signature for the function
// expand all patches(starting from a specified entry patch) | ||
// | ||
|
||
const traverseExpandableQueue = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be in a xod-func-tools
? 🤔
// expand all patches(starting from a specified entry patch) | ||
// | ||
|
||
const traverseExpandableQueue = ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, a signature and some comments would be nice.
Closes #1144