diff options
Diffstat (limited to 'tactics/eauto.ml4')
| -rw-r--r-- | tactics/eauto.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4 index 2bd30c5ebc..ddd5e42203 100644 --- a/tactics/eauto.ml4 +++ b/tactics/eauto.ml4 @@ -358,7 +358,7 @@ open Genarg let pr_hintbases _prc _prt = function | None -> str " with *" | Some [] -> mt () - | Some l -> str " with " ++ Util.prlist str l + | Some l -> str " with " ++ Util.prlist_with_sep spc str l ARGUMENT EXTEND hintbases TYPED AS preident_list_opt |
