]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/bin/roles/rolesUtils.mli
update in binaries for λδ
[helm.git] / matita / matita / contribs / lambdadelta / bin / roles / rolesUtils.mli
index 326b93277693292543c543fdc2d642ec6da7c70a..5266292950086ab062f40e3e769528e8d96630e0 100644 (file)
@@ -21,6 +21,11 @@ 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) ->
+  (RolesTypes.pointer -> 'a -> 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
@@ -37,14 +42,20 @@ val obj_of_string: string -> RolesTypes.obj
 
 val objs_union: RolesTypes.objs -> RolesTypes.objs -> RolesTypes.objs
 
+val string_of_role: RolesTypes.role -> string
+
 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 string_of_pointer: RolesTypes.pointer -> string
+
 val pointer_of_string: string -> RolesTypes.pointer
 
 val string_of_error: RolesTypes.error -> string