package ocaml-webworker

  1. Overview
  2. Docs
module StringMap : sig ... end
type t = {
  1. ppxs : string list;
  2. ppxopts : string list list StringMap.t;
}
val empty : t
val add_ppx : string -> t -> t
val add_ppxopts : string -> string list -> t -> t
val union : t -> t -> t
val command_line : t -> string list
val dump : t -> [> `Assoc of (string * [> `Assoc of (StringMap.key * [> `List of [> `List of [> `String of string ] list ] list ]) list | `List of [> `String of string ] list ]) list ]