Mention Pointers in canonical-binary.md

This commit is contained in:
Tony Garnock-Jones 2021-04-24 22:01:53 +02:00
parent e5965fde83
commit 70ce961dd2
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ representations of their keys.[^no-need-for-by-value]
**Other kinds of `Value`.**
There are no special canonicalization restrictions on
`SignedInteger`s, `String`s, `ByteString`s, `Symbol`s, `Boolean`s,
`Float`s, `Double`s, `Record`s, or `Sequence`s. The constraints given
for these `Value`s in the [specification][spec] suffice to ensure
canonicity.
`Float`s, `Double`s, `Record`s, `Sequence`s, or `Pointer`s. The
constraints given for these `Value`s in the [specification][spec]
suffice to ensure canonicity.
<!-- Heading to visually offset the footnotes from the main document: -->
## Notes