<div dir="ltr">Hi<div><br></div><div>is there any documents or tutorials about lap-functions</div><div><br></div><div>I would like to write a part of a program using lap-functions</div><div><br></div><div><br></div><div>The structure of the program is as follows:</div>
<div><br></div><div>(defun foo (e)</div><div>  (cond e</div><div><br></div><div>     ((atom e) e)</div><div><br></div></div>