aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-07-30 11:06:08 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-08-01 19:18:58 +0200
commitd9373b78578ded3154b3c23447513e6291be90d2 (patch)
tree62a15107edbd95c5c69c11252bc584b4d406f652
parentfb50696d492027744c3c9044fd863f93e0a1605c (diff)
Fix typo in cf04daec997.
-rw-r--r--printing/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index 2b7f2babd..e812086d9 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -940,7 +940,7 @@ and pr_tacarg = function
| ConstrMayEval c -> pr_may_eval pr_constr pr_lconstr pr_cst pr_pat c
| UConstr c -> str"uconstr:" ++ pr_constr c
| TacFreshId l -> str "fresh" ++ pr_fresh_ids l
- | TacPretype c -> str "fresh" ++ pr_constr c
+ | TacPretype c -> str "type_term" ++ pr_constr c
| TacExternal (_,com,req,la) ->
str "external" ++ spc() ++ qs com ++ spc() ++ qs req ++
spc() ++ prlist_with_sep spc pr_tacarg la