diff options
-rw-r--r-- | src/vytree.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vytree.mli b/src/vytree.mli index 1b42de7..5fe4d37 100644 --- a/src/vytree.mli +++ b/src/vytree.mli @@ -17,3 +17,5 @@ val insert_child : val delete_child : 'a t -> string list -> 'a t val list_children : 'a t -> string list + +val get_child : 'a t -> string list -> 'a t |