aboutsummaryrefslogtreecommitdiff
path: root/lib/expression/headers.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/expression/headers.mli')
-rw-r--r--lib/expression/headers.mli7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/expression/headers.mli b/lib/expression/headers.mli
new file mode 100644
index 0000000..1fafad0
--- /dev/null
+++ b/lib/expression/headers.mli
@@ -0,0 +1,7 @@
+val headers_of_expression :
+ Buffer.t -> ('a -> Buffer.t -> unit) -> 'a T.t -> unit
+
+module E :
+ Sym.SYM_EXPR
+ with type 'a obs = buffer:Buffer.t -> unit
+ and type 'a path_repr = 'a -> Buffer.t -> unit