Changeset 39151 in project
- Timestamp:
- 11/07/20 19:20:23 (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/srfi-111
r39150 r39151 121 121 The behavior of boxes with the equivalence predicates {{eq?}}, {{eqv?}}, and {{equal?}} is the same as if they were implemented with records. That is, two boxes are both {{eq?}} and {{eqv?}} iff they are the product of the same call to box and not otherwise, and while they must be {{equal?}} if they are {{eqv?}}, the converse is implementation-dependent. 122 122 === Implementation 123 The Chicken 5 port used the R7RS reference implementation. For details see [[https://srfi.schemers.org/srfi-111/|the original SRFI documentation]]. Version 0.1 of the Chicken port does ```not```use the optional autoboxing (see below).123 The Chicken 5 port used the R7RS reference implementation. For details see [[https://srfi.schemers.org/srfi-111/|the original SRFI documentation]]. Version 0.1 of the Chicken port does '''not''' use the optional autoboxing (see below). 124 124 ==== Note that these implementations do not support the lexical syntax. 125 125 ==== Autoboxing (optional)
Note: See TracChangeset
for help on using the changeset viewer.