X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/8fc2932b86456a72b6504eb1af4ecbe87ade827e..64a7e6515e1e585b420c1c14acda9be9ff84c3db:/doc/misc.tex diff --git a/doc/misc.tex b/doc/misc.tex index a8928ac..c253630 100644 --- a/doc/misc.tex +++ b/doc/misc.tex @@ -30,6 +30,9 @@ These symbols are defined in the @|sod-utilities| package. + +\subsection{Macro utilities} + \begin{describe}{mac} {with-gensyms (@{ @ @! (@ @[@@]) @}^*) \\ \ind @^* \\ @@ -51,6 +54,12 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{cls}{loc} \end{describe} +\begin{describe}{fun}{symbolicate \&rest @ @> @} +\end{describe} + + +\subsection{Locatives} + \begin{describe}{fun}{locp @ @> @} \end{describe} @@ -70,6 +79,9 @@ These symbols are defined in the @|sod-utilities| package. @
^*} \end{describe} + +\subsection{Anaphorics} + \begin{describe}{sym}{it} \end{describe} @@ -97,6 +109,9 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{mac}{asetf @{ @ @ @}^*} \end{describe} + +\subsection{Metaobject protocol utilities} + \begin{describe}{gf}{instance-initargs @} \end{describe} @@ -113,6 +128,23 @@ These symbols are defined in the @|sod-utilities| package. \dhead{gf}{eql-specializer-object @ @> @}} \end{describe*} + +\subsection{Other CLOS utilities} + +\begin{describe}{mac} + {default-slot (@ @ @[@@]) \\ \ind + @^*} +\end{describe} + +\begin{describe}{mac} + {define-on-demand-slot @ @ (@) \\ \ind + @[[ @^* @! @ @]] \\ + @^*} +\end{describe} + + +\subsection{Building lists} + \begin{describe}{fun}{make-list-builder \&optional @ @> @} \end{describe} @@ -125,25 +157,35 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{fun}{lbuild-list @ @> @} \end{describe} -\begin{describe}{fun} - {mappend @ @ \&rest @ @> @} -\end{describe} -\begin{describe}{fun} - {distinguished-point-shortest-paths @ @ - @> @} -\end{describe} +\subsection{Merging lists} -\begin{describe}{cls}{inconsistent-merge-error (error) \&key :candidates} +\begin{describe}{cls} + {inconsistent-merge-error (error) \&key :candidates :present} \end{describe} \begin{describe}{gf}{merge-error-candidates @ @> @} \end{describe} +\begin{describe}{gf}{merge-error-present-function @ @> @} +\end{describe} + \begin{describe}{fun} {merge-lists @ \&key :pick (:test \#'eql) :present @> @} \end{describe} + +\subsection{Other list utilities} + +\begin{describe}{fun} + {mappend @ @ \&rest @ @> @} +\end{describe} + +\begin{describe}{fun} + {distinguished-point-shortest-paths @ @ + @> @} +\end{describe} + \begin{describe}{mac} {categorize (\=@ @ @[[ :bind (@{ @ @! @@ -162,10 +204,8 @@ These symbols are defined in the @|sod-utilities| package. {find-duplicates @ @ \&key :identity :test} \end{describe} -\begin{describe}{fun} - {frob-identifier @ \&key :swap-case :swap-hyphen - @> @} -\end{describe} + +\subsection{Position tracking} \begin{describe}{fun} {whitespace-char-p @ @> @} @@ -181,15 +221,8 @@ These symbols are defined in the @|sod-utilities| package. @> @ @} \end{describe} -\begin{describe}{fun} - {compose @ \&rest @ @> @} -\end{describe} -\begin{describe}{mac}{defvar @ @ @> @} -\end{describe} - -\begin{describe}{fun}{symbolicate \&rest @ @> @} -\end{describe} +\subsection{Object printing} \begin{describe}{mac} {maybe-print-unreadable-object @@ -203,18 +236,8 @@ These symbols are defined in the @|sod-utilities| package. \begin{describe}{fun}{print-ugly-stuff @ @ @> @^*} \end{describe} -\begin{describe}{mac} - {dosequence (@ @ - @[[ :start @ @! :end @ @! - :indexvar @ @]]) \\ \ind - @^* \\ - @{ @ @! @ @}^*} -\end{describe} -\begin{describe}{mac} - {define-access-wrapper @ @ - @[[ :read-only @ @]]} -\end{describe} +\subsection{Condition utilities} \begin{describe}{cls} {simple-control-error (control-error simple-error) @@ -232,15 +255,32 @@ These symbols are defined in the @|sod-utilities| package. {invoke-associated-restart @ @ \&rest @} \end{describe} + +\subsection{Very miscellaneous utilities} + +\begin{describe}{fun} + {frob-identifier @ \&key :swap-case :swap-hyphen + @> @} +\end{describe} + +\begin{describe}{fun} + {compose @ \&rest @ @> @} +\end{describe} + +\begin{describe}{mac}{defvar-unbound @ @ @> @} +\end{describe} + \begin{describe}{mac} - {default-slot (@ @ @[@@]) \\ \ind - @^*} + {dosequence (@ @ + @[[ :start @ @! :end @ @! + :indexvar @ @]]) \\ \ind + @^* \\ + @{ @ @! @ @}^*} \end{describe} \begin{describe}{mac} - {define-on-demand-slot @ @ (@) \\ \ind - @[[ @^* @! @ @]] \\ - @^*} + {define-access-wrapper @ @ + @[[ :read-only @ @]]} \end{describe} %%%-------------------------------------------------------------------------- @@ -509,9 +549,6 @@ These symbols are defined in the @|optparse| package. \dhead{fun}{setf (p-seenp @) @}} \end{describe*} -\begin{describe}{gf}{decode-property @ @> @ @} -\end{describe} - \begin{describe}{gf} {coerce-property-value @ @ @ @> @} \end{describe}