Module Command.Flag.Type


module Type: sig .. end

type 'a t 
type class of parsable types
val create : (string -> 'a) -> 'a t
val bool : bool t
val int : int t
val float : float t