Source file css_property_parser__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Css_property_parser.Combinator *)
module Combinator = Css_property_parser__Combinator
(** @canonical Css_property_parser.Modifier *)
module Modifier = Css_property_parser__Modifier
(** @canonical Css_property_parser.Parser *)
module Parser = Css_property_parser__Parser
(** @canonical Css_property_parser.Rule *)
module Rule = Css_property_parser__Rule
(** @canonical Css_property_parser.Standard *)
module Standard = Css_property_parser__Standard
module Css_property_parser__ = struct end
[@@deprecated "this module is shadowed"]