package spin

  1. Overview
  2. Docs
module Errors : sig ... end
type overwrite =
  1. | Configs
  2. | Actions
  3. | Example_commands
  4. | Generators
type t = {
  1. source : Dec_common.Source.t;
  2. ignore_configs : Spin_std.bool;
  3. ignore_actions : Spin_std.bool;
  4. ignore_example_commands : Spin_std.bool;
  5. ignore_generators : Spin_std.bool;
}
val decode : t Decoder.t