*removed

By on 5/14/2009 6:45 AM ()

let combinator seq1 seq2 =

seq{for i in seq1 do

for j in seq2 do

yield i,j}

By on 5/13/2009 4:23 PM ()

let A = {1..3}

let B = {4..6}

let C = seq {for a in A do
for b in B do
yield (a, b)}

should get you what you want

By on 5/13/2009 4:23 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper