summaryrefslogtreecommitdiff
path: root/src/vytree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/vytree.mli')
-rw-r--r--src/vytree.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vytree.mli b/src/vytree.mli
index c04087a..cebbcde 100644
--- a/src/vytree.mli
+++ b/src/vytree.mli
@@ -7,7 +7,7 @@ exception Insert_error of string
type position = Before of string | After of string | Default
-type node_type = Leaf_single | Leaf_multi | Tag | Other
+type node_type = Leaf | Tag | Other
val make : 'a -> string -> 'a t
val make_full : 'a -> string -> ('a t) list -> 'a t