Module Arg_type.Export
Values to include in other namespaces.
val string : Core_kernel__.Import.string tval int : Core_kernel__.Import.int tBeware that an anonymous argument of type
intcannot be specified as negative, as it is ambiguous whether -1 is a negative number or a flag. (The same applies tofloat,time_span, etc.) You can use the special built-in "-anon" flag to force a string starting with a hyphen to be interpreted as an anonymous argument rather than as a flag, or you can just make it a parameter to a flag to avoid the issue.
val char : Core_kernel__.Import.char tval float : Core_kernel__.Import.float tval bool : Core_kernel__.Import.bool tval date : Core_kernel.Date.t tval percent : Core_kernel.Percent.t tval host_and_port : Core_kernel.Host_and_port.t tval sexp : Core_kernel.Sexp.t tval sexp_conv : (Core_kernel.Sexp.t -> 'a) -> 'a t