bigraded-basis. ( seq -- )


Vocabulary
koszul

Inputs
seqan object


Outputs
None

Definition


: bigraded-basis. ( seq -- )
[
"=== U-degree " write . [
" === Z-degree " write pprint ": dimension " write
dup length . [ " " write alt. ] each
] each-index
] each-index ;