Module Reason_css_parser.Rule
type ('a, 'b) return = 'b -> 'a ruletype ('a, 'b, 'c) bind = 'a rule -> ('b -> 'c rule) -> 'c ruletype ('a, 'b, 'c, 'd) map = 'a rule -> ('b -> 'c) -> 'd ruletype ('left_in, 'left_v, 'right_in, 'right_v, 'c) best =
('left_in rule * 'right_in rule) ->
([ `Left of 'left_v | `Right of 'right_v ] -> 'c rule) ->
'c rulemodule Data : sig ... endmodule Match : sig ... end