closure-limit ( vertex quot: ( vertex -- edges ) n -- set )


Vocabulary
combinators.extras

Inputs
vertexan object
quota quotation with stack effect ( vertex -- edges )
nan object


Outputs
setan object


Definition

: closure-limit
( vertex quot: ( vertex -- edges ) n -- set )
HS{ } closure-limit-as ; inline