parallel-closure-with ( vertex quot1: ( key -- vertices ) quot2: ( vertex -- edges ) -- set )


Vocabulary
hacker-news

Inputs
vertexan object
quot1a quotation with stack effect ( key -- vertices )
quot2a quotation with stack effect ( vertex -- edges )


Outputs
setan object


Definition