From fb31793808e71a3c8bd10df60b6351af32906808 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sat, 19 Jul 2014 12:27:31 +0900 Subject: [PATCH] update docs --- docs/lang.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang.rst b/docs/lang.rst index 9c4152ff..3c3f463b 100644 --- a/docs/lang.rst +++ b/docs/lang.rst @@ -63,7 +63,7 @@ section status comments 5.6.1 Library Syntax incomplete In picrin, libraries can be reopend and can be nested. 5.6.2 Library example N/A 5.7 The REPL yes -6.1 Equivalence predicates yes TODO: equal? must terminate if circular structure is given +6.1 Equivalence predicates yes 6.2.1 Numerical types yes picrin has only two types of internal representation of numbers: fixnum and double float. It still comforms the R7RS spec. 6.2.2 Exactness yes 6.2.3 Implementation restrictions yes