aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/print.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-02-21 04:09:23 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-03-07 19:07:37 +0100
commita5f2cb785649e2bb73b450262e2e54703ef526c4 (patch)
tree28216cf71572c592824659f667376cf64d2100c6 /checker/print.mli
parent144517d764f11b8b79e8f7adfeca0d075dd4ac19 (diff)
[checker] Printer cleanup.
Makes printing rules more explicit and should close #6799.
Diffstat (limited to 'checker/print.mli')
-rw-r--r--checker/print.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/print.mli b/checker/print.mli
index 67562125f..da1362ca5 100644
--- a/checker/print.mli
+++ b/checker/print.mli
@@ -10,4 +10,4 @@
open Cic
-val print_pure_constr : constr -> unit
+val print_pure_constr : Format.formatter -> constr -> unit