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
let threee:U=sum { One|Two|Three };
let three:U=sum { Two|Three };
let three_f (a:U) (m: three):1= split { Two=>0|Three=>0 };
let threee_f (a:U) (m: threee):1= split { One=>0| e => (three_f a) e };
Expected syntax: