sig
  type t
  val set : Parameter_sig.S_no_parameter.t -> unit
  val add_set_hook :
    (Parameter_sig.S_no_parameter.t -> Parameter_sig.S_no_parameter.t -> unit) ->
    unit
  val add_update_hook :
    (Parameter_sig.S_no_parameter.t -> Parameter_sig.S_no_parameter.t -> unit) ->
    unit
  val get : unit -> Parameter_sig.S_no_parameter.t
  val clear : unit -> unit
  val is_default : unit -> bool
  val option_name : string
  val print_help : Format.formatter -> unit
  val self : State.t
  val name : string
  val mark_as_computed : ?project:Project.t -> unit -> unit
  val is_computed : ?project:Project.t -> unit -> bool
  module Datatype : Datatype.S
  val add_hook_on_update : (Datatype.t -> unit) -> unit
  val howto_marshal : (Datatype.t -> 'a) -> ('-> Datatype.t) -> unit
  val equal :
    Parameter_sig.S_no_parameter.t -> Parameter_sig.S_no_parameter.t -> bool
  val add_aliases : string list -> unit
  val is_set : unit -> bool
  val unsafe_set : Parameter_sig.S_no_parameter.t -> unit
end