package ez_cmdliner
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module TYPES.ArgSource
Source
type spec = | Unit of unit -> unit| Bool of bool -> unit| Set_bool of bool ref| Set of bool ref| Clear of bool ref| String of string -> unit| Set_string of string ref| Int of int -> unit| Set_int of int ref| Float of float -> unit| Set_float of float ref| Symbol of string list * string -> unit| File of string -> unit| Anon of int * string -> unit| Anons of string list -> unit