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
To make the procedures executed by our CLI subcommands composable and easier to reason about, we agreed they should be refactored to use the Either type for modeling their error-prone computations.
To make the procedures executed by our CLI subcommands composable and easier to reason about, we agreed they should be refactored to use the
Either
type for modeling their error-prone computations.See https://github.com/informalsystems/tnt/pull/353/files#diff-25b1f3e29a46fef945013dde9db621b68981b313bc94c2ffc76b0a2119a67ff0 for context.
The text was updated successfully, but these errors were encountered: