You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SumTypes.jl package (https://github.com/MasonProtter/SumTypes.jl) generates tagged unions that are not compatible with the @match implementation. It would be nice to be able to support variants generated by SumTypes.jl.
This would require recognizing variants created via SumTypes, then deconstructing them similarly to (or using) the @cases macro in that package.
The text was updated successfully, but these errors were encountered:
The
SumTypes.jl
package (https://github.com/MasonProtter/SumTypes.jl) generates tagged unions that are not compatible with the@match
implementation. It would be nice to be able to support variants generated bySumTypes.jl
.This would require recognizing variants created via
SumTypes
, then deconstructing them similarly to (or using) the@cases
macro in that package.The text was updated successfully, but these errors were encountered: