The following fails with `error: token 'proof': syntax error`. ``` #lang ivy1.7 type t relation r(X:t) export action my_action = { r(X) := true } axiom [test] { property true } temporal property forall X . eventually r(X) proof { tactic l2s with invariant true proof { assume test } } ```
The following fails with
error: token 'proof': syntax error.