amazon-ion / ion-docs

Source for the GitHub Pages for Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
22 stars 22 forks source link

Eliminate `(:void)` from the Ion 1.1 spec #290

Open popematt opened 7 months ago

popematt commented 7 months ago

The (:void) macro as it is currently specified is identical to invoking (:values) with no arguments. Having many ways to construct a void/empty stream is unnecessary. The (:void) macro as it is currently specified should be removed because it is redundant.