values to include in other namespaces
val string : string tval int : int tBeware that an anonymous argument of type int cannot be specified as negative,
as it is ambiguous whether -1 is a negative number or a flag. (The same applies
to float, 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 : char tval float : float tval bool : bool tval date : Core__.Import.Date.t tval percent : Core__.Import.Percent.t tval time : Core__.Import_time.Time.t tval time_zone : Core__.Import_time.Time.Zone.t tval time_span : Core__.Import_time.Time.Span.t tval host_and_port : Core__.Import.Host_and_port.t tval ip_address : Unix.inet_addr tval sexp : Core__.Import.Sexp.t tval sexp_conv : (Core__.Import.Sexp.t ‑> 'a) ‑> 'a t