It would be nice if one could use the metavariables `#pre` and `#post` in more tactics (e.g. `call`). In particular, it would be nice to write: ``` transitivity{1} (P ==> Q) (#pre ==> #post) transitivity{2} (#pre ==> #post) (P ==> Q) ``` see: this [Zulip topic](https://formosa-crypto.zulipchat.com/#narrow/stream/308381-EasyCrypt.3A-questions.20.26.20features/topic/transitivitiy*.7B2.7D.20and.20precondition)