From 2aea7ddbc092b03dbf07dce385786b9c5c16a881 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Mon, 27 Oct 2025 22:42:37 -0500 Subject: T7915: add compiler alerts and annotations --- src/parser.mli | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/parser.mli (limited to 'src/parser.mli') 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"] -- cgit v1.2.3