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
The use case I had in my mind:
I would like to understand Sk.t as a resource, whose type is list ident but morally it means just a set.
If we define add := app, commutativity/associativity doesn't hold.
Workaround:
(1) use sort after add in order to get one canonical form (?)
(2) use multiset (ident -> nat) instead of list ident
df29abd
It turns out the proof becomes quite annoying; let's do this when it is definitely needed.
The text was updated successfully, but these errors were encountered: