ppx_css.css_parser_common
Css_parser_common.Location
ppx_css
ppx_css.css_parser
ppx_css.css_parser_lexer
ppx_css.inline_css
ppx_css.syntax
ppxlib
yojson
type t = Warnings.loc = {
loc_start : Lexing.position;
loc_end : Lexing.position;
loc_ghost : bool;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val to_string : t -> string
val of_positions : start:Lexing.position -> end_:Lexing.position -> t
val merge : start:t -> end_:t -> t
val between_tokens : start:(Token.t * t) -> end_:(Token.t * t) -> t
val from_token : (Token.t * t) -> t