update docs

This commit is contained in:
Yuichi Nishiwaki 2014-07-19 12:27:31 +09:00
parent 9d05ab2629
commit fb31793808
1 changed files with 1 additions and 1 deletions

View File

@ -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