X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_notation%2FcicNotationEnv.mli;fp=helm%2Focaml%2Fcic_notation%2FcicNotationEnv.mli;h=d4f87097e2fa2c50d86a56b6b55d985e2a72032c;hb=ea7808d83a7d6e03c0e163f0691e268dcd7c2ea4;hp=be3f6d52d9d8e25c0395bca64cb2ef4a5ef7b698;hpb=007b87c1fcc2c428c16c846fcaf6e31007d87994;p=helm.git diff --git a/helm/ocaml/cic_notation/cicNotationEnv.mli b/helm/ocaml/cic_notation/cicNotationEnv.mli index be3f6d52d..d4f87097e 100644 --- a/helm/ocaml/cic_notation/cicNotationEnv.mli +++ b/helm/ocaml/cic_notation/cicNotationEnv.mli @@ -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} *)