summaryrefslogtreecommitdiff
path: root/printing/pputils.mli
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pputils.mli')
-rw-r--r--printing/pputils.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/printing/pputils.mli b/printing/pputils.mli
index 6039168f..5b1969e2 100644
--- a/printing/pputils.mli
+++ b/printing/pputils.mli
@@ -9,7 +9,6 @@
(************************************************************************)
open Genarg
-open Misctypes
open Locus
open Genredexpr
@@ -18,7 +17,7 @@ val pr_ast : ('a -> Pp.t) -> 'a CAst.t -> Pp.t
(** Prints an object surrounded by its commented location *)
val pr_or_var : ('a -> Pp.t) -> 'a or_var -> Pp.t
-val pr_or_by_notation : ('a -> Pp.t) -> 'a or_by_notation -> Pp.t
+val pr_or_by_notation : ('a -> Pp.t) -> 'a Constrexpr.or_by_notation -> Pp.t
val pr_with_occurrences :
('a -> Pp.t) -> (string -> Pp.t) -> 'a with_occurrences -> Pp.t