Issue with Annotation Merging in Schema Using Effect Library
I think I have a bug in schema when it comes to annotation merging.
Given the following playground: https://effect.website/play#56f34af72b3a
The Playground gives me the correct Option.some for a2. This corresponds with the method description of Schema.annotations: "Merges a set of new annotations with existing ones, potentially overwriting any duplicates."
But when I run the code locally with effect@3.19.6 then I get "None" for a2. The playground uses an older version of effect.
Given the following playground: https://effect.website/play#56f34af72b3a
The Playground gives me the correct Option.some for a2. This corresponds with the method description of Schema.annotations: "Merges a set of new annotations with existing ones, potentially overwriting any duplicates."
But when I run the code locally with effect@3.19.6 then I get "None" for a2. The playground uses an older version of effect.
