aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/HasBody.v
blob: 387b6ed43789d04168955458cf7d591eeb83b86b (plain)
1
2
3
(** Checks if a hypothesis has a body *)

Ltac has_body x := let test := eval unfold x in x in idtac.