Cartesian product of lists #615
ornamentist
started this conversation in
Ideas and Proposals
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could we have a list function to return the Cartesian product of two lists? Something like:
An n-ary Cartesian product would need to be over a single type parameter?
I think this can be done with an
Applicative
orMonad
function call?Beta Was this translation helpful? Give feedback.
All reactions