diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-03-01 00:53:04 +0600 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-03-01 00:53:04 +0600 |
commit | 16e35790560758d4e6e999a6b7a287c1ef40af02 (patch) | |
tree | 78f96d2a44069b4a3392828d631a73f9ab12f28b /src/vytree.mli | |
parent | f201377ae801382856a44f769d396980a84184b8 (diff) | |
download | vyconf-16e35790560758d4e6e999a6b7a287c1ef40af02.tar.gz vyconf-16e35790560758d4e6e999a6b7a287c1ef40af02.zip |
Missing get_child signature.
Diffstat (limited to 'src/vytree.mli')
-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 |