amazon-ion / ion-schema-rust

Rust implementation of Ion Schema
https://amazon-ion.github.io/ion-schema/sandbox
Apache License 2.0
13 stars 6 forks source link

add implementation of `VariablyOccuringTypeReference` #157

Closed desaikd closed 1 year ago

desaikd commented 1 year ago

We should be modeling VariablyOccuringTypeReference as a distinct type from TypeReference and stop treating occurs as a constraint.

_Originally posted by @popematt in https://github.com/amazon-ion/ion-schema-rust/pull/156#discussion_r1160291498_

desaikd commented 1 year ago

Fixed with #179