styled-ppx.native
CSS.Stylesheet
ppx
styled-ppx.css-parser
styled-ppx.css-property-parser
styled-ppx.css-spec-parser
styled-ppx.melange
styled-ppx.murmur2
styled-ppx.string-interpolation
module Hashes : sig ... end
type t = {
mutable rules : (string * declarations) list;
mutable hashes : Hashes.t;
}
val make : unit -> t
val push : t -> (Hashes.elt * declarations) -> unit
val get_all : t -> (string * declarations) list
val flush : t -> unit