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
Plugs are the endpoints of edges. They should be uniquely identifiable (i.e. contain unique ids). The code works now but the type doesn't reflect that uniqueness (currently Plug Int Int). The diagram could be created in an inconsistent state.
Currently, a Plug contains 2 Ints: one identifying the Node and another identifying the Hole within the Node. Pattern synonyms guarantee the second Int is appropriately set but not the first.
The text was updated successfully, but these errors were encountered:
Plugs are the endpoints of edges. They should be uniquely identifiable (i.e. contain unique ids). The code works now but the type doesn't reflect that uniqueness (currently
Plug Int Int
). The diagram could be created in an inconsistent state.Currently, a Plug contains 2 Ints: one identifying the Node and another identifying the Hole within the Node. Pattern synonyms guarantee the second Int is appropriately set but not the first.
The text was updated successfully, but these errors were encountered: