gold plating for sequences.product

db4
Joe Groff 2009-04-26 13:09:30 -05:00
parent f007c281e3
commit a2056d932c
5 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
Joe Groff

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff bsd license
USING: help.markup help.syntax multiline quotations sequences sequences.product ;
IN: sequences

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff bsd license
USING: arrays kernel make sequences sequences.product tools.test ;
IN: sequences.product.tests

View File

@ -1,3 +1,4 @@
! (c)2009 Joe Groff bsd license
USING: accessors arrays kernel locals math sequences ;
IN: sequences.product

View File

@ -0,0 +1 @@
Cartesian products of sequences