aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2016-06-28 01:20:11 +0200
committerPierre-Marie Pédrot2016-06-28 01:20:11 +0200
commitf57b6e3478f3a64a1f8d669ff256d9506ba67688 (patch)
treec3c266d03e5c680bfee31011d57a74634fde0dfc /interp/notation.mli
parent9f9c1dc37ca3ffe30417c8f7b63d62ad5b63e51b (diff)
parentee0d4870fb982877be7cf07c75e3d039b82ddfc0 (diff)
Finalizing the only printing feature.
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index a85dc50f2f..b47e1975e3 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -109,7 +109,7 @@ type interp_rule =
| SynDefRule of kernel_name
val declare_notation_interpretation : notation -> scope_name option ->
- interpretation -> notation_location -> unit
+ interpretation -> notation_location -> onlyprint:bool -> unit
val declare_uninterpretation : interp_rule -> interpretation -> unit