The implementation does Goal.enter https://github.com/coq/coq/blob/65ff3388b4076eed7720a45b21be13515deb54fc/tactics/tactics.ml#L3404 because it needs an env.
This means with no focused goals it does nothing which is usually a bad surprise. Also with multiple focused goals it is not very sensible.
The implementation does Goal.enter https://github.com/coq/coq/blob/65ff3388b4076eed7720a45b21be13515deb54fc/tactics/tactics.ml#L3404 because it needs an env.
This means with no focused goals it does nothing which is usually a bad surprise. Also with multiple focused goals it is not very sensible.