Compare commits

...

7 Commits

Author SHA1 Message Date
befab03521 chore: rearrange optics 2020-10-31 01:05:20 -07:00
8b39d02344 chore: update docs 2020-10-12 20:28:11 -07:00
38133d6f0a chore: split into files 2020-10-05 19:44:35 -07:00
1dcfeff5de feat: curried equality 2020-09-30 17:06:37 -07:00
800a03e0c6 feat: add • compose operator 2020-09-30 15:48:03 -07:00
32b8a0bb7f Create LICENSE 2019-08-29 14:00:10 -05:00
a224381307 Add a lens for modifying the elements in a list 2019-08-29 10:10:41 -05:00
150 changed files with 4228 additions and 3172 deletions

201
LICENSE Normal file
View File

@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2019 Edward Langley
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@ -1,10 +1,14 @@
(asdf:defsystem #:data-lens
:description "Utilities for building data transormations from composable functions, modeled on lenses and transducers"
:description #.(format nil "~a ~a ~a"
"Utilities for building data transormations from"
"composable functions, modeled on lenses and"
"transducers")
:author "Edward Langley <el-cl@elangley.org>"
:license "MIT"
:depends-on (:cl-ppcre
:alexandria
:serapeum)
:serial t
:components ((:file "lens")))
:components ((:file "package")
(:file "optics")
(:file "lens")))

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Concept index (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -67,16 +67,22 @@ Next: <a href="Function-index.html#Function-index" accesskey="n" rel="next">Func
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#index-data_002dlens_002easd"><tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file">The data-lens&lt;dot&gt;asd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#index-data_002dlens_002flens_002elisp"><tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file">The data-lens/lens&lt;dot&gt;lisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002easd-file.html#index-data_002dlens_002easd"><tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file">The data-lensasd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#index-data_002dlens_002flens_002elisp"><tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file">The data-lens/lenslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#index-data_002dlens_002foptics_002elisp"><tt>data-lens/optics.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file">The data-lens/opticslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#index-data_002dlens_002fpackage_002elisp"><tt>data-lens/package.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file">The data-lens/packagelisp file</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-F">F</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#index-File_002c-Lisp_002c-data_002dlens_002easd">File, Lisp, <tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file">The data-lens&lt;dot&gt;asd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#index-File_002c-Lisp_002c-data_002dlens_002flens_002elisp">File, Lisp, <tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file">The data-lens/lens&lt;dot&gt;lisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002easd-file.html#index-File_002c-Lisp_002c-data_002dlens_002easd">File, Lisp, <tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file">The data-lensasd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#index-File_002c-Lisp_002c-data_002dlens_002flens_002elisp">File, Lisp, <tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file">The data-lens/lenslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#index-File_002c-Lisp_002c-data_002dlens_002foptics_002elisp">File, Lisp, <tt>data-lens/optics.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file">The data-lens/opticslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#index-File_002c-Lisp_002c-data_002dlens_002fpackage_002elisp">File, Lisp, <tt>data-lens/package.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file">The data-lens/packagelisp file</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Concept-index_cp_letter-L">L</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#index-Lisp-File_002c-data_002dlens_002easd">Lisp File, <tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file">The data-lens&lt;dot&gt;asd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#index-Lisp-File_002c-data_002dlens_002flens_002elisp">Lisp File, <tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file">The data-lens/lens&lt;dot&gt;lisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002easd-file.html#index-Lisp-File_002c-data_002dlens_002easd">Lisp File, <tt>data-lens.asd</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file">The data-lensasd file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#index-Lisp-File_002c-data_002dlens_002flens_002elisp">Lisp File, <tt>data-lens/lens.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file">The data-lens/lenslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#index-Lisp-File_002c-data_002dlens_002foptics_002elisp">Lisp File, <tt>data-lens/optics.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file">The data-lens/opticslisp file</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#index-Lisp-File_002c-data_002dlens_002fpackage_002elisp">Lisp File, <tt>data-lens/package.lisp</tt></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file">The data-lens/packagelisp file</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Concept-index_cp_letter-D"><b>D</b></a>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Data type index (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -77,14 +77,16 @@ Previous: <a href="Variable-index.html#Variable-index" accesskey="p" rel="prev">
<tr><th><a name="Data-type-index_tp_letter-D">D</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens-system.html#index-data_002dlens"><code>data-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens-system.html#The-data_002dlens-system">The data-lens system</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens-package.html#index-data_002dlens-1"><code>data-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens-package.html#The-data_002dlens-package">The data-lens package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_003cdot_003elenses-package.html#index-data_002dlens_002elenses"><code>data-lens.lenses</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package">The data-lens&lt;dot&gt;lenses package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002elenses-package.html#index-data_002dlens_002elenses"><code>data-lens.lenses</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package">The data-lenslenses package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002epackage-package.html#index-data_002dlens_002epackage"><code>data-lens.package</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package">The data-lenspackage package</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Data-type-index_tp_letter-I">I</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Internal-classes.html#index-identity_002d"><code>identity-</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-classes.html#Internal-classes">Internal classes</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Data-type-index_tp_letter-P">P</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens-package.html#index-Package_002c-data_002dlens"><code><span class="roman">Package, </span>data-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens-package.html#The-data_002dlens-package">The data-lens package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_003cdot_003elenses-package.html#index-Package_002c-data_002dlens_002elenses"><code><span class="roman">Package, </span>data-lens.lenses</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package">The data-lens&lt;dot&gt;lenses package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002elenses-package.html#index-Package_002c-data_002dlens_002elenses"><code><span class="roman">Package, </span>data-lens.lenses</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package">The data-lenslenses package</a></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens_002epackage-package.html#index-Package_002c-data_002dlens_002epackage"><code><span class="roman">Package, </span>data-lens.package</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package">The data-lenspackage package</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Data-type-index_tp_letter-S">S</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="The-data_002dlens-system.html#index-System_002c-data_002dlens"><code><span class="roman">System, </span>data-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="The-data_002dlens-system.html#The-data_002dlens-system">The data-lens system</a></td></tr>

View File

@ -9,13 +9,13 @@
<meta name="keywords" content="Definitions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html#Top" rel="up" title="Top">
<link href="Exported-definitions.html#Exported-definitions" rel="next" title="Exported definitions">
<link href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package" rel="prev" title="The data-lens&lt;dot&gt;lenses package">
<link href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package" rel="prev" title="The data-lenslenses package">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Exported definitions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Exported functions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -57,432 +57,457 @@ Next: <a href="Exported-generic-functions.html#Exported-generic-functions" acces
<a name="Functions"></a>
<h4 class="subsection">4.1.2 Functions</h4>
<dl>
<dt><a name="index-applicable_002dwhen"></a>Function: <strong>applicable-when</strong> <em>FUN TEST</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLICABLE_002dWHEN-function"></a><a name="index-Function_002c-applicable_002dwhen"></a>
<dt><a name="index-_003d_003d"></a>Function: <strong>==</strong> <em>TARGET &amp;key TEST</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236_003d_003d-function"></a><a name="index-Function_002c-_003d_003d"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-applicable_002dwhen"></a>Function: <strong>applicable-when</strong> <em>FUN TEST</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236APPLICABLE_002dWHEN-function"></a><a name="index-Function_002c-applicable_002dwhen"></a>
<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>
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-combine_002dmatching_002dlists"></a>Function: <strong>combine-matching-lists</strong> <em>&amp;key TEST &amp;allow-other-keys</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMBINE_002dMATCHING_002dLISTS-function"></a><a name="index-Function_002c-combine_002dmatching_002dlists"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236COMBINE_002dMATCHING_002dLISTS-function"></a><a name="index-Function_002c-combine_002dmatching_002dlists"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-compress_002druns"></a>Function: <strong>compress-runs</strong> <em>&amp;key COLLECTOR TEST KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMPRESS_002dRUNS-function"></a><a name="index-Function_002c-compress_002druns"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236COMPRESS_002dRUNS-function"></a><a name="index-Function_002c-compress_002druns"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-cumsum"></a>Function: <strong>cumsum</strong> <em>&amp;key ADD-FUN KEY COMBINE ZERO</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCUMSUM-function"></a><a name="index-Function_002c-cumsum"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236CUMSUM-function"></a><a name="index-Function_002c-cumsum"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-denest"></a>Function: <strong>denest</strong> <em>&amp;key RESULT-TYPE</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDENEST-function"></a><a name="index-Function_002c-denest"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236DENEST-function"></a><a name="index-Function_002c-denest"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-derive"></a>Function: <strong>derive</strong> <em>DIFF-FUN &amp;key KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDERIVE-function"></a><a name="index-Function_002c-derive"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236DERIVE-function"></a><a name="index-Function_002c-derive"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-element"></a>Function: <strong>element</strong> <em>NUM</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eELEMENT-function"></a><a name="index-Function_002c-element"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236ELEMENT-function"></a><a name="index-Function_002c-element"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-exclude"></a>Function: <strong>exclude</strong> <em>PRED</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXCLUDE-function"></a><a name="index-Function_002c-exclude"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236EXCLUDE-function"></a><a name="index-Function_002c-exclude"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-include"></a>Function: <strong>include</strong> <em>PRED</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eINCLUDE-function"></a><a name="index-Function_002c-include"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236INCLUDE-function"></a><a name="index-Function_002c-include"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-juxt"></a>Function: <strong>juxt</strong> <em>FUN1 &amp;rest R</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eJUXT-function"></a><a name="index-Function_002c-juxt"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236JUXT-function"></a><a name="index-Function_002c-juxt"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-key"></a>Function: <strong>key</strong> <em>KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY-function"></a><a name="index-Function_002c-key"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236KEY-function"></a><a name="index-Function_002c-key"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-key_002dtransform"></a>Function: <strong>key-transform</strong> <em>FUN KEY-GET KEY-SET</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY_002dTRANSFORM-function"></a><a name="index-Function_002c-key_002dtransform"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236KEY_002dTRANSFORM-function"></a><a name="index-Function_002c-key_002dtransform"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-make_002dalist_002dlens"></a>Function: <strong>make-alist-lens</strong> <em>KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dLENS-function"></a><a name="index-Function_002c-make_002dalist_002dlens"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dLENS-function"></a><a name="index-Function_002c-make_002dalist_002dlens"></a>
<p>A lens for updating a alist, discarding previous values
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-make_002dhash_002dtable_002dlens"></a>Function: <strong>make-hash-table-lens</strong> <em>KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dHASH_002dTABLE_002dLENS-function"></a><a name="index-Function_002c-make_002dhash_002dtable_002dlens"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dHASH_002dTABLE_002dLENS-function"></a><a name="index-Function_002c-make_002dhash_002dtable_002dlens"></a>
<p>A lens for updating a hash-table, discarding previous values
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-make_002dlist_002dlens"></a>Function: <strong>make-list-lens</strong> <em>INDEX</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dLIST_002dLENS-function"></a><a name="index-Function_002c-make_002dlist_002dlens"></a>
<p>A lens for updating a sequence
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-make_002dplist_002dlens"></a>Function: <strong>make-plist-lens</strong> <em>KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dPLIST_002dLENS-function"></a><a name="index-Function_002c-make_002dplist_002dlens"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dPLIST_002dLENS-function"></a><a name="index-Function_002c-make_002dplist_002dlens"></a>
<p>A lens for updating a plist, preserving previous values
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-maximizing"></a>Function: <strong>maximizing</strong> <em>RELATION MEASURE</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMAXIMIZING-function"></a><a name="index-Function_002c-maximizing"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236MAXIMIZING-function"></a><a name="index-Function_002c-maximizing"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-of_002dlength"></a>Function: <strong>of-length</strong> <em>LEN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dLENGTH-function"></a><a name="index-Function_002c-of_002dlength"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236OF_002dLENGTH-function"></a><a name="index-Function_002c-of_002dlength"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-of_002dmax_002dlength"></a>Function: <strong>of-max-length</strong> <em>LEN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMAX_002dLENGTH-function"></a><a name="index-Function_002c-of_002dmax_002dlength"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236OF_002dMAX_002dLENGTH-function"></a><a name="index-Function_002c-of_002dmax_002dlength"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-of_002dmin_002dlength"></a>Function: <strong>of-min-length</strong> <em>LEN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMIN_002dLENGTH-function"></a><a name="index-Function_002c-of_002dmin_002dlength"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236OF_002dMIN_002dLENGTH-function"></a><a name="index-Function_002c-of_002dmin_002dlength"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-on"></a>Function: <strong>on</strong> <em>FUN KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eON-function"></a><a name="index-Function_002c-on"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236ON-function"></a><a name="index-Function_002c-on"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-over"></a>Function: <strong>over</strong> <em>FUN &amp;key RESULT-TYPE</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOVER-function"></a><a name="index-Function_002c-over"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236OVER-function"></a><a name="index-Function_002c-over"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-over-1"></a>Function: <strong>over</strong> <em>LENS CB REC</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eOVER-function"></a><a name="index-Function_002c-over-1"></a>
<p>Given a lens, a callback and a record, apply the lens to the<br>
record, transform it by the callback and return copy of the record,<br>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236OVER-function"></a><a name="index-Function_002c-over-1"></a>
<p>Given a lens, a callback and a record, apply the lens to the
record, transform it by the callback and return copy of the record,
updated to contain the result of the callback. This is the fundamental
operation on a lens and SET and VIEW are implemented in terms of it.<br>
operation on a lens and SET and VIEW are implemented in terms of it.
</p>
<p>A lens is any function of the form (lambda (fun) (lambda (rec) ...))<br>
that obeys the lens laws (where == is some reasonable equality<br>
<p>A lens is any function of the form (lambda (fun) (lambda (rec) ...))
that obeys the lens laws (where == is some reasonable equality
operator):<br>
</p>
<p>(== (view lens (set lens value rec))<br>
value)<br>
<br>
(== (set lens (view lens rec) rec)<br>
</p>
<p>(== (set lens (view lens rec) rec)<br>
rec)<br>
<br>
(== (set lens value2 (set lens value1 rec))<br>
</p>
<p>(== (set lens value2 (set lens value1 rec))<br>
(set lens value2 rec))<br>
</p>
<p>The inner lambda returns a functor that determines the policy to be<br>
<p>The inner lambda returns a functor that determines the policy to be
applied to the focused part. By default, this only uses IDENTITY- and
CONSTANT- in order to implement the lens operations over, set and<br>
CONSTANT- in order to implement the lens operations over, set and
view.<br>
</p>
<p>If these conditions are met, (over (data-lens:&lt;&gt;1 lens1 lens2) ...) is
equivalent to using lens2 to focus the part lens1 focuses: note that
composition is &quot;backwards&quot; from what one might expect: this is<br>
because composition composes the wrapper lambdas and applies the<br>
composition is &quot;backwards&quot; from what one might expect: this is
because composition composes the wrapper lambdas and applies the
lambda that actually pulls a value out of a record later.
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-pick"></a>Function: <strong>pick</strong> <em>SELECTOR</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003ePICK-function"></a><a name="index-Function_002c-pick"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236PICK-function"></a><a name="index-Function_002c-pick"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-regex_002dmatch"></a>Function: <strong>regex-match</strong> <em>REGEX</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eREGEX_002dMATCH-function"></a><a name="index-Function_002c-regex_002dmatch"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236REGEX_002dMATCH-function"></a><a name="index-Function_002c-regex_002dmatch"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-set"></a>Function: <strong>set</strong> <em>LENS V REC</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eSET-function"></a><a name="index-Function_002c-set"></a>
<p>Given a lens, a value and a rec, immutably update the rec to<br>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236SET-function"></a><a name="index-Function_002c-set"></a>
<p>Given a lens, a value and a rec, immutably update the rec to
contain the new value at the location focused by the lens.
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-slice"></a>Function: <strong>slice</strong> <em>START &amp;optional END</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSLICE-function"></a><a name="index-Function_002c-slice"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236SLICE-function"></a><a name="index-Function_002c-slice"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-sorted"></a>Function: <strong>sorted</strong> <em>COMPARATOR &amp;rest R &amp;key KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSORTED-function"></a><a name="index-Function_002c-sorted"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236SORTED-function"></a><a name="index-Function_002c-sorted"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-splice_002delt"></a>Function: <strong>splice-elt</strong> <em>ELT FUN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSPLICE_002dELT-function"></a><a name="index-Function_002c-splice_002delt"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236SPLICE_002dELT-function"></a><a name="index-Function_002c-splice_002delt"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-transform_002delt"></a>Function: <strong>transform-elt</strong> <em>ELT FUN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dELT-function"></a><a name="index-Function_002c-transform_002delt"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dELT-function"></a><a name="index-Function_002c-transform_002delt"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-transform_002dhead"></a>Function: <strong>transform-head</strong> <em>FUN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dHEAD-function"></a><a name="index-Function_002c-transform_002dhead"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dHEAD-function"></a><a name="index-Function_002c-transform_002dhead"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-transform_002dtail"></a>Function: <strong>transform-tail</strong> <em>FUN</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dTAIL-function"></a><a name="index-Function_002c-transform_002dtail"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dTAIL-function"></a><a name="index-Function_002c-transform_002dtail"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-view"></a>Function: <strong>view</strong> <em>LENS REC</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eVIEW-function"></a><a name="index-Function_002c-view"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236VIEW-function"></a><a name="index-Function_002c-view"></a>
<p>Given a lens and a rec, return the focused value
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-zipping"></a>Function: <strong>zipping</strong> <em>RESULT-TYPE &amp;key FILL-VALUE</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eZIPPING-function"></a><a name="index-Function_002c-zipping"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236ZIPPING-function"></a><a name="index-Function_002c-zipping"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Exported generic functions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,22 +58,22 @@ Previous: <a href="Exported-functions.html#Exported-functions" accesskey="p" rel
<h4 class="subsection">4.1.3 Generic functions</h4>
<dl>
<dt><a name="index-extract_002dkey"></a>Generic Function: <strong>extract-key</strong> <em>MAP KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-generic-function"></a><a name="index-Generic-Function_002c-extract_002dkey"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-generic-function"></a><a name="index-Generic-Function_002c-extract_002dkey"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
<dt><strong>Methods</strong></dt>
<dd><dl>
<dt><a name="index-extract_002dkey-1"></a>Method: <strong>extract-key</strong> <em>(MAP <tt>hash-table</tt>) KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eHASH_002dTABLE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"></a><a name="index-Method_002c-extract_002dkey"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236HASH_002dTABLE-COMMON_002dLISP_2236_2236T-method"></a><a name="index-Method_002c-extract_002dkey"></a>
</dd></dl>
<dl>
<dt><a name="index-extract_002dkey-2"></a>Method: <strong>extract-key</strong> <em>(MAP <tt>list</tt>) KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"></a><a name="index-Method_002c-extract_002dkey-1"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236LIST-COMMON_002dLISP_2236_2236T-method"></a><a name="index-Method_002c-extract_002dkey-1"></a>
</dd></dl>
</dd>
</dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Exported macros (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,61 +58,73 @@ Next: <a href="Exported-functions.html#Exported-functions" accesskey="n" rel="ne
<h4 class="subsection">4.1.1 Macros</h4>
<dl>
<dt><a name="index-_003c_003e1"></a>Macro: <strong>&lt;&gt;1</strong> <em>&amp;rest FUNS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003c_003e1-macro"></a><a name="index-Macro_002c-_003c_003e1"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236_003c_003e1-macro"></a><a name="index-Macro_002c-_003c_003e1"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-applying"></a>Macro: <strong>applying</strong> <em>FUN &amp;rest ARGS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLYING-macro"></a><a name="index-Macro_002c-applying"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236APPLYING-macro"></a><a name="index-Macro_002c-applying"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-defun_002dct"></a>Macro: <strong>defun-ct</strong> <em>NAME (&amp;rest ARGS) &amp;body BODY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEFUN_002dCT-macro"></a><a name="index-Macro_002c-defun_002dct"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236DEFUN_002dCT-macro"></a><a name="index-Macro_002c-defun_002dct"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-let_002dfn"></a>Macro: <strong>let-fn</strong> <em>(&amp;rest BINDINGS) &amp;body BODY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eLET_002dFN-macro"></a><a name="index-Macro_002c-let_002dfn"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236LET_002dFN-macro"></a><a name="index-Macro_002c-let_002dfn"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-shortcut"></a>Macro: <strong>shortcut</strong> <em>NAME FUNCTION &amp;body BOUND-ARGS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSHORTCUT-macro"></a><a name="index-Macro_002c-shortcut"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236SHORTCUT-macro"></a><a name="index-Macro_002c-shortcut"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-_2022"></a>Macro: <strong></strong> <em>&amp;rest FUNS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236_2022-macro"></a><a name="index-Macro_002c-_2022"></a>
<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>
<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)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Files (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Function index (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -60,6 +60,8 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
&nbsp;
<a class="summary-letter" href="#Function-index_fn_symbol-2"><b>=</b></a>
&nbsp;
<a class="summary-letter" href="#Function-index_fn_symbol-3"><b></b></a>
&nbsp;
<br>
<a class="summary-letter" href="#Function-index_fn_letter-A"><b>A</b></a>
&nbsp;
@ -109,8 +111,12 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-_003c_003e1"><code>&lt;&gt;1</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_symbol-2">=</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-_003d_003d"><code>==</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-_003d_003e_003e"><code>=&gt;&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_symbol-3"></a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-_2022"><code></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th><a name="Function-index_fn_letter-A">A</a></th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-applicable_002dwhen"><code>applicable-when</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-applying"><code>applying</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
@ -143,6 +149,7 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
<tr><td></td><td valign="top"><a href="Internal-generic-functions.html#index-fmap-2"><code>fmap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-generic-functions.html#Internal-generic-functions">Internal generic functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-generic-functions.html#index-fmap-3"><code>fmap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-generic-functions.html#Internal-generic-functions">Internal generic functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-generic-functions.html#index-fmap-4"><code>fmap</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-generic-functions.html#Internal-generic-functions">Internal generic functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-_003d_003d"><code><span class="roman">Function, </span>==</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-Function_002c-_003d_003e_003e"><code><span class="roman">Function, </span>=&gt;&gt;</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-applicable_002dwhen"><code><span class="roman">Function, </span>applicable-when</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-combine_002dmatching_002dlists"><code><span class="roman">Function, </span>combine-matching-lists</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
@ -162,6 +169,7 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-Function_002c-make_002dalist_002dhistory_002dlens"><code><span class="roman">Function, </span>make-alist-history-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-make_002dalist_002dlens"><code><span class="roman">Function, </span>make-alist-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-make_002dhash_002dtable_002dlens"><code><span class="roman">Function, </span>make-hash-table-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-make_002dlist_002dlens"><code><span class="roman">Function, </span>make-list-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-make_002dplist_002dlens"><code><span class="roman">Function, </span>make-plist-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-Function_002c-matching_002dlist_002dreducer"><code><span class="roman">Function, </span>matching-list-reducer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-Function_002c-maximizing"><code><span class="roman">Function, </span>maximizing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
@ -213,9 +221,11 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-Macro_002c-let_002dfn"><code><span class="roman">Macro, </span>let-fn</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-Macro_002c-shortcut"><code><span class="roman">Macro, </span>shortcut</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-macros.html#index-Macro_002c-updatef"><code><span class="roman">Macro, </span>updatef</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-macros.html#Internal-macros">Internal macros</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-macros.html#index-Macro_002c-_2022"><code><span class="roman">Macro, </span></code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-macros.html#Exported-macros">Exported macros</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-make_002dalist_002dhistory_002dlens"><code>make-alist-history-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-make_002dalist_002dlens"><code>make-alist-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-make_002dhash_002dtable_002dlens"><code>make-hash-table-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-make_002dlist_002dlens"><code>make-list-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-make_002dplist_002dlens"><code>make-plist-lens</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Internal-functions.html#index-matching_002dlist_002dreducer"><code>matching-list-reducer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Internal-functions.html#Internal-functions">Internal functions</a></td></tr>
<tr><td></td><td valign="top"><a href="Exported-functions.html#index-maximizing"><code>maximizing</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Exported-functions.html#Exported-functions">Exported functions</a></td></tr>
@ -278,6 +288,8 @@ Next: <a href="Variable-index.html#Variable-index" accesskey="n" rel="next">Vari
&nbsp;
<a class="summary-letter" href="#Function-index_fn_symbol-2"><b>=</b></a>
&nbsp;
<a class="summary-letter" href="#Function-index_fn_symbol-3"><b></b></a>
&nbsp;
<br>
<a class="summary-letter" href="#Function-index_fn_letter-A"><b>A</b></a>
&nbsp;

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Indexes (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Internal classes (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,22 +58,22 @@ Previous: <a href="Internal-generic-functions.html#Internal-generic-functions" a
<h4 class="subsection">4.2.4 Classes</h4>
<dl>
<dt><a name="index-constant_002d"></a>Class: <strong>constant-</strong> <em>()</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-class"></a><a name="index-Class_002c-constant_002d"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-class"></a><a name="index-Class_002c-constant_002d"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
<dt><strong>Direct superclasses</strong></dt>
<dd><p><tt>standard-object</tt> (class)
</p></dd>
<dt><strong>Direct methods</strong></dt>
<dd><ul>
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>fmap</tt></a> (method)
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>fmap</tt></a> (method)
</li><li> <tt>print-object</tt> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li></ul>
</dd>
<dt><strong>Direct slots</strong></dt>
@ -85,7 +85,7 @@ Previous: <a href="Internal-generic-functions.html#Internal-generic-functions" a
<dd><p><tt>:value</tt>
</p></dd>
<dt><strong>Readers</strong></dt>
<dd><p><a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-generic-function"><tt>unconstant</tt></a> (generic function)
<dd><p><a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function"><tt>unconstant</tt></a> (generic function)
</p></dd>
</dl>
</dd></dl>
@ -94,22 +94,22 @@ Previous: <a href="Internal-generic-functions.html#Internal-generic-functions" a
</dd></dl>
<dl>
<dt><a name="index-identity_002d"></a>Class: <strong>identity-</strong> <em>()</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-class"></a><a name="index-Class_002c-identity_002d"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-class"></a><a name="index-Class_002c-identity_002d"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
<dt><strong>Direct superclasses</strong></dt>
<dd><p><tt>standard-object</tt> (class)
</p></dd>
<dt><strong>Direct methods</strong></dt>
<dd><ul>
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>fmap</tt></a> (method)
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>fmap</tt></a> (method)
</li><li> <tt>print-object</tt> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li></ul>
</dd>
<dt><strong>Direct slots</strong></dt>
@ -121,7 +121,7 @@ Previous: <a href="Internal-generic-functions.html#Internal-generic-functions" a
<dd><p><tt>:value</tt>
</p></dd>
<dt><strong>Readers</strong></dt>
<dd><p><a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-generic-function"><tt>unidentity</tt></a> (generic function)
<dd><p><a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function"><tt>unidentity</tt></a> (generic function)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Internal definitions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Internal functions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,110 +58,110 @@ Next: <a href="Internal-generic-functions.html#Internal-generic-functions" acces
<h4 class="subsection">4.2.2 Functions</h4>
<dl>
<dt><a name="index-_003d_003e_003e"></a>Function: <strong>=&gt;&gt;</strong> <em>FUN1 FUN2</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003d_003e_003e-function"></a><a name="index-Function_002c-_003d_003e_003e"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236_003d_003e_003e-function"></a><a name="index-Function_002c-_003d_003e_003e"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-cons_002dnew"></a>Function: <strong>cons-new</strong> <em>&amp;key TEST KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCONS_002dNEW-function"></a><a name="index-Function_002c-cons_002dnew"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236CONS_002dNEW-function"></a><a name="index-Function_002c-cons_002dnew"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-deduplicate"></a>Function: <strong>deduplicate</strong> <em>&amp;optional TEST</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEDUPLICATE-function"></a><a name="index-Function_002c-deduplicate"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236DEDUPLICATE-function"></a><a name="index-Function_002c-deduplicate"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-filler"></a>Function: <strong>filler</strong> <em>LENGTH1 LENGTH2 FILL-VALUE</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eFILLER-function"></a><a name="index-Function_002c-filler"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236FILLER-function"></a><a name="index-Function_002c-filler"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-make_002dalist_002dhistory_002dlens"></a>Function: <strong>make-alist-history-lens</strong> <em>KEY</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dHISTORY_002dLENS-function"></a><a name="index-Function_002c-make_002dalist_002dhistory_002dlens"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dHISTORY_002dLENS-function"></a><a name="index-Function_002c-make_002dalist_002dhistory_002dlens"></a>
<p>A lens for updating a alist, preserving previous values
</p><dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-matching_002dlist_002dreducer"></a>Function: <strong>matching-list-reducer</strong> <em>TEST ACC NEXT</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMATCHING_002dLIST_002dREDUCER-function"></a><a name="index-Function_002c-matching_002dlist_002dreducer"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236MATCHING_002dLIST_002dREDUCER-function"></a><a name="index-Function_002c-matching_002dlist_002dreducer"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-update"></a>Function: <strong>update</strong> <em>THING FUN &amp;rest ARGS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATE-function"></a><a name="index-Function_002c-update"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236UPDATE-function"></a><a name="index-Function_002c-update"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-wrap_002dconstant"></a>Function: <strong>wrap-constant</strong> <em>V</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dCONSTANT-function"></a><a name="index-Function_002c-wrap_002dconstant"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dCONSTANT-function"></a><a name="index-Function_002c-wrap_002dconstant"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-wrap_002didentity"></a>Function: <strong>wrap-identity</strong> <em>V</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dIDENTITY-function"></a><a name="index-Function_002c-wrap_002didentity"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dIDENTITY-function"></a><a name="index-Function_002c-wrap_002didentity"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Internal generic functions (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,67 +58,67 @@ Next: <a href="Internal-classes.html#Internal-classes" accesskey="n" rel="next">
<h4 class="subsection">4.2.3 Generic functions</h4>
<dl>
<dt><a name="index-clone"></a>Generic Function: <strong>clone</strong> <em>OBJ &amp;rest NEW-INITARGS &amp;key</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-generic-function"></a><a name="index-Generic-Function_002c-clone"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function"></a><a name="index-Generic-Function_002c-clone"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
<dt><strong>Methods</strong></dt>
<dd><dl>
<dt><a name="index-clone-1"></a>Method: <strong>clone</strong> <em>OBJ &amp;rest NEW-INITARGS &amp;key <tt>around</tt></em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-AROUND-method"></a><a name="index-Method_002c-clone"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method"></a><a name="index-Method_002c-clone"></a>
</dd></dl>
</dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-fmap"></a>Generic Function: <strong>fmap</strong> <em>FUNCTION DATA</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-generic-function"></a><a name="index-Generic-Function_002c-fmap"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function"></a><a name="index-Generic-Function_002c-fmap"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
<dt><strong>Methods</strong></dt>
<dd><dl>
<dt><a name="index-fmap-1"></a>Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>identity-</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"></a><a name="index-Method_002c-fmap"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"></a><a name="index-Method_002c-fmap"></a>
</dd></dl>
<dl>
<dt><a name="index-fmap-2"></a>Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>constant-</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"></a><a name="index-Method_002c-fmap-1"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"></a><a name="index-Method_002c-fmap-1"></a>
</dd></dl>
<dl>
<dt><a name="index-fmap-3"></a>Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>list</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-method"></a><a name="index-Method_002c-fmap-2"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method"></a><a name="index-Method_002c-fmap-2"></a>
</dd></dl>
<dl>
<dt><a name="index-fmap-4"></a>Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>vector</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eVECTOR-method"></a><a name="index-Method_002c-fmap-3"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method"></a><a name="index-Method_002c-fmap-3"></a>
</dd></dl>
</dd>
</dl>
</dd></dl>
<dl>
<dt><a name="index-unconstant"></a>Generic Function: <strong>unconstant</strong> <em>OBJECT</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-generic-function"></a><a name="index-Generic-Function_002c-unconstant"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function"></a><a name="index-Generic-Function_002c-unconstant"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Methods</strong></dt>
<dd><dl>
<dt><a name="index-unconstant-1"></a>Method: <strong>unconstant</strong> <em>(CONSTANT- <tt>constant-</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"></a><a name="index-Method_002c-unconstant"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"></a><a name="index-Method_002c-unconstant"></a>
<p>automatically generated reader method
</p><dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>
@ -127,19 +127,19 @@ Next: <a href="Internal-classes.html#Internal-classes" accesskey="n" rel="next">
</dd></dl>
<dl>
<dt><a name="index-unidentity"></a>Generic Function: <strong>unidentity</strong> <em>OBJECT</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-generic-function"></a><a name="index-Generic-Function_002c-unidentity"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function"></a><a name="index-Generic-Function_002c-unidentity"></a>
<dl compact="compact">
<dt><strong>Package</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
<dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</p></dd>
<dt><strong>Methods</strong></dt>
<dd><dl>
<dt><a name="index-unidentity-1"></a>Method: <strong>unidentity</strong> <em>(IDENTITY- <tt>identity-</tt>)</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"></a><a name="index-Method_002c-unidentity"></a>
<dd><a name="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"></a><a name="index-Method_002c-unidentity"></a>
<p>automatically generated reader method
</p><dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Internal macros (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -58,13 +58,13 @@ Next: <a href="Internal-functions.html#Internal-functions" accesskey="n" rel="ne
<h4 class="subsection">4.2.1 Macros</h4>
<dl>
<dt><a name="index-updatef"></a>Macro: <strong>updatef</strong> <em>PLACE FUN &amp;rest ARGS</em></dt>
<dd><a name="go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATEF-macro"></a><a name="index-Macro_002c-updatef"></a>
<dd><a name="go-to-the-DATA_002dLENS_2236_2236UPDATEF-macro"></a><a name="index-Macro_002c-updatef"></a>
<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>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<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)
</p></dd>
</dl>
</dd></dl>

View File

@ -9,12 +9,12 @@
<meta name="keywords" content="Lisp files (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Files.html#Files" rel="up" title="Files">
<link href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file" rel="next" title="The data-lens&lt;dot&gt;asd file">
<link href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file" rel="next" title="The data-lensasd file">
<link href="Files.html#Files" rel="prev" title="Files">
<style type="text/css">
<!--
@ -57,9 +57,13 @@ Previous: <a href="Files.html#Files" accesskey="p" rel="prev">Files</a>, Up: <a
<a name="Lisp"></a>
<h3 class="section">2.1 Lisp</h3>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file" accesskey="1">The data-lens.asd file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file" accesskey="1">The data-lens.asd file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file" accesskey="2">The data-lens/lens.lisp file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file" accesskey="2">The data-lens/package.lisp file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file" accesskey="3">The data-lens/optics.lisp file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file" accesskey="4">The data-lens/lens.lisp file</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
</table>

View File

@ -9,13 +9,13 @@
<meta name="keywords" content="Packages (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html#Top" rel="up" title="Top">
<link href="The-data_002dlens-package.html#The-data_002dlens-package" rel="next" title="The data-lens package">
<link href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file" rel="prev" title="The data-lens/lens&lt;dot&gt;lisp file">
<link href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file" rel="prev" title="The data-lens/lenslisp file">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -61,7 +61,9 @@ Next: <a href="Definitions.html#Definitions" accesskey="n" rel="next">Definition
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens-package.html#The-data_002dlens-package" accesskey="1">The data-lens package</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package" accesskey="2">The data-lens.lenses package</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package" accesskey="2">The data-lens.package package</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
<tr><td align="left" valign="top">&bull; <a href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package" accesskey="3">The data-lens.lenses package</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
</td></tr>
</table>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Systems (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

View File

@ -9,12 +9,12 @@
<meta name="keywords" content="The data-lens package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Packages.html#Packages" rel="up" title="Packages">
<link href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package" rel="next" title="The data-lens&lt;dot&gt;lenses package">
<link href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package" rel="next" title="The data-lenspackage package">
<link href="Packages.html#Packages" rel="prev" title="Packages">
<style type="text/css">
<!--
@ -51,7 +51,7 @@ ul.no-bullet {list-style: none}
<a name="The-data_002dlens-package"></a>
<div class="header">
<p>
Next: <a href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dlens_003cdot_003elenses-package" accesskey="n" rel="next">The data-lens&lt;dot&gt;lenses package</a>, Previous: <a href="Packages.html#Packages" accesskey="p" rel="prev">Packages</a>, Up: <a href="Packages.html#Packages" accesskey="u" rel="up">Packages</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
Next: <a href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package" accesskey="n" rel="next">The data-lenspackage package</a>, Previous: <a href="Packages.html#Packages" accesskey="p" rel="prev">Packages</a>, Up: <a href="Packages.html#Packages" accesskey="u" rel="up">Packages</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens-1"></a>
@ -60,59 +60,61 @@ Next: <a href="The-data_002dlens_003cdot_003elenses-package.html#The-data_002dle
<a name="index-Package_002c-data_002dlens"></a>
<dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
</p></dd>
<dt><strong>Use List</strong></dt>
<dd><p><tt>common-lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003c_003e1-macro"><tt>&lt;&gt;1</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLICABLE_002dWHEN-function"><tt>applicable-when</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLYING-macro"><tt>applying</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMBINE_002dMATCHING_002dLISTS-function"><tt>combine-matching-lists</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMPRESS_002dRUNS-function"><tt>compress-runs</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCUMSUM-function"><tt>cumsum</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEFUN_002dCT-macro"><tt>defun-ct</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDENEST-function"><tt>denest</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDERIVE-function"><tt>derive</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eELEMENT-function"><tt>element</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXCLUDE-function"><tt>exclude</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-generic-function"><tt>extract-key</tt></a> (generic function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eHASH_002dTABLE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eINCLUDE-function"><tt>include</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eJUXT-function"><tt>juxt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY-function"><tt>key</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY_002dTRANSFORM-function"><tt>key-transform</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eLET_002dFN-macro"><tt>let-fn</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMAXIMIZING-function"><tt>maximizing</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dLENGTH-function"><tt>of-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMAX_002dLENGTH-function"><tt>of-max-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMIN_002dLENGTH-function"><tt>of-min-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eON-function"><tt>on</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003ePICK-function"><tt>pick</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eREGEX_002dMATCH-function"><tt>regex-match</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSHORTCUT-macro"><tt>shortcut</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSLICE-function"><tt>slice</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSORTED-function"><tt>sorted</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSPLICE_002dELT-function"><tt>splice-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dELT-function"><tt>transform-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dHEAD-function"><tt>transform-head</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dTAIL-function"><tt>transform-tail</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eZIPPING-function"><tt>zipping</tt></a> (function)
<li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236_003c_003e1-macro"><tt>&lt;&gt;1</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236_003d_003d-function"><tt>==</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236APPLICABLE_002dWHEN-function"><tt>applicable-when</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236APPLYING-macro"><tt>applying</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMBINE_002dMATCHING_002dLISTS-function"><tt>combine-matching-lists</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMPRESS_002dRUNS-function"><tt>compress-runs</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236CUMSUM-function"><tt>cumsum</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236DEFUN_002dCT-macro"><tt>defun-ct</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236DENEST-function"><tt>denest</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236DERIVE-function"><tt>derive</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ELEMENT-function"><tt>element</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236EXCLUDE-function"><tt>exclude</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-generic-function"><tt>extract-key</tt></a> (generic function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236HASH_002dTABLE-COMMON_002dLISP_2236_2236T-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236LIST-COMMON_002dLISP_2236_2236T-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236INCLUDE-function"><tt>include</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236JUXT-function"><tt>juxt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236KEY-function"><tt>key</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236KEY_002dTRANSFORM-function"><tt>key-transform</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236LET_002dFN-macro"><tt>let-fn</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236MAXIMIZING-function"><tt>maximizing</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dLENGTH-function"><tt>of-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dMAX_002dLENGTH-function"><tt>of-max-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dMIN_002dLENGTH-function"><tt>of-min-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ON-function"><tt>on</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236PICK-function"><tt>pick</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236REGEX_002dMATCH-function"><tt>regex-match</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236SHORTCUT-macro"><tt>shortcut</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SLICE-function"><tt>slice</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SORTED-function"><tt>sorted</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SPLICE_002dELT-function"><tt>splice-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dELT-function"><tt>transform-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dHEAD-function"><tt>transform-head</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dTAIL-function"><tt>transform-tail</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ZIPPING-function"><tt>zipping</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236_2022-macro"><tt></tt></a> (macro)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003d_003e_003e-function"><tt>=&gt;&gt;</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCONS_002dNEW-function"><tt>cons-new</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEDUPLICATE-function"><tt>deduplicate</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eFILLER-function"><tt>filler</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMATCHING_002dLIST_002dREDUCER-function"><tt>matching-list-reducer</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATE-function"><tt>update</tt></a> (function)
</li><li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATEF-macro"><tt>updatef</tt></a> (macro)
<li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236_003d_003e_003e-function"><tt>=&gt;&gt;</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236CONS_002dNEW-function"><tt>cons-new</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236DEDUPLICATE-function"><tt>deduplicate</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236FILLER-function"><tt>filler</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236MATCHING_002dLIST_002dREDUCER-function"><tt>matching-list-reducer</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236UPDATE-function"><tt>update</tt></a> (function)
</li><li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_2236_2236UPDATEF-macro"><tt>updatef</tt></a> (macro)
</li></ul>
</dd>
</dl>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="The data-lens system (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
@ -76,11 +76,15 @@ Previous: <a href="Systems.html#Systems" accesskey="p" rel="prev">Systems</a>, U
</li></ul>
</dd>
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_003cdot_003easd-file.html#go-to-the-data_002dlens_003cdot_003easd-file"><tt>data-lens.asd</tt></a> (file)
</p></dd>
<dt><strong>Component</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
<dd><p><a href="The-data_002dlens_002easd-file.html#go-to-the-data_002dlens_2024asd-file"><tt>data-lens.asd</tt></a> (file)
</p></dd>
<dt><strong>Components</strong></dt>
<dd><ul>
<li> <a href="The-data_002dlens_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
</li><li> <a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</li><li> <a href="The-data_002dlens_002flens_002elisp-file.html#go-to-the-data_002dlens_002flens_2024lisp-file"><tt>lens.lisp</tt></a> (file)
</li></ul>
</dd>
</dl>

View File

@ -3,18 +3,18 @@
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens&lt;dot&gt;asd file (The data-lens Reference Manual)</title>
<title>The data-lensasd file (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens&lt;dot&gt;asd file (The data-lens Reference Manual)">
<meta name="keywords" content="The data-lensasd file (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html#Lisp-files" rel="up" title="Lisp files">
<link href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file" rel="next" title="The data-lens/lens&lt;dot&gt;lisp file">
<link href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file" rel="next" title="The data-lens/packagelisp file">
<link href="Lisp-files.html#Lisp-files" rel="prev" title="Lisp files">
<style type="text/css">
<!--
@ -48,15 +48,15 @@ ul.no-bullet {list-style: none}
</head>
<body lang="en">
<a name="The-data_002dlens_003cdot_003easd-file"></a>
<a name="The-data_002dlens_2024asd-file"></a>
<div class="header">
<p>
Next: <a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#The-data_002dlens_002flens_003cdot_003elisp-file" accesskey="n" rel="next">The data-lens/lens&lt;dot&gt;lisp file</a>, Previous: <a href="Lisp-files.html#Lisp-files" accesskey="p" rel="prev">Lisp files</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
Next: <a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file" accesskey="n" rel="next">The data-lens/packagelisp file</a>, Previous: <a href="Lisp-files.html#Lisp-files" accesskey="p" rel="prev">Lisp files</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002easd"></a>
<h4 class="subsection">2.1.1 <tt>data-lens.asd</tt></h4>
<a name="go-to-the-data_002dlens_003cdot_003easd-file"></a><a name="index-data_002dlens_002easd"></a>
<a name="go-to-the-data_002dlens_2024asd-file"></a><a name="index-data_002dlens_002easd"></a>
<a name="index-Lisp-File_002c-data_002dlens_002easd"></a>
<a name="index-File_002c-Lisp_002c-data_002dlens_002easd"></a>
<dl compact="compact">

View File

@ -0,0 +1,107 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lenslenses package (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lenslenses package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Packages.html#Packages" rel="up" title="Packages">
<link href="Definitions.html#Definitions" rel="next" title="Definitions">
<link href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package" rel="prev" title="The data-lenspackage package">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_2024lenses-package"></a>
<div class="header">
<p>
Previous: <a href="The-data_002dlens_002epackage-package.html#The-data_002dlens_2024package-package" accesskey="p" rel="prev">The data-lenspackage package</a>, Up: <a href="Packages.html#Packages" accesskey="u" rel="up">Packages</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002elenses"></a>
<h3 class="section">3.3 <tt>data-lens.lenses</tt></h3>
<a name="go-to-the-DATA_002dLENS_2024LENSES-package"></a><a name="index-data_002dlens_002elenses"></a>
<a name="index-Package_002c-data_002dlens_002elenses"></a>
<dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
</p></dd>
<dt><strong>Use List</strong></dt>
<dd><p><tt>common-lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dLENS-function"><tt>make-alist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dHASH_002dTABLE_002dLENS-function"><tt>make-hash-table-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dLIST_002dLENS-function"><tt>make-list-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dPLIST_002dLENS-function"><tt>make-plist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236OVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236SET-function"><tt>set</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236VIEW-function"><tt>view</tt></a> (function)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function"><tt>clone</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method"><tt>clone</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-class"><tt>constant-</tt></a> (class)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function"><tt>fmap</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-class"><tt>identity-</tt></a> (class)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dHISTORY_002dLENS-function"><tt>make-alist-history-lens</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function"><tt>unconstant</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function"><tt>unidentity</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dCONSTANT-function"><tt>wrap-constant</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dIDENTITY-function"><tt>wrap-identity</tt></a> (function)
</li></ul>
</dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,75 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lenspackage package (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lenspackage package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Packages.html#Packages" rel="up" title="Packages">
<link href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package" rel="next" title="The data-lenslenses package">
<link href="The-data_002dlens-package.html#The-data_002dlens-package" rel="prev" title="The data-lens package">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_2024package-package"></a>
<div class="header">
<p>
Next: <a href="The-data_002dlens_002elenses-package.html#The-data_002dlens_2024lenses-package" accesskey="n" rel="next">The data-lenslenses package</a>, Previous: <a href="The-data_002dlens-package.html#The-data_002dlens-package" accesskey="p" rel="prev">The data-lens package</a>, Up: <a href="Packages.html#Packages" accesskey="u" rel="up">Packages</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002epackage"></a>
<h3 class="section">3.2 <tt>data-lens.package</tt></h3>
<a name="go-to-the-DATA_002dLENS_2024PACKAGE-package"></a><a name="index-data_002dlens_002epackage"></a>
<a name="index-Package_002c-data_002dlens_002epackage"></a>
<dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
</p></dd>
<dt><strong>Use List</strong></dt>
<dd><p><tt>common-lisp</tt>
</p></dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,132 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens/lenslisp file (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens/lenslisp file (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html#Lisp-files" rel="up" title="Lisp files">
<link href="Packages.html#Packages" rel="next" title="Packages">
<link href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file" rel="prev" title="The data-lens/opticslisp file">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_002flens_2024lisp-file"></a>
<div class="header">
<p>
Previous: <a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file" accesskey="p" rel="prev">The data-lens/opticslisp file</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002flens_002elisp"></a>
<h4 class="subsection">2.1.4 <tt>data-lens/lens.lisp</tt></h4>
<a name="go-to-the-data_002dlens_002flens_2024lisp-file"></a><a name="index-data_002dlens_002flens_002elisp"></a>
<a name="index-Lisp-File_002c-data_002dlens_002flens_002elisp"></a>
<a name="index-File_002c-Lisp_002c-data_002dlens_002flens_002elisp"></a>
<dl compact="compact">
<dt><strong>Dependency</strong></dt>
<dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
</p></dd>
<dt><strong>Parent</strong></dt>
<dd><p><a href="The-data_002dlens-system.html#go-to-the-data_002dlens-system"><tt>data-lens</tt></a> (system)
</p></dd>
<dt><strong>Location</strong></dt>
<dd><p><tt>lens.lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236_003c_003e1-macro"><tt>&lt;&gt;1</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236_003d_003d-function"><tt>==</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236APPLICABLE_002dWHEN-function"><tt>applicable-when</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236APPLYING-macro"><tt>applying</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMBINE_002dMATCHING_002dLISTS-function"><tt>combine-matching-lists</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMPRESS_002dRUNS-function"><tt>compress-runs</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236CUMSUM-function"><tt>cumsum</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236DEFUN_002dCT-macro"><tt>defun-ct</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236DENEST-function"><tt>denest</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236DERIVE-function"><tt>derive</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ELEMENT-function"><tt>element</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236EXCLUDE-function"><tt>exclude</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-generic-function"><tt>extract-key</tt></a> (generic function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236HASH_002dTABLE-COMMON_002dLISP_2236_2236T-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2236_2236EXTRACT_002dKEY-COMMON_002dLISP_2236_2236LIST-COMMON_002dLISP_2236_2236T-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236INCLUDE-function"><tt>include</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236JUXT-function"><tt>juxt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236KEY-function"><tt>key</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236KEY_002dTRANSFORM-function"><tt>key-transform</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236LET_002dFN-macro"><tt>let-fn</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236MAXIMIZING-function"><tt>maximizing</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dLENGTH-function"><tt>of-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dMAX_002dLENGTH-function"><tt>of-max-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OF_002dMIN_002dLENGTH-function"><tt>of-min-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ON-function"><tt>on</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236OVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236PICK-function"><tt>pick</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236REGEX_002dMATCH-function"><tt>regex-match</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236SHORTCUT-macro"><tt>shortcut</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SLICE-function"><tt>slice</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SORTED-function"><tt>sorted</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236SPLICE_002dELT-function"><tt>splice-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dELT-function"><tt>transform-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dHEAD-function"><tt>transform-head</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236TRANSFORM_002dTAIL-function"><tt>transform-tail</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236ZIPPING-function"><tt>zipping</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236_2022-macro"><tt></tt></a> (macro)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236_003d_003e_003e-function"><tt>=&gt;&gt;</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236CONS_002dNEW-function"><tt>cons-new</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236DEDUPLICATE-function"><tt>deduplicate</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236FILLER-function"><tt>filler</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236MATCHING_002dLIST_002dREDUCER-function"><tt>matching-list-reducer</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2236_2236UPDATE-function"><tt>update</tt></a> (function)
</li><li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_2236_2236UPDATEF-macro"><tt>updatef</tt></a> (macro)
</li></ul>
</dd>
</dl>
</body>
</html>

View File

@ -1,158 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens/lens&lt;dot&gt;lisp file (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens/lens&lt;dot&gt;lisp file (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html#Lisp-files" rel="up" title="Lisp files">
<link href="Packages.html#Packages" rel="next" title="Packages">
<link href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file" rel="prev" title="The data-lens&lt;dot&gt;asd file">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_002flens_003cdot_003elisp-file"></a>
<div class="header">
<p>
Previous: <a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file" accesskey="p" rel="prev">The data-lens&lt;dot&gt;asd file</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002flens_002elisp"></a>
<h4 class="subsection">2.1.2 <tt>data-lens/lens.lisp</tt></h4>
<a name="go-to-the-data_002dlens_002flens_003cdot_003elisp-file"></a><a name="index-data_002dlens_002flens_002elisp"></a>
<a name="index-Lisp-File_002c-data_002dlens_002flens_002elisp"></a>
<a name="index-File_002c-Lisp_002c-data_002dlens_002flens_002elisp"></a>
<dl compact="compact">
<dt><strong>Parent</strong></dt>
<dd><p><a href="The-data_002dlens-system.html#go-to-the-data_002dlens-system"><tt>data-lens</tt></a> (system)
</p></dd>
<dt><strong>Location</strong></dt>
<dd><p><tt>lens.lisp</tt>
</p></dd>
<dt><strong>Packages</strong></dt>
<dd><ul>
<li> <a href="The-data_002dlens-package.html#go-to-the-DATA_002dLENS-package"><tt>data-lens</tt></a>
</li><li> <a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"><tt>data-lens.lenses</tt></a>
</li></ul>
</dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003c_003e1-macro"><tt>&lt;&gt;1</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLICABLE_002dWHEN-function"><tt>applicable-when</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLYING-macro"><tt>applying</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMBINE_002dMATCHING_002dLISTS-function"><tt>combine-matching-lists</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMPRESS_002dRUNS-function"><tt>compress-runs</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCUMSUM-function"><tt>cumsum</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEFUN_002dCT-macro"><tt>defun-ct</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDENEST-function"><tt>denest</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDERIVE-function"><tt>derive</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eELEMENT-function"><tt>element</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXCLUDE-function"><tt>exclude</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-generic-function"><tt>extract-key</tt></a> (generic function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eHASH_002dTABLE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method"><tt>extract-key</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eINCLUDE-function"><tt>include</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eJUXT-function"><tt>juxt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY-function"><tt>key</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY_002dTRANSFORM-function"><tt>key-transform</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eLET_002dFN-macro"><tt>let-fn</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dLENS-function"><tt>make-alist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dHASH_002dTABLE_002dLENS-function"><tt>make-hash-table-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dPLIST_002dLENS-function"><tt>make-plist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMAXIMIZING-function"><tt>maximizing</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dLENGTH-function"><tt>of-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMAX_002dLENGTH-function"><tt>of-max-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMIN_002dLENGTH-function"><tt>of-min-length</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eON-function"><tt>on</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eOVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003ePICK-function"><tt>pick</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eREGEX_002dMATCH-function"><tt>regex-match</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eSET-function"><tt>set</tt></a> (function)
</li><li> <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSHORTCUT-macro"><tt>shortcut</tt></a> (macro)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSLICE-function"><tt>slice</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSORTED-function"><tt>sorted</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSPLICE_002dELT-function"><tt>splice-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dELT-function"><tt>transform-elt</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dHEAD-function"><tt>transform-head</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dTAIL-function"><tt>transform-tail</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eVIEW-function"><tt>view</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eZIPPING-function"><tt>zipping</tt></a> (function)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003d_003e_003e-function"><tt>=&gt;&gt;</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-generic-function"><tt>clone</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-AROUND-method"><tt>clone</tt></a> (method)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCONS_002dNEW-function"><tt>cons-new</tt></a> (function)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-class"><tt>constant-</tt></a> (class)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDEDUPLICATE-function"><tt>deduplicate</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eFILLER-function"><tt>filler</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-generic-function"><tt>fmap</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eVECTOR-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-class"><tt>identity-</tt></a> (class)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dHISTORY_002dLENS-function"><tt>make-alist-history-lens</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMATCHING_002dLIST_002dREDUCER-function"><tt>matching-list-reducer</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATE-function"><tt>update</tt></a> (function)
</li><li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATEF-macro"><tt>updatef</tt></a> (macro)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dCONSTANT-function"><tt>wrap-constant</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dIDENTITY-function"><tt>wrap-identity</tt></a> (function)
</li></ul>
</dd>
</dl>
<hr>
<div class="header">
<p>
Previous: <a href="The-data_002dlens_003cdot_003easd-file.html#The-data_002dlens_003cdot_003easd-file" accesskey="p" rel="prev">The data-lens&lt;dot&gt;asd file</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
</body>
</html>

View File

@ -0,0 +1,107 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens/opticslisp file (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens/opticslisp file (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html#Lisp-files" rel="up" title="Lisp files">
<link href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file" rel="next" title="The data-lens/lenslisp file">
<link href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file" rel="prev" title="The data-lens/packagelisp file">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_002foptics_2024lisp-file"></a>
<div class="header">
<p>
Next: <a href="The-data_002dlens_002flens_002elisp-file.html#The-data_002dlens_002flens_2024lisp-file" accesskey="n" rel="next">The data-lens/lenslisp file</a>, Previous: <a href="The-data_002dlens_002fpackage_002elisp-file.html#The-data_002dlens_002fpackage_2024lisp-file" accesskey="p" rel="prev">The data-lens/packagelisp file</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002foptics_002elisp"></a>
<h4 class="subsection">2.1.3 <tt>data-lens/optics.lisp</tt></h4>
<a name="go-to-the-data_002dlens_002foptics_2024lisp-file"></a><a name="index-data_002dlens_002foptics_002elisp"></a>
<a name="index-Lisp-File_002c-data_002dlens_002foptics_002elisp"></a>
<a name="index-File_002c-Lisp_002c-data_002dlens_002foptics_002elisp"></a>
<dl compact="compact">
<dt><strong>Dependency</strong></dt>
<dd><p><a href="The-data_002dlens_002fpackage_002elisp-file.html#go-to-the-data_002dlens_002fpackage_2024lisp-file"><tt>package.lisp</tt></a> (file)
</p></dd>
<dt><strong>Parent</strong></dt>
<dd><p><a href="The-data_002dlens-system.html#go-to-the-data_002dlens-system"><tt>data-lens</tt></a> (system)
</p></dd>
<dt><strong>Location</strong></dt>
<dd><p><tt>optics.lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dLENS-function"><tt>make-alist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dHASH_002dTABLE_002dLENS-function"><tt>make-hash-table-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dLIST_002dLENS-function"><tt>make-list-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dPLIST_002dLENS-function"><tt>make-plist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236OVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236SET-function"><tt>set</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236VIEW-function"><tt>view</tt></a> (function)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function"><tt>clone</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method"><tt>clone</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-class"><tt>constant-</tt></a> (class)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function"><tt>fmap</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-class"><tt>identity-</tt></a> (class)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dHISTORY_002dLENS-function"><tt>make-alist-history-lens</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dCONSTANT-function"><tt>wrap-constant</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dIDENTITY-function"><tt>wrap-identity</tt></a> (function)
</li></ul>
</dd>
</dl>
</body>
</html>

View File

@ -0,0 +1,82 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens/packagelisp file (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens/packagelisp file (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html#Lisp-files" rel="up" title="Lisp files">
<link href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file" rel="next" title="The data-lens/opticslisp file">
<link href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file" rel="prev" title="The data-lensasd file">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_002fpackage_2024lisp-file"></a>
<div class="header">
<p>
Next: <a href="The-data_002dlens_002foptics_002elisp-file.html#The-data_002dlens_002foptics_2024lisp-file" accesskey="n" rel="next">The data-lens/opticslisp file</a>, Previous: <a href="The-data_002dlens_002easd-file.html#The-data_002dlens_2024asd-file" accesskey="p" rel="prev">The data-lensasd file</a>, Up: <a href="Lisp-files.html#Lisp-files" accesskey="u" rel="up">Lisp files</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002fpackage_002elisp"></a>
<h4 class="subsection">2.1.2 <tt>data-lens/package.lisp</tt></h4>
<a name="go-to-the-data_002dlens_002fpackage_2024lisp-file"></a><a name="index-data_002dlens_002fpackage_002elisp"></a>
<a name="index-Lisp-File_002c-data_002dlens_002fpackage_002elisp"></a>
<a name="index-File_002c-Lisp_002c-data_002dlens_002fpackage_002elisp"></a>
<dl compact="compact">
<dt><strong>Parent</strong></dt>
<dd><p><a href="The-data_002dlens-system.html#go-to-the-data_002dlens-system"><tt>data-lens</tt></a> (system)
</p></dd>
<dt><strong>Location</strong></dt>
<dd><p><tt>package.lisp</tt>
</p></dd>
<dt><strong>Packages</strong></dt>
<dd><ul>
<li> <a href="The-data_002dlens-package.html#go-to-the-DATA_002dLENS-package"><tt>data-lens</tt></a>
</li><li> <a href="The-data_002dlens_002epackage-package.html#go-to-the-DATA_002dLENS_2024PACKAGE-package"><tt>data-lens.package</tt></a>
</li><li> <a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
</li></ul>
</dd>
</dl>
</body>
</html>

View File

@ -1,106 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens&lt;dot&gt;lenses package (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="The data-lens&lt;dot&gt;lenses package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Packages.html#Packages" rel="up" title="Packages">
<link href="Definitions.html#Definitions" rel="next" title="Definitions">
<link href="The-data_002dlens-package.html#The-data_002dlens-package" rel="prev" title="The data-lens package">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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">
<a name="The-data_002dlens_003cdot_003elenses-package"></a>
<div class="header">
<p>
Previous: <a href="The-data_002dlens-package.html#The-data_002dlens-package" accesskey="p" rel="prev">The data-lens package</a>, Up: <a href="Packages.html#Packages" accesskey="u" rel="up">Packages</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html#Indexes" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="data_002dlens_002elenses"></a>
<h3 class="section">3.2 <tt>data-lens.lenses</tt></h3>
<a name="go-to-the-DATA_002dLENS_003cdot_003eLENSES-package"></a><a name="index-data_002dlens_002elenses"></a>
<a name="index-Package_002c-data_002dlens_002elenses"></a>
<dl compact="compact">
<dt><strong>Source</strong></dt>
<dd><p><a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file"><tt>lens.lisp</tt></a> (file)
</p></dd>
<dt><strong>Use List</strong></dt>
<dd><p><tt>common-lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dLENS-function"><tt>make-alist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dHASH_002dTABLE_002dLENS-function"><tt>make-hash-table-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dPLIST_002dLENS-function"><tt>make-plist-lens</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eOVER-function"><tt>over</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eSET-function"><tt>set</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eVIEW-function"><tt>view</tt></a> (function)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-generic-function"><tt>clone</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-AROUND-method"><tt>clone</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-class"><tt>constant-</tt></a> (class)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-generic-function"><tt>fmap</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eVECTOR-method"><tt>fmap</tt></a> (method)
</li><li> <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-class"><tt>identity-</tt></a> (class)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dHISTORY_002dLENS-function"><tt>make-alist-history-lens</tt></a> (function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-generic-function"><tt>unconstant</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method"><tt>unconstant</tt></a> (method)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-generic-function"><tt>unidentity</tt></a> (generic function)
</li><li> <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method"><tt>unidentity</tt></a> (method)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dCONSTANT-function"><tt>wrap-constant</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dIDENTITY-function"><tt>wrap-identity</tt></a> (function)
</li></ul>
</dd>
</dl>
</body>
</html>

View File

@ -9,7 +9,7 @@
<meta name="keywords" content="Variable index (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<link href="index.html#Top" rel="start" title="Top">
<link href="Indexes.html#Indexes" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
<meta name="keywords" content="go to the DATA-LENS package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the data-lens/lens&lt;dot&gt;lisp file (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSES package (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the data-lens/lens&lt;dot&gt;lisp file (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSES package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file">
<meta http-equiv="Refresh" content="0; url=The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="The-data_002dlens_002flens_003cdot_003elisp-file.html#go-to-the-data_002dlens_002flens_003cdot_003elisp-file">go to the data-lens/lens&lt;dot&gt;lisp file</a>.</p>
<p>The node you are looking for is at <a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package">go to the DATA-LENSLENSES package</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP generic function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP generic function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-generic-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-generic-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP generic function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method">go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE generic function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESCLONE generic function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE generic function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESCLONE generic function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-generic-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-generic-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE generic function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function">go to the DATA-LENSLENSESCLONE generic function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- class (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESCONSTANT- class (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- class (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESCONSTANT- class (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-class">
<meta http-equiv="Refresh" content="0; url=Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-class">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-class">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- class</a>.</p>
<p>The node you are looking for is at <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-class">go to the DATA-LENSLENSESCONSTANT- class</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method">go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method">go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method">go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method">go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DENEST function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESFMAP generic function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DENEST function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESFMAP generic function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDENEST-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDENEST-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DENEST function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function">go to the DATA-LENSLENSESFMAP generic function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- class (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESIDENTITY- class (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- class (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESIDENTITY- class (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-class">
<meta http-equiv="Refresh" content="0; url=Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-class">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-classes.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-class">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- class</a>.</p>
<p>The node you are looking for is at <a href="Internal-classes.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-class">go to the DATA-LENSLENSESIDENTITY- class</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dHISTORY_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dHISTORY_002dLENS-function">go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;JUXT function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESMAKE-ALIST-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;JUXT function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESMAKE-ALIST-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eJUXT-function">
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eJUXT-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;JUXT function</a>.</p>
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dALIST_002dLENS-function">go to the DATA-LENSLENSESMAKE-ALIST-LENS function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-LENGTH function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-LENGTH function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dLENGTH-function">
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dHASH_002dTABLE_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dLENGTH-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-LENGTH function</a>.</p>
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dHASH_002dTABLE_002dLENS-function">go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESMAKE-LIST-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESMAKE-LIST-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY-function">
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dLIST_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY function</a>.</p>
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dLIST_002dLENS-function">go to the DATA-LENSLENSESMAKE-LIST-LENS function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OVER function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESMAKE-PLIST-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OVER function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESMAKE-PLIST-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOVER-function">
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dPLIST_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOVER-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OVER function</a>.</p>
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236MAKE_002dPLIST_002dLENS-function">go to the DATA-LENSLENSESMAKE-PLIST-LENS function</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESOVER function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESOVER function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236OVER-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236OVER-function">go to the DATA-LENSLENSESOVER function</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESSET function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESSET function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236SET-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236SET-function">go to the DATA-LENSLENSESSET function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY generic function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY generic function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-generic-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-generic-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY generic function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method">go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXCLUDE function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESUNCONSTANT generic function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXCLUDE function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESUNCONSTANT generic function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXCLUDE-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXCLUDE-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXCLUDE function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function">go to the DATA-LENSLENSESUNCONSTANT generic function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT generic function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT generic function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-generic-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-generic-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT generic function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method">go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;INCLUDE function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESUNIDENTITY generic function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;INCLUDE function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESUNIDENTITY generic function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eINCLUDE-function">
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eINCLUDE-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;INCLUDE function</a>.</p>
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function">go to the DATA-LENSLENSESUNIDENTITY generic function</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSLENSESVIEW function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSLENSESVIEW function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236VIEW-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236VIEW-function">go to the DATA-LENSLENSESVIEW function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;UPDATE function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESWRAP-CONSTANT function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;UPDATE function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESWRAP-CONSTANT function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATE-function">
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dCONSTANT-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eUPDATE-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;UPDATE function</a>.</p>
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dCONSTANT-function">go to the DATA-LENSLENSESWRAP-CONSTANT function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;FILLER function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSLENSESWRAP-IDENTITY function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;FILLER function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSLENSESWRAP-IDENTITY function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eFILLER-function">
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dIDENTITY-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eFILLER-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;FILLER function</a>.</p>
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024LENSES_2236_2236WRAP_002dIDENTITY-function">go to the DATA-LENSLENSESWRAP-IDENTITY function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES package (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSPACKAGE package (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES package (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSPACKAGE package (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package">
<meta http-equiv="Refresh" content="0; url=The-data_002dlens_002epackage-package.html#go-to-the-DATA_002dLENS_2024PACKAGE-package">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="The-data_002dlens_003cdot_003elenses-package.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES-package">go to the DATA-LENS&lt;dot&gt;LENSES package</a>.</p>
<p>The node you are looking for is at <a href="The-data_002dlens_002epackage-package.html#go-to-the-DATA_002dLENS_2024PACKAGE-package">go to the DATA-LENSPACKAGE package</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;APPLICABLE-WHEN function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;APPLICABLE-WHEN function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLICABLE_002dWHEN-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eAPPLICABLE_002dWHEN-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;APPLICABLE-WHEN function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;COMBINE-MATCHING-LISTS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;COMBINE-MATCHING-LISTS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMBINE_002dMATCHING_002dLISTS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCOMBINE_002dMATCHING_002dLISTS-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;COMBINE-MATCHING-LISTS function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;CUMSUM function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;CUMSUM function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCUMSUM-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eCUMSUM-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;CUMSUM function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DERIVE function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DERIVE function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDERIVE-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eDERIVE-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;DERIVE function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ELEMENT function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ELEMENT function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eELEMENT-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eELEMENT-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ELEMENT function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;HASH-TABLE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;HASH-TABLE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eHASH_002dTABLE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eHASH_002dTABLE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;HASH-TABLE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eEXTRACT_002dKEY-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-method">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;EXTRACT-KEY COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST COMMON-LISP&lt;colon&gt;&lt;colon&gt;T method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY-TRANSFORM function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY-TRANSFORM function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY_002dTRANSFORM-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eKEY_002dTRANSFORM-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;KEY-TRANSFORM function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MATCHING-LIST-REDUCER function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MATCHING-LIST-REDUCER function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMATCHING_002dLIST_002dREDUCER-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMATCHING_002dLIST_002dREDUCER-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MATCHING-LIST-REDUCER function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MAXIMIZING function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MAXIMIZING function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMAXIMIZING-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eMAXIMIZING-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;MAXIMIZING function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MAX-LENGTH function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MAX-LENGTH function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMAX_002dLENGTH-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMAX_002dLENGTH-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MAX-LENGTH function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MIN-LENGTH function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MIN-LENGTH function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMIN_002dLENGTH-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eOF_002dMIN_002dLENGTH-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;OF-MIN-LENGTH function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;PICK function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;PICK function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003ePICK-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003ePICK-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;PICK function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;REGEX-MATCH function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;REGEX-MATCH function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eREGEX_002dMATCH-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eREGEX_002dMATCH-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;REGEX-MATCH function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SLICE function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SLICE function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSLICE-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSLICE-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SLICE function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SORTED function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SORTED function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSORTED-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSORTED-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SORTED function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SPLICE-ELT function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SPLICE-ELT function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSPLICE_002dELT-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eSPLICE_002dELT-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;SPLICE-ELT function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-ELT function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-ELT function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dELT-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dELT-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-ELT function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-HEAD function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-HEAD function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dHEAD-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dHEAD-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-HEAD function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-TAIL function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-TAIL function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dTAIL-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eTRANSFORM_002dTAIL-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;TRANSFORM-TAIL function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ZIPPING function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ZIPPING function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eZIPPING-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eZIPPING-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ZIPPING function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;&lt;&gt;1 macro (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;&lt;&gt;1 macro (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003c_003e1-macro">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003c_003e1-macro">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;&lt;&gt;1 macro</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;=&gt;&gt; function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;=&gt;&gt; function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003d_003e_003e-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003e_003d_003e_003e-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;=&gt;&gt; function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T AROUND method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T AROUND method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-AROUND-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCLONE-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-AROUND-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CLONE COMMON-LISP&lt;colon&gt;&lt;colon&gt;T AROUND method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eLIST-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;LIST method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;VECTOR method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;VECTOR method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eVECTOR-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-COMMON_002dLISP_003ccolon_003e_003ccolon_003eVECTOR-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T COMMON-LISP&lt;colon&gt;&lt;colon&gt;VECTOR method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eFMAP-COMMON_002dLISP_003ccolon_003e_003ccolon_003eT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;FMAP COMMON-LISP&lt;colon&gt;&lt;colon&gt;T DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-HISTORY-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-HISTORY-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dHISTORY_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dHISTORY_002dLENS-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-HISTORY-LENS function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dALIST_002dLENS-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-ALIST-LENS function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-HASH-TABLE-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-HASH-TABLE-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dHASH_002dTABLE_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dHASH_002dTABLE_002dLENS-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-HASH-TABLE-LENS function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-PLIST-LENS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-PLIST-LENS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dPLIST_002dLENS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eMAKE_002dPLIST_002dLENS-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;MAKE-PLIST-LENS function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;OVER function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;OVER function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eOVER-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eOVER-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;OVER function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;SET function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;SET function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eSET-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eSET-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;SET function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNCONSTANT-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eCONSTANT_002d-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNCONSTANT DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;CONSTANT- method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-generic-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eUNIDENTITY-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eIDENTITY_002d-method">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;UNIDENTITY DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;IDENTITY- method</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;VIEW function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;VIEW function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eVIEW-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eVIEW-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;VIEW function</a>.</p>
</body>

View File

@ -1,49 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;WRAP-IDENTITY function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;WRAP-IDENTITY function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dIDENTITY-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Internal-functions.html#go-to-the-DATA_002dLENS_003cdot_003eLENSES_003ccolon_003e_003ccolon_003eWRAP_002dIDENTITY-function">go to the DATA-LENS&lt;dot&gt;LENSES&lt;colon&gt;&lt;colon&gt;WRAP-IDENTITY function</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSAPPLICABLE-WHEN function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSAPPLICABLE-WHEN function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236APPLICABLE_002dWHEN-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236APPLICABLE_002dWHEN-function">go to the DATA-LENSAPPLICABLE-WHEN function</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;LET-FN macro (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSAPPLYING macro (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;LET-FN macro (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSAPPLYING macro (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eLET_002dFN-macro">
<meta http-equiv="Refresh" content="0; url=Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236APPLYING-macro">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-macros.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eLET_002dFN-macro">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;LET-FN macro</a>.</p>
<p>The node you are looking for is at <a href="Exported-macros.html#go-to-the-DATA_002dLENS_2236_2236APPLYING-macro">go to the DATA-LENSAPPLYING macro</a>.</p>
</body>

View File

@ -4,13 +4,13 @@
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ON function (The data-lens Reference Manual)</title>
<title>go to the DATA-LENSCOMBINE-MATCHING-LISTS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ON function (The data-lens Reference Manual)">
<meta name="keywords" content="go to the DATA-LENSCOMBINE-MATCHING-LISTS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
@ -39,11 +39,11 @@ ul.no-bullet {list-style: none}
-->
</style>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eON-function">
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMBINE_002dMATCHING_002dLISTS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_003ccolon_003e_003ccolon_003eON-function">go to the DATA-LENS&lt;colon&gt;&lt;colon&gt;ON function</a>.</p>
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMBINE_002dMATCHING_002dLISTS-function">go to the DATA-LENSCOMBINE-MATCHING-LISTS function</a>.</p>
</body>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<!-- This file redirects to the location of a node or anchor -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>go to the DATA-LENSCOMPRESS-RUNS function (The data-lens Reference Manual)</title>
<meta name="description" content="The data-lens Reference Manual.">
<meta name="keywords" content="go to the DATA-LENSCOMPRESS-RUNS function (The data-lens Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {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}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
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>
<meta http-equiv="Refresh" content="0; url=Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMPRESS_002dRUNS-function">
</head>
<body lang="en">
<p>The node you are looking for is at <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2236_2236COMPRESS_002dRUNS-function">go to the DATA-LENSCOMPRESS-RUNS function</a>.</p>
</body>

Some files were not shown because too many files have changed in this diff Show More