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 Result monad used in the Lean backend is confusingly named the same as the Result type of Rust. We should change the former to something not used in Rust to avoid confusion and name clashes.
The
Resultmonad used in the Lean backend is confusingly named the same as the Result type of Rust. We should change the former to something not used in Rust to avoid confusion and name clashes.