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 AST of a program containing a top-level function with a quote (') in its name passes the consistency checks. However, the dump of the program is rejected by the Viper parser.
The dump looks like this:
domain MyDomain {}
function something$'_$something(x: MyDomain): MyDomain
The text was updated successfully, but these errors were encountered:
The AST of a program containing a top-level function with a quote (
'
) in its name passes the consistency checks. However, the dump of the program is rejected by the Viper parser.The dump looks like this:
The text was updated successfully, but these errors were encountered: