From 9757378bd0711c04f4980f9bc3c116fcf20cff0b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 22 Nov 2016 18:07:11 -0500 Subject: [PATCH] include and include-ci are available now --- 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 e52281be..601ae416 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -17,7 +17,7 @@ Section | Status | Comments 3.3 External representations | Yes | 3.4 Storage model | Yes | No immutable types at this time. 3.5 Proper tail recursion | Yes | -4.1 Primitive expression types | Partial | `include` and `include-ci` are not implemented, although `include` may be specified as part of a library definition. +4.1 Primitive expression types | Yes | 4.2 Derived expression types | Yes | 4.2.1 Conditionals | Yes | 4.2.2 Binding constructs | Yes |