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
Currently, there is an accessor for Error.name (name :: Error -> String). It would be nice to have a helper that allows to create an error with a given name, like namedError :: String -> String -> Error.
Currently, there is an accessor for Error.name (
name :: Error -> String). It would be nice to have a helper that allows to create an error with a given name, likenamedError :: String -> String -> Error.