aboutsummaryrefslogtreecommitdiff
path: root/kernel/constr.mli
diff options
context:
space:
mode:
authorMaxime Dénès2018-11-06 09:30:45 +0100
committerMaxime Dénès2018-11-06 14:19:37 +0100
commit58f891c100d1a1821ed6385c1d06f9e0a77ecdac (patch)
treec0f4df2b872e71c51823ad2b62545b89897a6464 /kernel/constr.mli
parentf6033667bd9b8069308d4bcba420c4ce0771e44f (diff)
Move debug term printer to kernel
Diffstat (limited to 'kernel/constr.mli')
-rw-r--r--kernel/constr.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/constr.mli b/kernel/constr.mli
index 8753c20eac..1be1f63ff7 100644
--- a/kernel/constr.mli
+++ b/kernel/constr.mli
@@ -590,3 +590,6 @@ val case_info_hash : case_info -> int
(*********************************************************************)
val hcons : constr -> constr
+
+val debug_print : constr -> Pp.t
+val debug_print_fix : ('a -> Pp.t) -> ('a, 'a) pfixpoint -> Pp.t