X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Froles%2FrolesUtils.mli;h=6fb3bab57ea8653b289974d1ea8c09d770c81f81;hb=7666f9dddfcaca5671dd25d3cd2095481968c7bf;hp=041d0486d2ba5bee2e905c74c667a69b28f7c8c5;hpb=f5bc9206835d61109a72c7b973dad8dd21914950;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/roles/rolesUtils.mli b/matita/matita/contribs/lambdadelta/bin/roles/rolesUtils.mli index 041d0486d..6fb3bab57 100644 --- a/matita/matita/contribs/lambdadelta/bin/roles/rolesUtils.mli +++ b/matita/matita/contribs/lambdadelta/bin/roles/rolesUtils.mli @@ -21,6 +21,10 @@ val list_split: (bool * 'b) list -> (bool * 'b) list * (bool * 'b) list val list_select: 'b option -> (bool * 'b) list -> 'b option +val list_visit: + (string -> string -> unit) -> (string -> bool -> string -> unit) -> (unit -> unit) -> + ('a -> string) -> RolesTypes.pointer -> (bool * 'a) list -> unit + val string_of_version: RolesTypes.version -> string val version_of_string: string -> RolesTypes.version @@ -39,6 +43,12 @@ val objs_union: RolesTypes.objs -> RolesTypes.objs -> RolesTypes.objs val roles_union: RolesTypes.roles -> RolesTypes.roles -> RolesTypes.roles +val exists_role_deleted: RolesTypes.version -> RolesTypes.roles -> bool + +val get_tops: RolesTypes.version -> RolesTypes.roles -> RolesTypes.objs * RolesTypes.objs + +val match_names: int -> int -> RolesTypes.objs -> RolesTypes.names -> (int * int) option + val new_status: RolesTypes.status val pointer_of_string: string -> RolesTypes.pointer