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
Enable one encoding of recursive gadt to work with inline match
If the recursive part is fixed to a subtype of the union of the
cases of the enum, enable inline match to reduce cases.
Notes: this encoding could be supported by a
compiletime.Refract[S] type to split cases of a sum type.
0 commit comments