Skip to content
Snippets Groups Projects
Commit 093e0481 authored by Ralf Jung's avatar Ralf Jung
Browse files

this is purely syntactic

parent 6ca0d948
No related branches found
No related tags found
1 merge request!311add get_head tactic and use it in solve_proper_unfold
......@@ -239,7 +239,7 @@ Ltac mk_evar T :=
e'.
(** The tactic [get_head t] returns the head function [f] when [t] is of the
shape [f a1 ... aN]. *)
shape [f a1 ... aN]. This is purely syntactic, no unification is performed. *)
Ltac get_head e :=
lazymatch e with
| ?h _ => get_head h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment