From 392300a73bc4e57d2be865d9a8d77c608ef02f59 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 29 May 2012 11:08:50 +0000 Subject: New files intf/constrexpr.mli and intf/notation_term.mli out of Topconstr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15375 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/dumpglob.mli | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'interp/dumpglob.mli') diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli index 90b56e0a9..59a695ee6 100644 --- a/interp/dumpglob.mli +++ b/interp/dumpglob.mli @@ -34,10 +34,14 @@ val dump_moddef : Pp.loc -> Names.module_path -> string -> unit val dump_modref : Pp.loc -> Names.module_path -> string -> unit val dump_reference : Pp.loc -> string -> string -> string -> unit val dump_libref : Pp.loc -> Names.dir_path -> string -> unit -val dump_notation_location : (int * int) list -> Topconstr.notation -> (Notation.notation_location * Topconstr.scope_name option) -> unit +val dump_notation_location : (int * int) list -> Constrexpr.notation -> + (Notation.notation_location * Notation_term.scope_name option) -> unit val dump_binding : Pp.loc -> Names.Idset.elt -> unit -val dump_notation : Pp.loc * (Topconstr.notation * Notation.notation_location) -> Topconstr.scope_name option -> bool -> unit -val dump_constraint : Topconstr.typeclass_constraint -> bool -> string -> unit +val dump_notation : + Pp.loc * (Constrexpr.notation * Notation.notation_location) -> + Notation_term.scope_name option -> bool -> unit +val dump_constraint : + Constrexpr.typeclass_constraint -> bool -> string -> unit val dump_string : string -> unit -- cgit v1.2.3