module Mode: sig  endtype t =
| | | No | 
| | | Dep | 
val of_string : string -> t| Parameters: | 
 | 
val to_string : t -> string| Parameters: | 
 | 
val is_none : unit -> bool| Parameters: | 
 | 
val get : unit -> t| Parameters: | 
 | 
val set : t -> unit| Parameters: | 
 |