sort-repos-by-time ( seq name quot: ( obj1 obj2 -- <=> ) -- seq' )


Vocabulary
github

Inputs
seqan object
namean object
quota quotation with stack effect ( obj1 obj2 -- <=> )


Outputs
seq'an object


Definition