[Question] How to compose functions depending of results of several functions? #164
Unanswered
RabugenTom
asked this question in
Q&A
Replies: 1 comment
-
@RabugenTom Going to convert this to a discussion :) I think it's certainly possible, though I'm not sure I'll have time to work on the exercise, but maybe someone else will! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is not an issue with Prelude (or Overture) itself. I'm wondering if the following scenario is achievable with the operators shipping in both packages: given the functions
is it possible to recreate something equivalent to
with operators or function composition? The all functions can be some curried variant of course, but I'm struggling to assemble two
assemble
functions next to each other without evaluating them first.In other words, I'm trying to construct the following pipeline without prior knowledge of
x1, y1, x2, y2
:Is such thing possible with Prelude or Overture?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions