sig
type t
val set : Plugin.Parameter.t -> unit
val add_set_hook :
(Plugin.Parameter.t -> Plugin.Parameter.t -> unit) -> unit
val get : unit -> Plugin.Parameter.t
val clear : unit -> unit
val is_default : unit -> bool
val is_set : unit -> bool
val self : Project.Computation.t
val select :
Kind.how ->
Project.Computation.selection -> Project.Computation.selection
val depend : Project.Computation.t -> unit
val mark_as_computed : ?project:Project.project -> unit -> unit
val is_computed : ?project:Project.project -> unit -> bool
val do_not_save : unit -> unit
module Datatype : Project.Datatype.S
val name : string
val equal : Plugin.Parameter.t -> Plugin.Parameter.t -> bool
val unsafe_set : Plugin.Parameter.t -> unit
val add_alias : string list -> unit
end