summaryrefslogtreecommitdiff
path: root/src/parser.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.mli')
-rw-r--r--src/parser.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.mli b/src/parser.mli
new file mode 100644
index 0000000..15813a4
--- /dev/null
+++ b/src/parser.mli
@@ -0,0 +1,2 @@
+val from_string : string -> Config_tree.t
+[@@alert exn "Util.Syntax_error"]