diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/top_printers.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml index 1cd2369e64..273f109c39 100644 --- a/dev/top_printers.ml +++ b/dev/top_printers.ml @@ -26,8 +26,10 @@ open Termops open Clenv open Cerrors open Evd +open Goptions let _ = Constrextern.print_evar_arguments := true +let _ = set_bool_option_value (SecondaryTable ("Printing","Matching")) false (* name printers *) let ppid id = pp (pr_id id) |
