type tree val empty_tree: tree val add_uri: string -> tree -> tree val remove_uri: string -> tree -> tree val ls_path: string -> tree -> string list val save_to_disk: string -> tree -> unit val load_from_disk: string -> tree