Help for this page

Select Code to Download


  1. or download this
    
    # returns _2_ closures to generate certain powersets
    ...
      # that will prevent sets (AB, AC, A, BC, B, C) from printing out.
    }
    
  2. or download this
    ABCD|
    ABC |ABC |
    ...
      C |  C |    |  C |  C
       D|    |   D|   D|   D
    ()