Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-05-30 13:39:12 -05:00
commit f0a556f0f3
1 changed files with 2 additions and 2 deletions
extra/sequences/product

View File

@ -1,6 +1,6 @@
! (c)2009 Joe Groff bsd license
USING: help.markup help.syntax multiline quotations sequences sequences.product ;
IN: sequences
USING: help.markup help.syntax multiline quotations sequences ;
IN: sequences.product
HELP: product-sequence
{ $class-description "A class of virtual sequences that present the cartesian product of their underlying set of sequences. Product sequences are constructed with the " { $link <product-sequence> } " word." }