Closed fehiepsi closed 6 months ago
When proposing q to p, sometimes we want to pass information from q into p. This PR introduces a chain argument to optionally use output of q as input of p.
q
p
chain
When proposing
q
top
, sometimes we want to pass information from q into p. This PR introduces achain
argument to optionally use output of q as input of p.