How do I have multiple generators for list comprehensions in F#? -


I'm trying to write something like this

  [(x, y) | X & lt; - [1,2,3], Y & LT; - [[AA, AA, ????, BA, ????]] = & gt; [(1, one ??? aa ????), (1, a ???? ba ????), (2, a ???? a.a. ???? ), (2, one ???? ????), (3, "aa"), (3, a 'b' ????)]   < ['a'; For 'Y' in Y [1; 2; 3] in / div> 

 ] yield x, y]    

Comments