Can't flip the reduce operator
josephcsible opened this issue ยท 0 comments
Issue type:
Only keep the issue types that are applicable.
- ๐ Bug
Short description:
When you try to flip the reduce operator, you get an error. Related to #352, but this is just regular currying not working.
Expected behaviour:
Flipping a reduce operator should produce an operator that takes arguments in the order List, Operator, Any.
Actual behaviour:
Flipping a reduce operator gives the error "The given config render pattern with 2 slots is not compatible with the number of input types 3 for :flip:".
Steps to reproduce the problem:
- Create a variable card with the Reduce operator
- Create a variable card by flipping the Reduce operator
- Attempt to materialize the flipped Reduce operator
Versions:
Exact versions of the following mods, not just latest.
Development version 2a2dd1a, with all of the dependency versions used by ./gradlew runClient
.
Log file:
Nothing relevant in the log.