package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Hashes : sig ... end
type t = {
  1. mutable rules : (string * declarations) list;
  2. 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
OCaml

Innovation. Community. Security.