package styled-ppx

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Hashes : sig ... end
type 'a t = {
  1. mutable rules : (string * declarations) list;
  2. mutable hashes : Hashes.t;
}
val make : unit -> 'a t
val push : 'a t -> (Hashes.elt * declarations) -> unit
val get_all : 'a t -> (string * declarations) list
val flush : 'a t -> unit
OCaml

Innovation. Community. Security.