Scheme base library for equivalence predicates
. __Authors:__ Joseph Wayne Norton ([`[email protected]`](mailto:[email protected])).'$scml_exports'/0 | |
'eq?'/2 | Equivalent to 'eqv?' / 2. |
'equal?'/2 | Returns #t if obj1 and obj2 have the same display representation. Otherwise, #f. . |
'eqv?'/2 | Returns #t if obj1 and obj2 are normally regarded as the same object. Otherwise, #f. . |
'$scml_exports'() -> [{scm_symbol(), scmi_nip()}]
'eq?'(O1::scm_obj(), O2::scm_obj()) -> scm_boolean()
'equal?'(Boolean::scm_obj(), O2::scm_obj()) -> scm_boolean()
Returns #t if obj1 and obj2 have the same display representation. Otherwise, #f.
'eqv?'(Boolean::scm_obj(), O2::scm_obj()) -> scm_boolean()
Returns #t if obj1 and obj2 are normally regarded as the same object. Otherwise, #f.