From 7fd7552fd0d912d3b2e5685a42c19cd7557a3ac9 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Mon, 13 Apr 2015 20:01:36 +0600 Subject: Expose node_type and position types. --- src/vytree.ml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vytree.ml') diff --git a/src/vytree.ml b/src/vytree.ml index a439ec1..6eccc55 100644 --- a/src/vytree.ml +++ b/src/vytree.ml @@ -6,6 +6,8 @@ type 'a t = { type position = Before of string | After of string | Default +type node_type = Leaf | Tag | Other + exception Empty_path exception Duplicate_child exception Nonexistent_path -- cgit v1.2.3