package spin

  1. Overview
  2. Docs
type t = {
  1. source : Dec_common.Source.t;
  2. configs : (string * string) list;
}
module Config : sig ... end
val decode : Sexplib0.Sexp.t -> (t, Spin__Decoder.error) Spin_std.Result.t
val encode : t -> Sexplib.Sexp.t