aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/dumpglob.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:50 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-29 11:08:50 +0000
commit392300a73bc4e57d2be865d9a8d77c608ef02f59 (patch)
tree44b4f39e7f92f29f4626d4aa8265fe68eb129111 /interp/dumpglob.mli
parenta936f2e879ac1f9b2e7e9d8a5376469e3d53c606 (diff)
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
Diffstat (limited to 'interp/dumpglob.mli')
-rw-r--r--interp/dumpglob.mli10
1 files changed, 7 insertions, 3 deletions
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