<div>Hi there,</div>
<div>&nbsp;</div>
<div>I just started fumbling around with&nbsp;contracts and I was trying to write a contract for a function similar to map:</div>
<div>&nbsp;</div>
<div>map proc clist1 clist2 ... -&gt; list </div>
<div>&nbsp;</div>
<div>Is there a way to&nbsp;say that&nbsp;proc is a procedure whose arity should match the number of clist arguments?</div>
<div>&nbsp;</div>
<div>TIA,</div>
<div>-pp</div>
<div>&nbsp;</div>