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
type FullMap<K(!new)> = m : imap<K, nat> | IsFull(m) && HasFiniteSupport(m)
dafny c++ tries to compile it and, of course, complains (because of the nat). This type is only used in proof code, but there's no way to add a 'ghost' modifier to this declaration
The text was updated successfully, but these errors were encountered:
I have this type declared for some ghost code:
dafny c++ tries to compile it and, of course, complains (because of the nat). This type is only used in proof code, but there's no way to add a 'ghost' modifier to this declaration
The text was updated successfully, but these errors were encountered: