package spin

  1. Overview
  2. Docs
module Errors : sig ... end
type overwrite =
  1. | Configs
  2. | Actions
  3. | Example_commands
type t = {
  1. source : Dec_common.Source.t;
  2. ignore_configs : bool;
  3. ignore_actions : bool;
  4. ignore_example_commands : bool;
}
val decode_overwrite : Sexplib.Sexp.t -> (overwrite, Decoder.error) result
val decode : t Decoder.t