From a26b8afbe5b6b0b5bb034884f5271c6d845a67b4 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 11 Jun 2014 15:41:40 +0200 Subject: - Fix bug #3368, due to wrong use of the Cst_stack for projections. - Monomorphize Cst_stack to 'a = constr. - Add corresponding debug printer. --- dev/include | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dev/include') diff --git a/dev/include b/dev/include index 4a025d077c..7c63f54436 100644 --- a/dev/include +++ b/dev/include @@ -53,6 +53,8 @@ #install_printer (* type_judgement *) pptype;; #install_printer (* judgement *) ppj;; +#install_printer (* judgement *) pp_cst_stack_t;; + (*#install_printer (* hint_db *) print_hint_db;;*) (*#install_printer (* hints_path *) pphintspath;;*) #install_printer (* goal *) ppgoal;; -- cgit v1.2.3