tableau.spad line 1 [edit on github]
The tableau domain is for printing Young tableaux, and coercions to and from List List S
where S
is a set.
listOfLists t
converts a tableau t
to a list of lists.
tableau(ll)
converts a list of lists ll
to a tableau.