aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
authorpboutill2012-08-05 23:13:10 +0000
committerpboutill2012-08-05 23:13:10 +0000
commit5b56756cfd2a3211e5b267d41be4a22679b78a4b (patch)
treee4a3c1d42babc9636911367341b028b90b848a8e /tactics
parent1707245588f08b3ea6f4335271deef468ca7a930 (diff)
Dump references
Patch by Adam Chilipala. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15679 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
-rw-r--r--tactics/auto.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/auto.ml b/tactics/auto.ml
index 161fe66fc0..20c3f7680d 100644
--- a/tactics/auto.ml
+++ b/tactics/auto.ml
@@ -864,6 +864,7 @@ let interp_hints h =
| HintsConstructors lqid ->
let constr_hints_of_ind qid =
let ind = global_inductive_with_alias qid in
+ Dumpglob.dump_reference (fst (qualid_of_reference qid)) "<>" (string_of_reference qid) "ind";
list_tabulate (fun i -> let c = (ind,i+1) in
None, true, PathHints [ConstructRef c], mkConstruct c)
(nconstructors ind) in