Hi<div><br></div><div>I would like to define a recursive type as follows:</div><div><br></div><div>(deftype list-of (type)</div><div>   `(or null (cons ,type (list-of ,type))))</div><div><br></div><div>This does not work (stack overflow)</div>
<div><br></div><div><br></div><div>How can define such types?</div><div><br></div><div>Kind regards</div><div>Taoufik</div><div><br></div>