carbon icon indicating copy to clipboard operation
carbon copied to clipboard

magic wand with quantified resources on RHS causes crash

Open alexanderjsummers opened this issue 2 years ago • 0 comments

The same applies with e.g. quantified predicate instances (and e.g. with a reasonable conditional as opposed to literally quantifying over all Refs):

field f: Ref

method foo()
{
    package true --* (forall n:Ref :: acc(n.f))
}

alexanderjsummers avatar Jul 08 '22 01:07 alexanderjsummers