From b09407afee1c7fb176ddce8dde0ce3088f8137b2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 3 May 2016 00:37:27 -0400 Subject: [PATCH] This has been fixed --- docs/Scheme-Language-Compliance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 4d799e9d..03bd7805 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -16,7 +16,7 @@ Section | Status | Comments 4.2 Derived expression types | Partial | 4.2.1 Conditionals | Yes | 4.2.2 Binding constructs | Partial | Missing `let-values` and `let*-values` -4.2.3 Sequencing | Yes | Begin may not sequence properly as part of a library definition +4.2.3 Sequencing | Yes | 4.2.4 Iteration | Yes | 4.2.5 Delayed evaluation | Yes | 4.2.6 Dynamic bindings | | Not supported yet.