aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/top_printers.ml
diff options
context:
space:
mode:
Diffstat (limited to 'dev/top_printers.ml')
-rw-r--r--dev/top_printers.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index 618450155..4857b16cc 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -362,6 +362,7 @@ let rec pr_argument_type = function
| VarArgType -> str"var"
| RefArgType -> str"ref"
(* Specific types *)
+ | GenArgType -> str"genarg"
| SortArgType -> str"sort"
| ConstrArgType -> str"constr"
| ConstrMayEvalArgType -> str"constr-may-eval"