From 6dd6b0bc072acfbad603456e53104056508f6cfb Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Tue, 15 Jul 2014 18:33:45 +0900 Subject: [PATCH] update docs --- docs/lang.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/lang.rst b/docs/lang.rst index 9e787548..6a68fed7 100644 --- a/docs/lang.rst +++ b/docs/lang.rst @@ -17,6 +17,8 @@ At the REPL start-up time, some usuful built-in libraries listed below will be a - ``(scheme cxr)`` - ``(scheme lazy)`` - ``(scheme time)`` +- ``(scheme case-lambda)`` +- ``(scheme read)`` Compliance with R7RS ---------------------