From beb5875cca7648ba9963c99a68ea22494ab6329b Mon Sep 17 00:00:00 2001 From: Matej Kosik Date: Sat, 5 Nov 2016 16:28:23 +0100 Subject: FIX: dev/include --- dev/include | 1 - 1 file changed, 1 deletion(-) (limited to 'dev/include') diff --git a/dev/include b/dev/include index d82fb74f22..9068688f19 100644 --- a/dev/include +++ b/dev/include @@ -47,7 +47,6 @@ #install_printer (* univ full subst *) ppuniverse_level_subst;; #install_printer (* univ opt subst *) ppuniverse_opt_subst;; #install_printer (* evar univ ctx *) ppevar_universe_context;; -#install_printer (* constraints_map *) ppconstraints_map;; #install_printer (* inductive *) ppind;; #install_printer (* 'a scheme_kind *) ppscheme;; #install_printer (* type_judgement *) pptype;; -- cgit v1.2.3 From c7a0568967a8a6e40888a2106b9b59325f2f09a5 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Thu, 26 Jan 2017 13:24:04 +0100 Subject: Adding a printer for Proof.proof reflecting the focusing layout. This is a modest contribution serving before all the purpose of displaying the focus stack and the shelf and give_up list. It does not print the sigma (while it could). Any improvements are welcome. --- dev/include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/include') diff --git a/dev/include b/dev/include index 9068688f19..0f43f00729 100644 --- a/dev/include +++ b/dev/include @@ -61,7 +61,7 @@ (*#install_printer (* hints_path *) pphintspath;;*) #install_printer (* goal *) ppgoal;; (*#install_printer (* sigma goal *) ppsigmagoal;;*) -(*#install_printer (* proof *) pproof;;*) +#install_printer (* proof *) pproof;; #install_printer (* Goal.goal *) ppgoalgoal;; #install_printer (* proofview *) ppproofview;; #install_printer (* metaset.t *) ppmetas;; -- cgit v1.2.3