silver icon indicating copy to clipboard operation
silver copied to clipboard

Missing consistency check for function identifiers

Open fpoli opened this issue 2 years ago • 0 comments

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

fpoli avatar Feb 09 '23 13:02 fpoli