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
For a new user, there's no way to tell what the constructors are unless they're listed in a tutorial or you go code-spelunking. How would you know that Result uses either Ok or Err?
The text was updated successfully, but these errors were encountered:
For instance:
https://coalton-lang.github.io/reference/#optional-type
https://coalton-lang.github.io/reference/#ord-type
https://coalton-lang.github.io/reference/#cell-type
For a new user, there's no way to tell what the constructors are unless they're listed in a tutorial or you go code-spelunking. How would you know that
Result
uses eitherOk
orErr
?The text was updated successfully, but these errors were encountered: