summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5078.v
blob: ca73cbcc1841642aa9cbd80d40059dc70c4b8da8 (plain)
1
2
3
4
5
(* Test coercion from ident to evaluable reference *)
Tactic Notation "unfold_hyp" hyp(H) := cbv delta [H].
Goal True -> Type.
  intro H''.
  Fail unfold_hyp H''.