Hello!  I hope somebody is actually on the list that can help me with a basic question.<br><br>What I'd like to do is transform the pattern defined in this expression:<br>(cl-match:match  '(let ((x 1)) x) ((when (eql op 'let) (:list op bindings body)) bindings) )<br>
<br>into a new pattern type.<br><br>The docs aren't exactly clear on, and I wasn't able to find a place in code where the lib eats it's own dogfood and defines patterns using defpattern.<br><br>How would I do this?  What I'd like to do, if it isn't clear, is match(for starters) let expressions.<br>
<br>thanks for any help you can give,<br>Mike Kohout<br>