diff options
Diffstat (limited to 'dev/include')
| -rw-r--r-- | dev/include | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/include b/dev/include index 39d90286e0..69ac3c4145 100644 --- a/dev/include +++ b/dev/include @@ -37,10 +37,10 @@ #install_printer (* judgement *) ppj;; #install_printer (* hint_db *) print_hint_db;; -#install_printer (* hints_path *) pphintspath;; +(*#install_printer (* hints_path *) pphintspath;;*) #install_printer (* goal *) ppgoal;; -#install_printer (* sigma goal *) ppsigmagoal;; -#install_printer (* proof *) pproof;; +(*#install_printer (* sigma goal *) ppsigmagoal;;*) +(*#install_printer (* proof *) pproof;;*) #install_printer (* Goal.goal *) ppgoalgoal;; #install_printer (* metaset.t *) ppmetas;; #install_printer (* evar_map *) ppevm;; |
