diff options
| author | 2022-05-16 10:08:32 -0400 | |
|---|---|---|
| committer | 2022-05-16 10:08:32 -0400 | |
| commit | 3a70aa20eb8b692a0fa550f48f4e88fc56fec130 (patch) | |
| tree | f2a28654b6ea6199002d577007852ed899c8fce1 /srfi-225.html | |
| parent | Publish sixth draft. (diff) | |
remove dto macro
Diffstat (limited to 'srfi-225.html')
| -rw-r--r-- | srfi-225.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/srfi-225.html b/srfi-225.html index 743053f..d0df0a4 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -428,14 +428,6 @@ one for each of the four procedures: <p><code>(dto?</code> <em>obj</em><code>)</code></p> <p>Returns <code>#t</code> if <em>obj</em> is a DTO, and <code>#f</code> otherwise.</p> <p><code>(make-dto</code> <em>arg</em> …<code>)</code><br> -<code>(dto (</code><em>proc-id procname</em><code>)</code> …<code>)</code> [syntax]</p> -<p>Returns a new DTO providing procedures that allow manipulation of dictionaries of a new type. - The <em>args</em> are alternately <em>proc-ids</em> and corresponding <em>procs</em>.</p> -<p>A <em>proc-id</em> argument is the value of a variable whose name is the same as a procedure - (except those in this section and the Exceptions section) suffixed with <code>-id</code>, - and a <em>proc</em> argument is the specific procedure implementing it for this type. - Note that there is only one proc-id variable for each pair of pure and impure procedures: - the proc-id variable for <code>dict-map-id</code> and <code>dict-map!</code> is <code>dict-map-id</code>.</p> <p>The following proc-id variables (and corresponding primitive procedures) need to be provided in order for the DTO to support the full set of dictionary procedures:</p> <ul> |
