aboutsummaryrefslogtreecommitdiff
path: root/dev/include
diff options
context:
space:
mode:
authorfilliatr1999-12-03 15:35:59 +0000
committerfilliatr1999-12-03 15:35:59 +0000
commit64dfc220b6307c867078ee5a860e92604f6df694 (patch)
tree131b8ca918d8e1a460d42e042249093069ab7865 /dev/include
parent677e4ba54813f873c4e0e347cf88357b94c627e8 (diff)
renommage pour eviter pbm avec ocamldep (syntax error)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@199 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/include')
-rw-r--r--dev/include21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/include b/dev/include
new file mode 100644
index 0000000000..292abb8f34
--- /dev/null
+++ b/dev/include
@@ -0,0 +1,21 @@
+
+(* File to include to install the pretty-printers in the ocaml toplevel *)
+
+#use "base_include";;
+
+#install_printer (* ast *) prast;;
+#install_printer (* pat *) prastpat;;
+#install_printer (* patlist *) prastpatl;;
+#install_printer (* constr *) ppterm0;;
+#install_printer (* type_judgement*) pptype;;
+#install_printer (* judgement*) prj;;
+#install_printer (* goal *) prgoal;;
+#install_printer (* sigma goal *) prsigmagoal;;
+#install_printer (* ctxt *) prctxt;;
+#install_printer (* proof *) pproof;;
+#install_printer (* global_constraints *) prevd;;
+#install_printer (* readable_constraints *) prevc;;
+#install_printer (* walking_constraints *) prwc;;
+#install_printer (* universe *) print_uni;;
+#install_printer (* universes *) pp_universes;;
+#install_printer (* clenv *) prclenv;;