Source file slipshow__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(** @canonical Slipshow.Asset *)
module Asset = Slipshow__Asset
(** @canonical Slipshow.Ast *)
module Ast = Slipshow__Ast
(** @canonical Slipshow.Compile *)
module Compile = Slipshow__Compile
(** @canonical Slipshow.Frontmatter *)
module Frontmatter = Slipshow__Frontmatter
(** @canonical Slipshow.Has *)
module Has = Slipshow__Has
(** @canonical Slipshow.Renderers *)
module Renderers = Slipshow__Renderers
module Slipshow__ = struct end
[@@deprecated "this module is shadowed"]