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
proof obligations are not discharged in a standard modelling activity such as theirs
simple assertions for the obvious cases of non-existent keys, heads of empty lists etc. in the runtime library would be extremely useful
In this issue we should add support for obvious proof obligations and preconditions in the runtime library. The preferred assert statement is assert(condition && message_text). @peterwvj this is my responsibility, but any thoughts otherwise?
The text was updated successfully, but these errors were encountered:
I'm OK with adding those checks. It's similar to the assertions we've already added to ensure that the TVPs passed to certain functions carry the right types (e.g. the runtime version of + expects numbers).
The Continental model revealed that
In this issue we should add support for obvious proof obligations and preconditions in the runtime library. The preferred assert statement is
assert(condition && message_text)
. @peterwvj this is my responsibility, but any thoughts otherwise?The text was updated successfully, but these errors were encountered: