tobyink / p5-type-tiny

Perl 5 distribution Type-Tiny; see homepage for downloads and documentation.
https://typetiny.toby.ink/
54 stars 48 forks source link

`$enum1 | $enum2` and `$enum1 & $enum2` currently product Type::Tiny::Union and Type::Tiny::Intersection objects; they should produce Type::Tiny::Enum objects #111

Closed tobyink closed 2 years ago

tobyink commented 2 years ago

Extracting this as a practical task from #110.