pub type TacticRef = String;
A reference to a tactic used at the expression level (e.g., by exact rfl).
by exact rfl
pub struct TacticRef { /* private fields */ }