aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/printers.mllib1
-rw-r--r--dev/top_printers.ml4
2 files changed, 1 insertions, 4 deletions
diff --git a/dev/printers.mllib b/dev/printers.mllib
index 76fbbfdd5..c16b4abba 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -125,6 +125,7 @@ Lexer
Ppextend
Pputils
Genarg
+Stdarg
Constrexpr_ops
Notation_ops
Topconstr
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index 4857b16cc..939e9422a 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -351,11 +351,7 @@ let pploc x = let (l,r) = Loc.unloc x in
(* extendable tactic arguments *)
let rec pr_argument_type = function
(* Basic types *)
- | BoolArgType -> str"bool"
- | IntArgType -> str"int"
| IntOrVarArgType -> str"int-or-var"
- | StringArgType -> str"string"
- | PreIdentArgType -> str"pre-ident"
| IntroPatternArgType -> str"intro-pattern"
| IdentArgType true -> str"ident"
| IdentArgType false -> str"pattern_ident"