Source file matrix_charts__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(** @canonical Matrix_charts.Layout *)
module Layout = Matrix_charts__Layout
(** @canonical Matrix_charts.Mark *)
module Mark = Matrix_charts__Mark
(** @canonical Matrix_charts.Render *)
module Render = Matrix_charts__Render
(** @canonical Matrix_charts.Sparkline *)
module Sparkline = Matrix_charts__Sparkline
module Matrix_charts__ = struct end
[@@deprecated "this module is shadowed"]