
8 Feb
2001
8 Feb
'01
5:11 a.m.
At 2001-02-08 02:04, Ashley Yakeley wrote:
That's easy. Just define 'product' as a function that finds the cartesian product of any number of lists, and then once you've done that you can apply it to make the special case of three items like this:
cartesianProduct a b c = product [a,b,c]
At least, that's how I would do it.
eesh, 'product' is something else in the Prelude. Better call it 'cartprod' or something. -- Ashley Yakeley, Seattle WA
8868
Age (days ago)
8868
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ashley Yakeley