Skip to content

Commit

Permalink
EqvTable.md edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwcowan committed Sep 29, 2018
1 parent 010067b commit 0e0db00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EqvTable.md
Expand Up @@ -3,6 +3,7 @@ This table contains some facts about how `eqv?` works in R5RS, R6RS, and R7RS dr
`eqv?` always returns false when two objects have different types, so the rows of this table indicate what it does when both arguments are of the stated type. Note that "unspecified" means either `#t` or `#f`, but no other value.

|Type|R5RS|R6RS|R7RS draft|Proposal|
|----|----|----|----------|--------|
|Booleans|True iff both `#t` or both `#f`|True iff both `#t` or both `#f` (via `boolean=?`)|True iff both `#t` or both `#f`|True iff both `#t` or both `#f` (via `boolean=?`)|
|Symbols|True iff names are spelled the same|True iff names are spelled the same (via `symbol=?`)|True iff names are spelled the same|True iff names are spelled the same (via `symbol=?`)|
|Characters|True iff `char=?` is true|True iff `char=?` is true|True iff `char=?` is true|True iff `char=?` is true|
Expand Down

0 comments on commit 0e0db00

Please sign in to comment.