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
fix: add a missing where to correct a vacuous class (#431)
Previously this class said "Given an LTS with finite image and finite
outgoing labels, we say it is finitely branching if \<empty
condition\>`. This was nonsense, and also made it impossible to state
that something was _not_ finitely branching.
This adds the missing `where` keyword such that it instead as "Given an
LTS, we say it is finitely branching if it has finite image and finite
outgoing labels".
0 commit comments