allSubPartitions(lam,mu)
i1 : theBag = allSubPartitions(new Partition from {2,2,1},new Partition from {1}) o1 = -*a bagged sequence of length 8*- o1 : Bag
i2 : for nu in theBag do print youngDiagram nu ┌───┐ │ │ └───┘ ┌───┬───┐ │ │ │ └───┴───┘ ┌───┐ │ │ ├───┤ │ │ └───┘ ┌───┬───┐ │ │ │ ├───┼───┘ │ │ └───┘ ┌───┬───┐ │ │ │ ├───┼───┤ │ │ │ └───┴───┘ ┌───┐ │ │ ├───┤ │ │ ├───┤ │ │ └───┘ ┌───┬───┐ │ │ │ ├───┼───┘ │ │ ├───┤ │ │ └───┘ ┌───┬───┐ │ │ │ ├───┼───┤ │ │ │ ├───┼───┘ │ │ └───┘
The object allSubPartitions is a method function.
The source of this document is in Tableaux/documentation.m2:195:0.