package spin

  1. Overview
  2. Docs

Parameters

module M : sig ... end

Signature

include module type of struct include M end
type t = M.t
val name : Base.string
val doc : Base.string
val default : t
val parse : Base.string -> t
val unparse : t -> Base.string
val opt_value : t Base.Option.t
val get_opt : unit -> t Base.Option.t
val get : unit -> t
val doc_info : 'a variable_doc