diff options
| author | 2022-10-22 10:39:46 +0200 | |
|---|---|---|
| committer | 2022-10-22 10:39:46 +0200 | |
| commit | 833e057526d81b82ee254017c4b3644549e6bfa6 (patch) | |
| tree | f1d69993b0fff2ab5c0dcda3e8f070f63068928b /srfi-228.html | |
| parent | Address outstanding issues (diff) | |
| parent | Publish second draft. (diff) | |
Merge branch 'master' of https://github.com/scheme-requests-for-implementation/srfi-228
Diffstat (limited to 'srfi-228.html')
| -rw-r--r-- | srfi-228.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html index 618c9ed..280fc14 100644 --- a/srfi-228.html +++ b/srfi-228.html @@ -24,6 +24,7 @@ <li>Received: 2021-08-28</li> <li>60-day deadline: 2021-10-30</li> <li>Draft #1 published: 2021-08-31</li> + <li>Draft #2 published: 2022-02-26</li> </ul> <h2 id="abstract">Abstract</h2> @@ -116,8 +117,8 @@ (make-cd (make-person "Bob" "Dylan") "Blonde on Blonde") (make-cd (make-person "The" "Beatles") "Revolver"))) ;; => ({Book {Person "Jacob" "Grimm"} "Deutsche Grammatik"} -;; {Book {Person "William" "Shakespeare"} "Sonnets"} ;; {Book {Person "William" "Shakespeare"} "A Midsummer Night’s Dream"} +;; {Book {Person "William" "Shakespeare"} "Sonnets"} ;; {CD {Person "The" "Beatles"} "Abbey Road"} ;; {CD {Person "The" "Beatles"} "Revolver"} ;; {CD {Person "Bob" "Dylan"} "Blonde on Blonde"})</code></pre> |
