Module Css_parser.Recoverable_error

type t =
  1. | Missing_semicolon_at_end_of_declaration_list of {
    1. loc : Warnings.loc;
    }
module Handler : sig ... end