summaryrefslogtreecommitdiff
path: root/src/util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.mli')
-rw-r--r--src/util.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.mli b/src/util.mli
index 119ae01..7254fe1 100644
--- a/src/util.mli
+++ b/src/util.mli
@@ -2,4 +2,6 @@ exception Syntax_error of ((int * int) option * string)
val get_lexing_position : Lexing.lexbuf -> int * int
+val escape_string : string -> string
+
val default : 'a -> 'a option -> 'a