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 current datatype! macro uses ? to return errors, which is non-composable because it requires a function body that returns a result. Instead we should have datatype return the Result directly.