Il faut exporter mark_type_node et mark_type_params

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2121 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1998-10-16 11:51:18 +00:00
parent 66ae9423a7
commit 1cb985d544
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ val pivot_level: int
(* Type marking: ty.level <- pivot_level - ty.level *)
val mark_type: type_expr -> unit
(* Mark a type *)
val mark_type_node: type_expr -> unit
(* Mark a type node (but not its sons) *)
val mark_type_params: type_expr -> unit
(* Mark the sons of a type node *)
val unmark_type: type_expr -> unit
val unmark_type_decl: type_declaration -> unit
val unmark_class_type: class_type -> unit