aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/eauto.ml4
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-21 15:06:07 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2005-12-21 15:06:07 +0000
commita36feecff63129e9049cb468ac1b0258442c01a7 (patch)
treeadf86b6c2ce6c5a2247d0cfc6185738bcf9fbddf /tactics/eauto.ml4
parent2199d26d640eb9ce9c7fb8c732d79da343fdc6ce (diff)
Ajout printer pr_lconstr aux extensions de syntaxe pour les arguments de tactiques
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@7681 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/eauto.ml4')
-rw-r--r--tactics/eauto.ml42
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4
index e3cb25632..e0cc336ca 100644
--- a/tactics/eauto.ml4
+++ b/tactics/eauto.ml4
@@ -420,7 +420,7 @@ open Genarg
(* Hint bases *)
-let pr_hintbases _prc _prt = function
+let pr_hintbases _prc _prlc _prt = function
| None -> str " with *"
| Some [] -> mt ()
| Some l -> str " with " ++ Util.prlist_with_sep spc str l