diff options
| author | 2022-02-05 10:36:06 -0500 | |
|---|---|---|
| committer | 2022-02-05 10:36:06 -0500 | |
| commit | a7967e73c3dfc32a1532e081a707e25d48064673 (patch) | |
| tree | 17fd5f4cdfe20f9802e9ed94adb6946d9445d804 /srfi-225.html | |
| parent | Update srfi-225.html (diff) | |
Update srfi-225.html
Diffstat (limited to '')
| -rw-r--r-- | srfi-225.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/srfi-225.html b/srfi-225.html index 0617ef2..835d3f5 100644 --- a/srfi-225.html +++ b/srfi-225.html @@ -29,7 +29,10 @@ <h2 id="abstract">Abstract</h2> -<p>The procedures of this SRFI allow callers to manipulate an object that maps keys to values without the caller needing to know exactly what the type of the object is. However, what procedures can be called on the object is partly determined by whether it is pure or not. Such an object is called a <em>dict(ionary)</em> in this SRFI. +<p>The procedures of this SRFI allow callers to manipulate an object that maps keys to values + without the caller needing to know exactly what the type of the object is. + However, what procedures can be called on the object is partly determined by whether it is pure or not. + Such an object is called a <em>dict(ionary)</em> in this SRFI. <h2 id="issues">Issues</h2> None at present. |
