]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_notation/cicNotationEnv.mli
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_notation / cicNotationEnv.mli
index be3f6d52d9d8e25c0395bca64cb2ef4a5ef7b698..d4f87097e2fa2c50d86a56b6b55d985e2a72032c 100644 (file)
@@ -71,7 +71,8 @@ val lookup_num:     t -> string -> string
 val lookup_opt:     t -> string -> value option
 val lookup_list:    t -> string -> value list
 
-val remove:         t -> string -> t
+val remove_name:    t -> string -> t
+val remove_names:   t -> string list -> t
 
 (** {2 Bindings mangling} *)