git.fiddlerwoaroof.com
docs/Internal-macros.html
ad00caba
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
6136075d
 <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
ad00caba
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6136075d
 <title>Internal macros (The data-lens/beta/transducers Reference Manual)</title>
ad00caba
 
6136075d
 <meta name="description" content="The data-lens/beta/transducers Reference Manual.">
 <meta name="keywords" content="Internal macros (The data-lens/beta/transducers Reference Manual)">
ad00caba
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
8b39d023
 <meta name="Generator" content="texi2any">
6136075d
 <link href="index.html" rel="start" title="Top">
 <link href="Indexes.html" rel="index" title="Indexes">
ad00caba
 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
6136075d
 <link href="Internal-definitions.html" rel="up" title="Internal definitions">
 <link href="Internal-functions.html" rel="next" title="Internal functions">
 <link href="Internal-definitions.html" rel="prev" title="Internal definitions">
ad00caba
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}
 blockquote.indentedblock {margin-right: 0em}
 div.display {margin-left: 3.2em}
 div.example {margin-left: 3.2em}
 div.lisp {margin-left: 3.2em}
 kbd {font-style: oblique}
 pre.display {font-family: inherit}
 pre.format {font-family: inherit}
 pre.menu-comment {font-family: serif}
 pre.menu-preformatted {font-family: serif}
 span.nolinebreak {white-space: nowrap}
 span.roman {font-family: initial; font-weight: normal}
 span.sansserif {font-family: sans-serif; font-weight: normal}
 ul.no-bullet {list-style: none}
 -->
 </style>
 
 
 </head>
 
 <body lang="en">
6136075d
 <span id="Internal-macros"></span><div class="header">
ad00caba
 <p>
6136075d
 Next: <a href="Internal-functions.html" accesskey="n" rel="next">Internal functions</a>, Previous: <a href="Internal-definitions.html" accesskey="p" rel="prev">Internal definitions</a>, Up: <a href="Internal-definitions.html" accesskey="u" rel="up">Internal definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html" title="Index" rel="index">Index</a>]</p>
ad00caba
 </div>
 <hr>
6136075d
 <span id="Macros-1"></span><h4 class="subsection">4.2.1 Macros</h4>
ad00caba
 <dl>
6136075d
 <dt id="index-comment">Macro: <strong>comment</strong> <em>&amp;body BODY</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236COMMENT-macro"></span><span id="index-Macro_002c-comment"></span>
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
 <dd><p><a href="The-data_002dlens_002etransducers-package.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS-package"><tt>data-lens.transducers</tt></a>
 </p></dd>
 <dt><strong>Source</strong></dt>
 <dd><p><a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducers_2024lisp-file"><tt>transducers.lisp</tt></a> (file)
 </p></dd>
 </dl>
 </dd></dl>
 <dl>
 <dt id="index-defdocumentation">Macro: <strong>defdocumentation</strong> <em>NAME &amp;body DOC-SPECS</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236DEFDOCUMENTATION-macro"></span><span id="index-Macro_002c-defdocumentation"></span>
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
 <dd><p><a href="The-data_002dlens_002etransducers_002einternals-package.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS-package"><tt>data-lens.transducers.internals</tt></a>
 </p></dd>
 <dt><strong>Source</strong></dt>
 <dd><p><a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_2024lisp-file"><tt>transducer-protocol.lisp</tt></a> (file)
 </p></dd>
 </dl>
 </dd></dl>
 <dl>
 <dt id="index-transducer_002dlambda">Macro: <strong>transducer-lambda</strong> <em>&amp;body ((TWO-ARG-ACC TWO-ARG-NEXT) &amp;body TWO-ARG-BODY)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236TRANSDUCER_002dLAMBDA-macro"></span><span id="index-Macro_002c-transducer_002dlambda"></span>
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
 <dd><p><a href="The-data_002dlens_002etransducers-package.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS-package"><tt>data-lens.transducers</tt></a>
 </p></dd>
 <dt><strong>Source</strong></dt>
 <dd><p><a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducers_2024lisp-file"><tt>transducers.lisp</tt></a> (file)
 </p></dd>
 </dl>
 </dd></dl>
 <dl>
 <dt id="index-updatef">Macro: <strong>updatef</strong> <em>PLACE FUN &amp;rest ARGS</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2236_2236UPDATEF-macro"></span><span id="index-Macro_002c-updatef"></span>
ad00caba
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
 <dd><p><a href="The-data_002dlens-package.html#go-to-the-DATA_002dLENS-package"><tt>data-lens</tt></a>
 </p></dd>
 <dt><strong>Source</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002flens_002elisp-file.html#go-to-the-data_002dlens_002flens_2024lisp-file"><tt>lens.lisp</tt></a> (file)
ad00caba
 </p></dd>
 </dl>
 </dd></dl>
 
 
 
 
 </body>
 </html>