diff options
author | Akshay <[email protected]> | 2021-08-08 13:08:33 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-08-08 13:08:33 +0100 |
commit | c9e8dff919c49a13bff601e78cc1e78a7cc8f506 (patch) | |
tree | b9015effe9dc995b083658b12b0de17d61230364 /src/marker.mli | |
parent | ed2a97502cb825877562c05881da4fb2e8eecad6 (diff) |
dump
Diffstat (limited to 'src/marker.mli')
-rw-r--r-- | src/marker.mli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/marker.mli b/src/marker.mli new file mode 100644 index 0000000..391916b --- /dev/null +++ b/src/marker.mli | |||
@@ -0,0 +1,4 @@ | |||
1 | type t | ||
2 | val of_string : string -> t | ||
3 | val pp : out_channel -> t -> unit | ||
4 | |||