summaryrefslogtreecommitdiff
path: root/src/marker.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/marker.mli')
-rw-r--r--src/marker.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/marker.mli b/src/marker.mli
deleted file mode 100644
index 391916b..0000000
--- a/src/marker.mli
+++ /dev/null
@@ -1,4 +0,0 @@
1type t
2val of_string : string -> t
3val pp : out_channel -> t -> unit
4