summaryrefslogtreecommitdiff
path: root/src/chart.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/chart.mli')
-rw-r--r--src/chart.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/chart.mli b/src/chart.mli
deleted file mode 100644
index 3c758c4..0000000
--- a/src/chart.mli
+++ /dev/null
@@ -1,5 +0,0 @@
1type t
2val default : t
3val plot : int list -> t -> t
4val with_options : Options.t -> t -> t
5val pp : out_channel -> t -> unit