From d8171527b937ae536c252a5737ab679aa425a0dd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 8 Feb 2016 22:45:25 -0500 Subject: [PATCH] Lazy library --- docs/Scheme-Language-Compliance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 65738432..6fbcc792 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -16,9 +16,9 @@ Section | Status | Comments 4.2 Derived expression types | Partial | 4.2.1 Conditionals | Yes | 4.2.2 Binding constructs | Partial | Missing `letrec*`, `let-values`, and `let*-values` -4.2.3 Sequencing | Yes | Begin may not sequence properly as part of a library though +4.2.3 Sequencing | Yes | Begin may not sequence properly as part of a library definition 4.2.4 Iteration | Yes | -4.2.5 Delayed evaluation | | +4.2.5 Delayed evaluation | Yes | 4.2.6 Dynamic bindings | | 4.2.7 Exception handling | | 4.2.8 Quasiquotation | Yes |