aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/base_include
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-08 23:28:06 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-10 20:40:04 +0200
commit8a9de08c0e6a5130103cedf05cbcebcf5f621d1e (patch)
tree8dd91ad2d43fb99cb99115c5b5377f4a142f8947 /dev/base_include
parent32653d69478992d55dc45a5562aeb6b41ae67f21 (diff)
Add debug printers for projections, fix printing of evar constraints
and unsatisfiable constraints which were not done in the right environment.
Diffstat (limited to 'dev/base_include')
-rw-r--r--dev/base_include1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/base_include b/dev/base_include
index 1d43e64df..c2da8b18a 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -34,6 +34,7 @@
#install_printer (* qualid *) ppqualid;;
#install_printer (* kernel_name *) ppkn;;
#install_printer (* constant *) ppcon;;
+#install_printer (* projection *) ppproj;;
#install_printer (* cl_index *) ppclindex;;
#install_printer (* recarg Rtree.t *) ppwf_paths;;
#install_printer (* constr *) print_pure_constr;;