package core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Values to include in other namespaces.

val string : Base.string t
val int : Base.int t

Beware 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 : Base.char t
val float : Base.float t
val bool : Base.bool t
val sexp : Base.Sexp.t t
val sexp_conv : ?complete:Auto_complete.t -> (Base.Sexp.t -> 'a) -> 'a t