aboutsummaryrefslogtreecommitdiff
path: root/printing/pptactic.mli
diff options
context:
space:
mode:
authorJulien Forest2014-04-14 23:22:14 +0200
committerJulien Forest2014-04-14 23:22:14 +0200
commit5fb2050e424062540ffbf22de0838fafe4de0a41 (patch)
tree235a18a0481828d9af31c28df41e3492c5adb044 /printing/pptactic.mli
parenta51d94e77bd352522744da4dbdbf98b36c19631e (diff)
Closing bug #3260
adding a new grammar entry for clauses
Diffstat (limited to 'printing/pptactic.mli')
-rw-r--r--printing/pptactic.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/printing/pptactic.mli b/printing/pptactic.mli
index e20e3ae014..7dbdf80aac 100644
--- a/printing/pptactic.mli
+++ b/printing/pptactic.mli
@@ -55,6 +55,8 @@ type pp_tactic = {
val declare_ml_tactic_pprule : string -> pp_tactic -> unit
val declare_notation_tactic_pprule : KerName.t -> pp_tactic -> unit
+val pr_clauses : bool option ->
+ ('a -> Pp.std_ppcmds) -> 'a Locus.clause_expr -> Pp.std_ppcmds
val pr_raw_generic :
(constr_expr -> std_ppcmds) ->
(constr_expr -> std_ppcmds) ->