( * ) [Stdlib] | Integer multiplication. |
( ** ) [Stdlib] | Exponentiation |
( *. ) [Stdlib] | Floating-point multiplication |
(!) [Stdlib] |
|
(!=) [Stdlib] | Negation of |
(&&) [Stdlib] | The boolean ``and''. |
(&) [Stdlib] | |
(+) [Stdlib] | Integer addition. |
(+.) [Stdlib] | Floating-point addition |
(-) [Stdlib] | Integer subtraction. |
(-.) [Stdlib] | Floating-point subtraction |
(/) [Stdlib] | Integer division. |
(/.) [Stdlib] | Floating-point division. |
(:=) [Stdlib] |
|
(<) [Stdlib] | See |
(<=) [Stdlib] | See |
(<>) [Stdlib] | Negation of |
(=) [Stdlib] |
|
(==) [Stdlib] |
|
(>) [Stdlib] | See |
(>=) [Stdlib] | Structural ordering functions. |
(@) [Stdlib] | List concatenation. |
(^) [Stdlib] | String concatenation. |
(^^) [Stdlib] |
|
(asr) [Stdlib] |
|
(land) [Stdlib] | Bitwise logical and. |
(lor) [Stdlib] | Bitwise logical or. |
(lsl) [Stdlib] |
|
(lsr) [Stdlib] |
|
(lxor) [Stdlib] | Bitwise logical exclusive or. |
(mod) [Stdlib] | Integer remainder. |
(or) [Stdlib] | The boolean ``or''. |
(~-) [Stdlib] | Unary negation. |
(~-.) [Stdlib] | Unary negation. |
A | |
abs [Stdlib] | Return the absolute value of the argument. |
abs [Nativeint] | Return the absolute value of its argument. |
abs [Int64] | Return the absolute value of its argument. |
abs [Int32] | Return the absolute value of its argument. |
abs_float [Stdlib] | Return the absolute value of the argument. |
abstract_tag [Obj] | |
accept [Unix] | Accept connections on the given socket. |
access [Unix] | Check that the process has the given permissions over the named file. |
acos [Stdlib] | See |
add [Queue] |
|
add [Nativeint] | Addition. |
add [Int64] | Addition. |
add [Int32] | Addition. |
add [Hashtbl] |
|
add [Complex] | Addition |
add_buffer [Buffer] |
|
add_channel [Buffer] |
|
add_char [Buffer] |
|
add_string [Buffer] |
|
add_substitute [Buffer] |
|
add_substring [Buffer] |
|
alarm [Unix] | Schedule a |
align [Arg] | Align the documentation strings by inserting spaces at the first space, according to the length of the keyword. |
allocated_bytes [Gc] | Return the total number of bytes allocated since the program was started. |
append [List] | Catenate two lists. |
append [Array] |
|
arg [Complex] | Argument. |
argv [Sys] | The command line arguments given to the process. |
array [Sort] | Sort an array in increasing order according to an ordering predicate. |
asin [Stdlib] | See |
assoc [List] |
|
assq [List] | Same as |
at_exit [Stdlib] | Register the given function to be called at program termination time. |
atan [Stdlib] | See |
atan2 [Stdlib] | The usual trigonometric functions. |
auto_synchronize [Graphics] | By default, drawing takes place both on the window displayed on screen, and in a memory area (the ``backing store''). |
B | |
background [Graphics] | See |
basename [Filename] | Split a file name into directory name / base file name. |
bind [Unix] | Bind a socket to an address. |
bits [Random] | Return 30 random bits in a nonnegative integer. |
bits_of_float [Int64] | Return the internal representation of the given float according to the IEEE 754 floating-point ``double format'' bit layout. |
bits_of_float [Int32] | Return the internal representation of the given float according to the IEEE 754 floating-point ``single format'' bit layout. |
black [Graphics] | |
blit [Weak] |
|
blit [String] |
|
blit [Bytes] |
|
blit [Array] |
|
blit_image [Graphics] |
|
blit_string [Bytes] |
|
blue [Graphics] | |
bool [Random] |
|
bool_of_string [Stdlib] | Convert the given string to a boolean. |
bounded_full_split [Str] | Same as |
bounded_split [Str] | Same as |
bounded_split_delim [Str] | Same as |
bprintf [Printf] | Same as |
bprintf [Format] | Same as |
button_down [Graphics] | Return |
C | |
capitalize [String] | Return a copy of the argument, with the first letter set to uppercase. |
capitalize [Bytes] | |
capitalize_ascii [Bytes] | Return a copy of the argument, with the first character set to uppercase, using the US-ASCII character set. |
cat [Bytes] |
|
catch [Printexc] |
|
catch_break [Sys] |
|
ceil [Stdlib] | See |
changeable [Rml_process_manager] |
|
channel [Digest] | If |
char_of_int [Stdlib] | Return the character with the given ASCII code. |
chdir [Unix] | Change the process working directory. |
chdir [Sys] | Change the current working directory of the process. |
check [Weak] |
|
check_suffix [Filename] |
|
chmod [Unix] | Change the permissions of the named file. |
chop_extension [Filename] | Return the given file name without its extension. |
chop_suffix [Filename] |
|
chown [Unix] | Change the owner uid and owner gid of the named file. |
chr [Char] | Return the character with the given ASCII code. |
chroot [Unix] | Change the process root directory. |
classify_float [Stdlib] | Return the class of the given floating-point number: normal, subnormal, zero, infinite, or not a number. |
clear [Stack] | Discard all elements from a stack. |
clear [Queue] | Discard all elements from a queue. |
clear [Hashtbl] | Empty a hash table. |
clear [Buffer] | Empty the buffer. |
clear_close_on_exec [Unix] | Clear the ``close-on-exec'' flag on the given descriptor. |
clear_graph [Graphics] | Erase the graphics window. |
clear_nonblock [Unix] | Clear the ``non-blocking'' flag on the given descriptor. |
clear_parser [Parsing] | Empty the parser stack. |
close [Unix] | Close a file descriptor. |
close_box [Format] | Closes the most recently opened pretty-printing box. |
close_graph [Graphics] | Delete the graphics window or switch the screen back to text mode. |
close_in [Stdlib] | Close the given channel. |
close_in_noerr [Stdlib] | Same as |
close_out [Stdlib] | Close the given channel, flushing all buffered write operations. |
close_out_noerr [Stdlib] | Same as |
close_process [Unix] | Close channels opened by |
close_process_full [Unix] | Close channels opened by |
close_process_in [Unix] | Close channels opened by |
close_process_out [Unix] | Close channels opened by |
close_tag [Format] |
|
close_tbox [Format] | Closes the most recently opened tabulation box. |
closedir [Unix] | Close a directory descriptor. |
closure_tag [Obj] | |
code [Char] | Return the ASCII code of the argument. |
combine [List] | Transform a pair of lists into a list of pairs:
|
command [Sys] | Execute the given shell command and return its exit code. |
compact [Gc] | Perform a full major collection and compact the heap. |
compare [String] | The comparison function for strings, with the same specification as
|
compare [Stdlib] |
|
compare [Nativeint] | The comparison function for native integers, with the same specification as
|
compare [Int64] | The comparison function for 64-bit integers, with the same specification as
|
compare [Int32] | The comparison function for 32-bit integers, with the same specification as
|
compare [Char] | The comparison function for characters, with the same specification as
|
compare [Bytes] | The comparison function for byte sequences, with the same
specification as |
concat [String] |
|
concat [List] | Concatenate a list of lists. |
concat [Filename] |
|
concat [Bytes] |
|
concat [Array] | Same as |
conj [Complex] | Conjugate: given the complex |
connect [Unix] | Connect a socket to an address. |
contains [String] |
|
contains [Bytes] |
|
contains_from [String] |
|
contains_from [Bytes] |
|
contents [Buffer] | Return a copy of the current contents of the buffer. |
copy [String] | Return a copy of the given string. |
copy [Stack] | Return a copy of the given stack. |
copy [Queue] | Return a copy of the given queue. |
copy [Hashtbl] | Return a copy of the given hashtable. |
copy [Bytes] | Return a new byte sequence that contains the same bytes as the argument. |
copy [Array] |
|
cos [Stdlib] | See |
cosh [Stdlib] | See |
count [Stream] | Return the current count of the stream elements, i.e. |
counters [Gc] | Return |
create [Weak] |
|
create [String] |
|
create [Stack] | Return a new stack, initially empty. |
create [Queue] | Return a new queue, initially empty. |
create [Hashtbl] |
|
create [Bytes] |
|
create [Buffer] |
|
create [Array] | |
create_alarm [Gc] |
|
create_image [Graphics] |
|
create_matrix [Array] | |
create_process [Unix] |
|
create_process_env [Unix] |
|
current [Arg] | Position (in |
current_dir_name [Filename] | The conventional name for the current directory (e.g. |
current_point [Graphics] | Return the position of the current point. |
current_x [Graphics] | Return the abscissa of the current point. |
current_y [Graphics] | Return the ordinate of the current point. |
curveto [Graphics] |
|
custom_tag [Obj] | |
cyan [Graphics] | |
D | |
data_size [Marshal] | See |
decr [Stdlib] | Decrement the integer contained in the given reference. |
delete_alarm [Gc] |
|
descr_of_in_channel [Unix] | Return the descriptor corresponding to an input channel. |
descr_of_out_channel [Unix] | Return the descriptor corresponding to an output channel. |
dirname [Filename] | See |
display_mode [Graphics] | Set display mode on or off. |
div [Nativeint] | Integer division. |
div [Int64] | Integer division. |
div [Int32] | Integer division. |
div [Complex] | Division |
domain_of_sockaddr [Unix] | Return the socket domain adequate for the given socket address. |
double_array_tag [Obj] | |
double_tag [Obj] | |
draw_arc [Graphics] |
|
draw_char [Graphics] | See |
draw_circle [Graphics] |
|
draw_ellipse [Graphics] |
|
draw_image [Graphics] | Draw the given image with lower left corner at the given point. |
draw_poly [Graphics] |
|
draw_poly_line [Graphics] |
|
draw_rect [Graphics] |
|
draw_segments [Graphics] |
|
draw_string [Graphics] | Draw a character or a character string with lower left corner at current position. |
dummy_pos [Lexing] | A value of type |
dump_image [Graphics] | Convert an image to a color matrix. |
dup [Unix] | Return a new file descriptor referencing the same file as the given descriptor. |
dup [Obj] | |
dup2 [Unix] |
|
E | |
empty [Stream] | Return |
empty [Bytes] | A byte sequence of size 0. |
environment [Unix] | Return the process environment, as an array of strings with the format ``variable=value''. |
eprintf [Printf] | Same as |
eprintf [Format] | Same as |
epsilon_float [Stdlib] | The smallest positive float |
equal [Bytes] | The equality function for byte sequences. |
err_formatter [Format] | A formatter to use with formatting functions below for output to standard error. |
error_message [Unix] | Return a string describing the given error code. |
escaped [String] | Return a copy of the argument, with special characters represented by escape sequences, following the lexical conventions of Objective Caml. |
escaped [Char] | Return a string representing the given character, with special characters escaped following the lexical conventions of Objective Caml. |
escaped [Bytes] | Return a copy of the argument, with special characters represented by escape sequences, following the lexical conventions of OCaml. |
establish_server [Unix] | Establish a server on the given address. |
exec [Rml_async] |
|
executable_name [Sys] | The name of the file containing the executable currently running. |
execv [Unix] |
|
execve [Unix] | Same as |
execvp [Unix] | Same as |
execvpe [Unix] | Same as |
exists [List] |
|
exists2 [List] | Same as |
exit [Stdlib] | Terminate the process, returning the given status code to the operating system: usually 0 to indicate no errors, and a small positive integer to indicate failure. |
exp [Stdlib] | Exponential. |
exp [Complex] | Exponentiation. |
extend [Bytes] |
|
extensible [Rml_process_manager] |
|
F | |
failwith [Stdlib] | Raise exception |
fast_sort [List] | Same as |
fast_sort [Array] | Same as |
fchmod [Unix] | Change the permissions of an opened file. |
fchown [Unix] | Change the owner uid and owner gid of an opened file. |
field [Obj] | |
file [Digest] | Return the digest of the file whose name is given. |
file_exists [Sys] | Test if a file with the given name exists. |
fill [Weak] |
|
fill [String] |
|
fill [Bytes] |
|
fill [Array] |
|
fill_arc [Graphics] | Fill an elliptical pie slice with the current color. |
fill_circle [Graphics] | Fill a circle with the current color. |
fill_ellipse [Graphics] | Fill an ellipse with the current color. |
fill_poly [Graphics] | Fill the given polygon with the current color. |
fill_rect [Graphics] |
|
filter [List] |
|
final_tag [Obj] | |
finalise [Gc] |
|
finalise_release [Gc] | A finalisation function may call |
find [List] |
|
find [Hashtbl] |
|
find_all [List] |
|
find_all [Hashtbl] |
|
first_chars [Str] |
|
flatten [List] | Same as |
float [Stdlib] | Same as |
float [Random] |
|
float_of_bits [Int64] | Return the floating-point number whose internal representation,
according to the IEEE 754 floating-point ``double format'' bit layout,
is the given |
float_of_bits [Int32] | Return the floating-point number whose internal representation,
according to the IEEE 754 floating-point ``single format'' bit layout,
is the given |
float_of_int [Stdlib] | Convert an integer to floating-point. |
float_of_string [Stdlib] | Convert the given string to a float. |
floor [Stdlib] | Round the given float to an integer value. |
flush [Stdlib] | Flush the buffer associated with the given output channel, performing all pending writes on that channel. |
flush_all [Stdlib] | Flush all open output channels; ignore errors. |
flush_input [Lexing] | Discard the contents of the buffer and reset the current position to 0. |
flush_str_formatter [Format] | Returns the material printed with |
fold [Queue] |
|
fold [Hashtbl] |
|
fold_left [Rml_list] |
|
fold_left [List] |
|
fold_left [Array] |
|
fold_left2 [Rml_list] |
|
fold_left2 [List] |
|
fold_right [Rml_list] |
|
fold_right [List] |
|
fold_right [Array] |
|
fold_right2 [Rml_list] |
|
fold_right2 [List] |
|
for_all [List] |
|
for_all2 [List] | Same as |
force [Lazy] |
|
force_newline [Format] | Forces a newline in the current box. |
force_val [Lazy] |
|
foreground [Graphics] | Default background and foreground colors (usually, either black foreground on a white background or white foreground on a black background). |
fork [Unix] | Fork a new process. |
format_of_string [Stdlib] |
|
formatter_of_buffer [Format] |
|
formatter_of_out_channel [Format] |
|
forward_tag [Obj] | |
fprintf [Printf] |
|
fprintf [Format] |
|
frexp [Stdlib] |
|
from [Stream] |
|
from_channel [Marshal] |
|
from_channel [Lexing] | Create a lexer buffer on the given input channel. |
from_function [Lexing] | Create a lexer buffer with the given function as its reading method. |
from_string [Marshal] |
|
from_string [Lexing] | Create a lexer buffer which reads from the given string. |
fst [Stdlib] | Return the first component of a pair. |
fstat [Unix] | Return the information for the file associated with the given descriptor. |
ftruncate [Unix] | Truncates the file corresponding to the given descriptor to the given size. |
full_init [Random] | Same as |
full_major [Gc] | Do a minor collection, finish the current major collection cycle, and perform a complete new cycle. |
full_split [Str] | Same as |
G | |
get [Weak] |
|
get [String] |
|
get [Bytes] |
|
get [Array] |
|
get_all_formatter_output_functions [Format] | Return the current output functions of the pretty-printer, including line breaking and indentation functions. |
get_copy [Weak] |
|
get_ellipsis_text [Format] | Return the text of the ellipsis. |
get_formatter_output_functions [Format] | Return the current output functions of the pretty-printer. |
get_formatter_tag_functions [Format] | Return the current tag functions of the pretty-printer. |
get_image [Graphics] | Capture the contents of a rectangle on the screen as an image. |
get_margin [Format] | Returns the position of the right margin. |
get_mark_tags [Format] | Return the current status of tags printing and tags marking. |
get_max_boxes [Format] | Returns the maximum number of boxes allowed before ellipsis. |
get_max_indent [Format] | Return the value of the maximum indentation limit (in characters). |
get_print_tags [Format] | |
getaddrinfo [Unix] |
|
getcwd [Unix] | Return the name of the current working directory. |
getcwd [Sys] | Return the current working directory of the process. |
getegid [Unix] | Return the effective group id under which the process runs. |
getenv [Unix] | Return the value associated to a variable in the process environment, unless the process has special privileges. |
getenv [Sys] | Return the value associated to a variable in the process environment. |
geteuid [Unix] | Return the effective user id under which the process runs. |
getgid [Unix] | Return the group id of the user executing the process. |
getgrgid [Unix] | Find an entry in |
getgrnam [Unix] | Find an entry in |
getgroups [Unix] | Return the list of groups to which the user executing the process belongs. |
gethostbyaddr [Unix] | Find an entry in |
gethostbyname [Unix] | Find an entry in |
gethostname [Unix] | Return the name of the local host. |
getitimer [Unix] | Return the current status of the given interval timer. |
getlogin [Unix] | Return the login name of the user executing the process. |
getnameinfo [Unix] |
|
getpeername [Unix] | Return the address of the host connected to the given socket. |
getpid [Unix] | Return the pid of the process. |
getppid [Unix] | Return the pid of the parent process. |
getprotobyname [Unix] | Find an entry in |
getprotobynumber [Unix] | Find an entry in |
getpwnam [Unix] | Find an entry in |
getpwuid [Unix] | Find an entry in |
getservbyname [Unix] | Find an entry in |
getservbyport [Unix] | Find an entry in |
getsockname [Unix] | Return the address of the given socket. |
getsockopt [Unix] | Return the current status of a boolean-valued option in the given socket. |
getsockopt_error [Unix] | Return the error condition associated with the given socket, and clear it. |
getsockopt_float [Unix] | Same as |
getsockopt_int [Unix] | Same as |
getsockopt_optint [Unix] | Same as |
gettimeofday [Unix] | Same as |
getuid [Unix] | Return the user id of the user executing the process. |
global_replace [Str] |
|
global_substitute [Str] |
|
gmtime [Unix] | Convert a time in seconds, as returned by |
green [Graphics] | |
group_beginning [Str] |
|
group_end [Str] |
|
H | |
handle_unix_error [Unix] |
|
has_symlink [Unix] | Returns |
hash [Hashtbl] | |
hd [List] | Return the first element of the given list. |
header_size [Marshal] | The bytes representing a marshaled value are composed of a fixed-size header and a variable-sized data part, whose size can be determined from the header. |
I | |
i [Complex] | The complex number |
ignore [Stdlib] | Discard the value of its argument and return |
in_channel_length [Stdlib] | Return the total length (number of characters) of the given channel. |
in_channel_of_descr [Unix] | Create an input channel reading from the given descriptor. |
incr [Stdlib] | Increment the integer contained in the given reference. |
index [String] |
|
index [Bytes] |
|
index_from [String] | Same as |
index_from [Bytes] |
|
index_from_opt [Bytes] |
|
index_opt [Bytes] |
|
inet6_addr_any [Unix] | A special IPv6 address, for use only with |
inet6_addr_loopback [Unix] | A special IPv6 address representing the host machine ( |
inet_addr_any [Unix] | A special IPv4 address, for use only with |
inet_addr_loopback [Unix] | A special IPv4 address representing the host machine ( |
inet_addr_of_string [Unix] | Conversion from the printable representation of an Internet address to its internal representation. |
infinity [Stdlib] | Positive infinity. |
infix_tag [Obj] | |
init [Random] | Initialize the generator, using the argument as a seed. |
init [Bytes] |
|
init [Array] |
|
initgroups [Unix] |
|
input [Stdlib] |
|
input [Digest] | Read a digest from the given input channel. |
input_binary_int [Stdlib] | Read an integer encoded in binary format from the given input channel. |
input_byte [Stdlib] | Same as |
input_char [Stdlib] | Read one character from the given input channel. |
input_line [Stdlib] | Read characters from the given input channel, until a newline character is encountered. |
input_value [Stdlib] | Read the representation of a structured value, as produced
by |
int [Random] |
|
int_of_char [Stdlib] | Return the ASCII code of the argument. |
int_of_float [Stdlib] | Truncate the given floating-point number to an integer. |
int_of_string [Stdlib] | Convert the given string to an integer. |
interactive [Sys] | This reference is initially set to |
inv [Complex] | Multiplicative inverse ( |
invalid_arg [Stdlib] | Raise exception |
is_block [Obj] | |
is_empty [Stack] | Return |
is_empty [Queue] | Return |
is_implicit [Filename] | Return |
is_int [Obj] | |
is_relative [Filename] | Return |
isatty [Unix] | Return |
iter [String] |
|
iter [Stream] |
|
iter [Stack] |
|
iter [Rml_list] |
|
iter [Queue] |
|
iter [List] |
|
iter [Hashtbl] |
|
iter [Bytes] |
|
iter [Array] |
|
iter2 [Rml_list] |
|
iter2 [List] |
|
iteri [Bytes] | Same as |
iteri [Array] | Same as |
J | |
junk [Stream] | Remove the first element of the stream, possibly unfreezing it before. |
K | |
key_pressed [Graphics] | Return |
kfprintf [Format] | Same as |
kill [Unix] |
|
kill [Rml_process_manager] | Signal gathering the killing orders. |
killable [Rml_process_manager] |
|
kprintf [Printf] |
|
kprintf [Format] | A deprecated synonym for ksprintf. |
ksprintf [Format] | Same as |
L | |
last_chars [Str] |
|
lazy_from_fun [Lazy] |
|
lazy_from_val [Lazy] |
|
lazy_is_val [Lazy] |
|
lazy_tag [Obj] | |
ldexp [Stdlib] |
|
length [Weak] |
|
length [String] | Return the length (number of characters) of the given string. |
length [Stack] | Return the number of elements in a stack. |
length [Queue] | Return the number of elements in a queue. |
length [List] | Return the length (number of elements) of the given list. |
length [Bytes] | Return the length (number of bytes) of the argument. |
length [Buffer] | Return the number of characters currently contained in the buffer. |
length [Array] | Return the length (number of elements) of the given array. |
lexeme [Lexing] |
|
lexeme_char [Lexing] |
|
lexeme_end [Lexing] |
|
lexeme_end_p [Lexing] | Like |
lexeme_start [Lexing] |
|
lexeme_start_p [Lexing] | Like |
lineto [Graphics] | Draw a line with endpoints the current point and the given point, and move the current point to the given point. |
link [Unix] |
|
list [Sort] | Sort a list in increasing order according to an ordering predicate. |
listen [Unix] | Set up a socket for receiving connection requests. |
lnot [Stdlib] | Bitwise logical negation. |
localtime [Unix] | Convert a time in seconds, as returned by |
lockf [Unix] |
|
log [Stdlib] | Natural logarithm. |
log [Complex] | Natural logarithm (in base |
log10 [Stdlib] | Base 10 logarithm. |
logand [Nativeint] | Bitwise logical and. |
logand [Int64] | Bitwise logical and. |
logand [Int32] | Bitwise logical and. |
lognot [Nativeint] | Bitwise logical negation |
lognot [Int64] | Bitwise logical negation |
lognot [Int32] | Bitwise logical negation |
logor [Nativeint] | Bitwise logical or. |
logor [Int64] | Bitwise logical or. |
logor [Int32] | Bitwise logical or. |
logxor [Nativeint] | Bitwise logical exclusive or. |
logxor [Int64] | Bitwise logical exclusive or. |
logxor [Int32] | Bitwise logical exclusive or. |
lowercase [String] | Return a copy of the argument, with all uppercase letters translated to lowercase, including accented letters of the ISO Latin-1 (8859-1) character set. |
lowercase [Char] | Convert the given character to its equivalent lowercase character. |
lowercase [Bytes] | |
lowercase_ascii [Bytes] | Return a copy of the argument, with all uppercase letters translated to lowercase, using the US-ASCII character set. |
lseek [Unix] | Set the current position for a file descriptor, and return the resulting offset (from the beginning of the file). |
lstat [Unix] | Same as |
M | |
magenta [Graphics] | |
magic [Obj] | |
major [Gc] | Do a minor collection and finish the current major collection cycle. |
major_slice [Gc] | Do a minor collection and a slice of major collection. |
make [String] |
|
make [Luc4ocaml_nolbl] | |
make [Luc4ocaml] | Builds the initial state of the Lucky machine |
make [Bytes] |
|
make [Array] |
|
make_formatter [Format] |
|
make_image [Graphics] | Convert the given color matrix to an image. |
make_lexer [Genlex] | Construct the lexer function. |
make_matrix [Array] |
|
map [Rml_list] |
|
map [List] |
|
map [Bytes] |
|
map [Array] |
|
map2 [Rml_list] |
|
map2 [List] |
|
map_file [Unix] | Memory mapping of a file as a big array. |
mapi [Bytes] |
|
mapi [Array] | Same as |
marshal [Obj] | |
match_beginning [Str] |
|
match_end [Str] |
|
matched_group [Str] |
|
matched_string [Str] |
|
max [Stdlib] | Return the greater of the two arguments. |
max_array_length [Sys] | Maximum length of an array. |
max_float [Stdlib] | The largest positive finite value of type |
max_int [Stdlib] | The greatest representable integer. |
max_int [Nativeint] | The greatest representable native integer, either 231 - 1 on a 32-bit platform, or 263 - 1 on a 64-bit platform. |
max_int [Int64] | The greatest representable 64-bit integer, 263 - 1. |
max_int [Int32] | The greatest representable 32-bit integer, 231 - 1. |
max_string_length [Sys] | Maximum length of a string. |
mem [List] |
|
mem [Hashtbl] |
|
mem_assoc [List] | Same as |
mem_assq [List] | Same as |
memq [List] | Same as |
merge [Sort] | Merge two lists according to the given predicate. |
merge [List] | Merge two lists:
Assuming that |
min [Stdlib] | Return the smaller of the two arguments. |
min_float [Stdlib] | The smallest positive, non-zero, non-denormalized value of type |
min_int [Stdlib] | The smallest representable integer. |
min_int [Nativeint] | The greatest representable native integer, either -231 on a 32-bit platform, or -263 on a 64-bit platform. |
min_int [Int64] | The smallest representable 64-bit integer, -263. |
min_int [Int32] | The smallest representable 32-bit integer, -231. |
minor [Gc] | Trigger a minor collection. |
minus_one [Nativeint] | The native integer -1. |
minus_one [Int64] | The 64-bit integer -1. |
minus_one [Int32] | The 32-bit integer -1. |
mkdir [Unix] | Create a directory with the given permissions (see |
mkfifo [Unix] | Create a named pipe with the given permissions (see |
mktime [Unix] | Convert a date and time, specified by the |
mod_float [Stdlib] |
|
modf [Stdlib] |
|
mouse_pos [Graphics] | Return the position of the mouse cursor, relative to the graphics window. |
moveto [Graphics] | Position the current point. |
mul [Nativeint] | Multiplication. |
mul [Int64] | Multiplication. |
mul [Int32] | Multiplication. |
mul [Complex] | Multiplication |
N | |
nan [Stdlib] | A special floating-point value denoting the result of an
undefined operation such as |
neg [Nativeint] | Unary negation. |
neg [Int64] | Unary negation. |
neg [Int32] | Unary negation. |
neg [Complex] | Unary negation. |
neg_infinity [Stdlib] | Negative infinity. |
new_block [Obj] | |
new_line [Lexing] | Update the |
next [Stream] | Return the first element of the stream and remove it from the stream. |
nice [Unix] | Change the process priority. |
no_scan_tag [Obj] | |
norm [Complex] | Norm: given |
norm2 [Complex] | Norm squared: given |
not [Stdlib] | The boolean negation. |
npeek [Stream] |
|
nth [List] | Return the n-th element of the given list. |
nth [Buffer] | get the n-th character of the buffer. |
O | |
obj [Obj] | |
object_tag [Obj] | |
ocaml_version [Sys] |
|
of_channel [Stream] | Return the stream of the characters read from the input channel. |
of_float [Nativeint] | Convert the given floating-point number to a native integer, discarding the fractional part (truncate towards 0). |
of_float [Int64] | Convert the given floating-point number to a 64-bit integer, discarding the fractional part (truncate towards 0). |
of_float [Int32] | Convert the given floating-point number to a 32-bit integer, discarding the fractional part (truncate towards 0). |
of_int [Nativeint] | Convert the given integer (type |
of_int [Int64] | Convert the given integer (type |
of_int [Int32] | Convert the given integer (type |
of_int32 [Nativeint] | Convert the given 32-bit integer (type |
of_int32 [Int64] | Convert the given 32-bit integer (type |
of_list [Stream] | Return the stream holding the elements of the list in the same order. |
of_list [Array] |
|
of_nativeint [Int64] | Convert the given native integer (type |
of_string [Stream] | Return the stream of the characters of the string parameter. |
of_string [Nativeint] | Convert the given string to a native integer. |
of_string [Int64] | Convert the given string to a 64-bit integer. |
of_string [Int32] | Convert the given string to a 32-bit integer. |
of_string [Bytes] | Return a new byte sequence that contains the same bytes as the given string. |
open_box [Format] |
|
open_connection [Unix] | Connect to a server at the given address. |
open_graph [Graphics] | Show the graphics window or switch the screen to graphic mode. |
open_hbox [Format] |
|
open_hovbox [Format] |
|
open_hvbox [Format] |
|
open_in [Stdlib] | Open the named file for reading, and return a new input channel on that file, positionned at the beginning of the file. |
open_in_bin [Stdlib] | Same as |
open_in_gen [Stdlib] | Open the named file for reading, as above. |
open_out [Stdlib] | Open the named file for writing, and return a new output channel on that file, positionned at the beginning of the file. |
open_out_bin [Stdlib] | Same as |
open_out_gen [Stdlib] | Open the named file for writing, as above. |
open_process [Unix] | Same as |
open_process_full [Unix] | Similar to |
open_process_in [Unix] | High-level pipe and process management. |
open_process_out [Unix] | Same as |
open_tag [Format] |
|
open_tbox [Format] | Opens a tabulation box. |
open_temp_file [Filename] | Same as |
open_vbox [Format] |
|
opendir [Unix] | Open a descriptor on a directory |
openfile [Unix] | Open the named file with the given flags. |
os_type [Sys] | Operating system currently executing the Caml program. |
out_channel_length [Stdlib] | Return the total length (number of characters) of the given channel. |
out_channel_of_descr [Unix] | Create an output channel writing on the given descriptor. |
output [Stdlib] |
|
output [Digest] | Write a digest on the given output channel. |
output_binary_int [Stdlib] | Write one integer in binary format on the given output channel. |
output_buffer [Buffer] |
|
output_byte [Stdlib] | Write one 8-bit integer (as the single character with that code) on the given output channel. |
output_char [Stdlib] | Write the character on the given output channel. |
output_string [Stdlib] | Write the string on the given output channel. |
output_value [Stdlib] | Write the representation of a structured value of any type to a channel. |
over_max_boxes [Format] | Tests if the maximum number of boxes allowed have already been opened. |
P | |
par_iter [Rml_list] |
|
par_iter2 [Rml_list] |
|
par_map [Rml_list] |
|
par_map2 [Rml_list] |
|
parent_dir_name [Filename] | The conventional name for the parent of the current directory (e.g. |
parse [Arg] |
|
parse_argv [Arg] |
|
parse_argv_dynamic [Arg] | Same as |
parse_dynamic [Arg] | Same as |
partition [List] |
|
peek [Stream] | Return |
peek [Queue] |
|
pipe [Unix] | Create a pipe. |
plot [Graphics] | Plot the given point with the current drawing color. |
plots [Graphics] | Plot the given points with the current drawing color. |
point_color [Graphics] | Return the color of the given point in the backing store (see "Double buffering" below). |
polar [Complex] |
|
pop [Stack] |
|
pop [Queue] |
|
pos_in [Stdlib] | Return the current reading position for the given channel. |
pos_out [Stdlib] | Return the current writing position for the given channel. |
pow [Complex] | Power function. |
pp_close_box [Format] | |
pp_close_tag [Format] | |
pp_close_tbox [Format] | |
pp_force_newline [Format] | |
pp_get_all_formatter_output_functions [Format] | |
pp_get_ellipsis_text [Format] | |
pp_get_formatter_output_functions [Format] | |
pp_get_formatter_tag_functions [Format] | These functions are the basic ones: usual functions operating on the standard formatter are defined via partial evaluation of these primitives. |
pp_get_margin [Format] | |
pp_get_mark_tags [Format] | |
pp_get_max_boxes [Format] | |
pp_get_max_indent [Format] | |
pp_get_print_tags [Format] | |
pp_open_box [Format] | |
pp_open_hbox [Format] | |
pp_open_hovbox [Format] | |
pp_open_hvbox [Format] | |
pp_open_tag [Format] | |
pp_open_tbox [Format] | |
pp_open_vbox [Format] | |
pp_over_max_boxes [Format] | |
pp_print_as [Format] | |
pp_print_bool [Format] | |
pp_print_break [Format] | |
pp_print_char [Format] | |
pp_print_cut [Format] | |
pp_print_float [Format] | |
pp_print_flush [Format] | |
pp_print_if_newline [Format] | |
pp_print_int [Format] | |
pp_print_newline [Format] | |
pp_print_space [Format] | |
pp_print_string [Format] | |
pp_print_tab [Format] | |
pp_print_tbreak [Format] | |
pp_set_all_formatter_output_functions [Format] | |
pp_set_ellipsis_text [Format] | |
pp_set_formatter_out_channel [Format] | |
pp_set_formatter_output_functions [Format] | |
pp_set_formatter_tag_functions [Format] | |
pp_set_margin [Format] | |
pp_set_mark_tags [Format] | |
pp_set_max_boxes [Format] | |
pp_set_max_indent [Format] | |
pp_set_print_tags [Format] | |
pp_set_tab [Format] | |
pp_set_tags [Format] | |
pred [Stdlib] |
|
pred [Nativeint] | Predecessor. |
pred [Int64] | Predecessor. |
pred [Int32] | Predecessor. |
prerr_char [Stdlib] | Print a character on standard error. |
prerr_endline [Stdlib] | Print a string, followed by a newline character on standard error and flush standard error. |
prerr_float [Stdlib] | Print a floating-point number, in decimal, on standard error. |
prerr_int [Stdlib] | Print an integer, in decimal, on standard error. |
prerr_newline [Stdlib] | Print a newline character on standard error, and flush standard error. |
prerr_string [Stdlib] | Print a string on standard error. |
print [Printexc] |
|
print_as [Format] |
|
print_bool [Format] | Prints a boolean in the current box. |
print_break [Format] | Inserts a break hint in a pretty-printing box. |
print_char [Stdlib] | Print a character on standard output. |
print_char [Format] | Prints a character in the current box. |
print_cut [Format] |
|
print_endline [Stdlib] | Print a string, followed by a newline character, on standard output and flush standard output. |
print_float [Stdlib] | Print a floating-point number, in decimal, on standard output. |
print_float [Format] | Prints a floating point number in the current box. |
print_flush [Format] | Flushes the pretty printer: all opened boxes are closed, and all pending text is displayed. |
print_if_newline [Format] | Executes the next formatting command if the preceding line has just been split. |
print_int [Stdlib] | Print an integer, in decimal, on standard output. |
print_int [Format] | Prints an integer in the current box. |
print_newline [Stdlib] | Print a newline character on standard output, and flush standard output. |
print_newline [Format] | Equivalent to |
print_space [Format] |
|
print_stat [Gc] | Print the current values of the memory management counters (in human-readable form) into the channel argument. |
print_string [Stdlib] | Print a string on standard output. |
print_string [Format] |
|
print_tab [Format] |
|
print_tbreak [Format] | Break hint in a tabulation box. |
printf [Printf] | Same as |
printf [Format] | Same as |
proc_of_fun [Rml_async] |
|
ps [Rml_process_manager] | Display the list of running processes with their behaviors: |
push [Stack] |
|
push [Queue] |
|
putenv [Unix] |
|
Q | |
quick_stat [Gc] | Same as |
quote [Str] |
|
quote [Filename] | Return a quoted version of a file name, suitable for use as one argument in a shell command line, escaping all shell meta-characters. |
R | |
raise [Stdlib] | Raise the given exception value |
rcontains_from [String] |
|
rcontains_from [Bytes] |
|
read [Unix] |
|
read_float [Stdlib] | Flush standard output, then read one line from standard input and convert it to a floating-point number. |
read_int [Stdlib] | Flush standard output, then read one line from standard input and convert it to an integer. |
read_key [Graphics] | Wait for a key to be pressed, and return the corresponding character. |
read_line [Stdlib] | Flush standard output, then read characters from standard input until a newline character is encountered. |
readdir [Unix] | Return the next entry in a directory. |
readdir [Sys] | Return the names of all files present in the given directory. |
readlink [Unix] | Read the contents of a symbolic link. |
really_input [Stdlib] |
|
recv [Unix] | Receive data from a connected socket. |
recvfrom [Unix] | Receive data from an unconnected socket. |
red [Graphics] | |
ref [Stdlib] | Return a fresh reference containing the given value. |
regexp [Str] | Compile a regular expression. |
regexp_case_fold [Str] | Same as |
regexp_string [Str] |
|
regexp_string_case_fold [Str] |
|
register [Callback] |
|
register_exception [Callback] |
|
rem [Nativeint] | Integer remainder. |
rem [Int64] | Integer remainder. |
rem [Int32] | Integer remainder. |
remember_mode [Graphics] | Set remember mode on or off. |
remove [Sys] | Remove the given file name from the file system. |
remove [Hashtbl] |
|
remove_assoc [List] |
|
remove_assq [List] | Same as |
rename [Unix] |
|
rename [Sys] | Rename a file. |
replace [Hashtbl] |
|
replace_first [Str] | Same as |
replace_matched [Str] |
|
repr [Obj] | |
reset [Rml_process_manager] | Signal gathering the reseting orders. |
reset [Buffer] | Empty the buffer and deallocate the internal string holding the
buffer contents, replacing it with the initial internal string
of length |
resetable [Rml_process_manager] |
|
resize_window [Graphics] | Resize and erase the graphics window. |
rev [List] | List reversal. |
rev_append [List] |
|
rev_map [Rml_list] |
|
rev_map [List] | |
rev_map2 [Rml_list] |
|
rev_map2 [List] | |
rewinddir [Unix] | Reposition the descriptor to the beginning of the directory |
rgb [Graphics] |
|
rhs_end [Parsing] | See |
rhs_end_pos [Parsing] | Same as |
rhs_start [Parsing] | Same as |
rhs_start_pos [Parsing] | Same as |
rif_read [Luc4ocaml] | Reads from an in_channel Lucky inputs in RIF |
rindex [String] |
|
rindex [Bytes] |
|
rindex_from [String] | Same as |
rindex_from [Bytes] |
|
rindex_from_opt [Bytes] |
|
rindex_opt [Bytes] |
|
rlineto [Graphics] | Draw a line with endpoints the current point and the current point translated of the given vector, and move the current point to this point. |
rmdir [Unix] | Remove an empty directory. |
rmoveto [Graphics] |
|
S | |
safe_emit [Rml_async] |
|
search_backward [Str] |
|
search_forward [Str] |
|
seek_in [Stdlib] |
|
seek_out [Stdlib] |
|
select [Unix] | Wait until some input/output operations become possible on some channels. |
self_init [Random] | Initialize the generator with a more-or-less random seed chosen in a system-dependent way. |
send [Unix] | Send data over a connected socket. |
send_substring [Unix] | Same as |
sendto [Unix] | Send data over an unconnected socket. |
sendto_substring [Unix] | Same as |
set [Weak] |
|
set [String] |
|
set [Bytes] |
|
set [Array] |
|
set_all_formatter_output_functions [Format] |
|
set_binary_mode_in [Stdlib] |
|
set_binary_mode_out [Stdlib] |
|
set_close_on_exec [Unix] | Set the ``close-on-exec'' flag on the given descriptor. |
set_color [Graphics] | Set the current drawing color. |
set_ellipsis_text [Format] | Set the text of the ellipsis printed when too many boxes
are opened (a single dot, |
set_field [Obj] | |
set_font [Graphics] | Set the font used for drawing text. |
set_formatter_out_channel [Format] | Redirect the pretty-printer output to the given channel. |
set_formatter_output_functions [Format] |
|
set_formatter_tag_functions [Format] | |
set_line_width [Graphics] | Set the width of points and lines drawn with the functions above. |
set_margin [Format] |
|
set_mark_tags [Format] |
|
set_max_boxes [Format] |
|
set_max_indent [Format] |
|
set_nonblock [Unix] | Set the ``non-blocking'' flag on the given descriptor. |
set_print_tags [Format] | |
set_signal [Sys] | Same as |
set_tab [Format] | Sets a tabulation mark at the current insertion point. |
set_tag [Obj] | |
set_tags [Format] |
|
set_text_size [Graphics] | Set the character size used for drawing text. |
set_window_title [Graphics] | Set the title of the graphics window. |
setgid [Unix] | Set the real group id and effective group id for the process. |
setgroups [Unix] |
|
setitimer [Unix] |
|
setsid [Unix] | Put the calling process in a new session and detach it from its controlling terminal. |
setsockopt [Unix] | Set or clear a boolean-valued option in the given socket. |
setsockopt_float [Unix] | Same as |
setsockopt_int [Unix] | Same as |
setsockopt_optint [Unix] | Same as |
setuid [Unix] | Set the real user id and effective user id for the process. |
shift_left [Nativeint] |
|
shift_left [Int64] |
|
shift_left [Int32] |
|
shift_right [Nativeint] |
|
shift_right [Int64] |
|
shift_right [Int32] |
|
shift_right_logical [Nativeint] |
|
shift_right_logical [Int64] |
|
shift_right_logical [Int32] |
|
shutdown [Unix] | Shutdown a socket connection. |
shutdown_connection [Unix] | ``Shut down'' a connection established with |
sigabrt [Sys] | Abnormal termination |
sigalrm [Sys] | Timeout |
sigchld [Sys] | Child process terminated |
sigcont [Sys] | Continue |
sigfpe [Sys] | Arithmetic exception |
sighup [Sys] | Hangup on controlling terminal |
sigill [Sys] | Invalid hardware instruction |
sigint [Sys] | Interactive interrupt (ctrl-C) |
sigkill [Sys] | Termination (cannot be ignored) |
sigpending [Unix] | Return the set of blocked signals that are currently pending. |
sigpipe [Sys] | Broken pipe |
sigprocmask [Unix] |
|
sigprof [Sys] | Profiling interrupt |
sigquit [Sys] | Interactive termination |
sigsegv [Sys] | Invalid memory reference |
sigstop [Sys] | Stop |
sigsuspend [Unix] |
|
sigterm [Sys] | Termination |
sigtstp [Sys] | Interactive stop |
sigttin [Sys] | Terminal read from background process |
sigttou [Sys] | Terminal write from background process |
sigusr1 [Sys] | Application-defined signal 1 |
sigusr2 [Sys] | Application-defined signal 2 |
sigvtalrm [Sys] | Timeout in virtual time |
sin [Stdlib] | See |
single_write [Unix] | Same as |
single_write_substring [Unix] | Same as |
sinh [Stdlib] | See |
size [Obj] | |
size [Nativeint] | The size in bits of a native integer. |
size_x [Graphics] | See |
size_y [Graphics] | Return the size of the graphics window. |
sleep [Unix] | Stop execution for the given number of seconds. |
sleepf [Unix] | Stop execution for the given number of seconds. |
snd [Stdlib] | Return the second component of a pair. |
socket [Unix] | Create a new socket in the given domain, and with the given kind. |
socketpair [Unix] | Create a pair of unnamed sockets, connected together. |
sort [List] | Sort a list in increasing order according to a comparison function. |
sort [Array] | Sort an array in increasing order according to a comparison function. |
sound [Graphics] |
|
split [Str] |
|
split [List] | Transform a list of pairs into a pair of lists:
|
split_delim [Str] | Same as |
sprintf [Printf] | Same as |
sprintf [Format] | Same as |
sqrt [Stdlib] | Square root |
sqrt [Complex] | Square root. |
sr [Rml_process_manager] | Signal gathering the suspension and resumption orders. |
stable_sort [List] | Same as |
stable_sort [Array] | Same as |
stat [Unix] | Return the information for the named file. |
stat [Gc] | Return the current values of the memory management counters in a
|
std_formatter [Format] | The standard formatter used by the formatting functions above. |
stdbuf [Format] | The string buffer in which |
stderr [Unix] | File descriptor for standard error. |
stderr [Stdlib] | The standard error ouput for the process. |
stdin [Unix] | File descriptor for standard input. |
stdin [Stdlib] | The standard input for the process. |
stdout [Unix] | File descriptor for standard output. |
stdout [Stdlib] | The standard output for the process. |
step [Luc4ocaml_nolbl] | |
step [Luc4ocaml] | the default step mode is StepInside |
step_se [Luc4ocaml_nolbl] | |
step_se [Luc4ocaml] | side-effect version of step |
str_formatter [Format] | A formatter to use with formatting functions below for
output to the |
string [Digest] | Return the digest of the given string. |
string_after [Str] |
|
string_before [Str] |
|
string_match [Str] |
|
string_of_bool [Stdlib] | Return the string representation of a boolean. |
string_of_float [Stdlib] | Return the string representation of a floating-point number. |
string_of_format [Stdlib] | Converts a format string into a string. |
string_of_inet_addr [Unix] | Return the printable representation of the given Internet address. |
string_of_int [Stdlib] | Return the string representation of an integer, in decimal. |
string_of_value [Luc4ocaml] | Pretty-print |
string_partial_match [Str] | Similar to |
string_tag [Obj] | |
sub [String] |
|
sub [Nativeint] | Subtraction. |
sub [Int64] | Subtraction. |
sub [Int32] | Subtraction. |
sub [Complex] | Subtraction |
sub [Bytes] |
|
sub [Buffer] |
|
sub [Array] |
|
sub_string [Bytes] | Same as |
substitute_first [Str] | Same as |
substring [Digest] |
|
succ [Stdlib] |
|
succ [Nativeint] | Successor. |
succ [Int64] | Successor. |
succ [Int32] | Successor. |
suspendable [Rml_process_manager] |
|
symbol_end [Parsing] | See |
symbol_end_pos [Parsing] | Same as |
symbol_start [Parsing] |
|
symbol_start_pos [Parsing] | Same as |
symlink [Unix] |
|
synchronize [Graphics] | Synchronize the backing store and the on-screen window, by copying the contents of the backing store onto the graphics window. |
system [Unix] | Execute the given command, wait until it terminates, and return its termination status. |
T | |
tag [Obj] | |
take [Queue] |
|
tan [Stdlib] | See |
tanh [Stdlib] | The usual hyperbolic trigonometric functions. |
tcdrain [Unix] | Waits until all output written on the given file descriptor has been transmitted. |
tcflow [Unix] | Suspend or restart reception or transmission of data on
the given file descriptor, depending on the second argument:
|
tcflush [Unix] | Discard data written on the given file descriptor but not yet
transmitted, or data received but not yet read, depending on the
second argument: |
tcgetattr [Unix] | Return the status of the terminal referred to by the given file descriptor. |
tcsendbreak [Unix] | Send a break condition on the given file descriptor. |
tcsetattr [Unix] | Set the status of the terminal referred to by the given file descriptor. |
temp_file [Filename] |
|
text_size [Graphics] | Return the dimensions of the given text, if it were drawn with the current font and size. |
time [Unix] | Return the current time since 00:00:00 GMT, Jan. |
time [Sys] | Return the processor time, in seconds, used by the program since the beginning of execution. |
times [Unix] | Return the execution times of the process. |
tl [List] | Return the given list without its first element. |
to_buffer [Marshal] |
|
to_channel [Marshal] |
|
to_float [Nativeint] | Convert the given native integer to a floating-point number. |
to_float [Int64] | Convert the given 64-bit integer to a floating-point number. |
to_float [Int32] | Convert the given 32-bit integer to a floating-point number. |
to_hex [Digest] | Return the printable hexadecimal representation of the given digest. |
to_int [Nativeint] | Convert the given native integer (type |
to_int [Int64] | Convert the given 64-bit integer (type |
to_int [Int32] | Convert the given 32-bit integer (type |
to_int32 [Nativeint] | Convert the given native integer to a
32-bit integer (type |
to_int32 [Int64] | Convert the given 64-bit integer (type |
to_list [Array] |
|
to_nativeint [Int64] | Convert the given 64-bit integer (type |
to_string [Printexc] |
|
to_string [Nativeint] | Return the string representation of its argument, in decimal. |
to_string [Marshal] |
|
to_string [Int64] | Return the string representation of its argument, in decimal. |
to_string [Int32] | Return the string representation of its argument, in signed decimal. |
to_string [Bytes] | Return a new string that contains the same bytes as the given byte sequence. |
top [Stack] |
|
top [Queue] |
|
total_size [Marshal] | See |
transfer [Queue] |
|
transp [Graphics] | In matrices of colors, this color represent a ``transparent'' point: when drawing the corresponding image, all pixels on the screen corresponding to a transparent pixel in the image will not be modified, while other points will be set to the color of the corresponding point in the image. |
trim [Bytes] | Return a copy of the argument, without leading and trailing whitespace. |
truncate [Unix] | Truncates the named file to the given size. |
truncate [Stdlib] | Same as |
truncate [Obj] | |
U | |
umask [Unix] | Set the process's file mode creation mask, and return the previous mask. |
uncapitalize [String] | Return a copy of the argument, with the first letter set to lowercase. |
uncapitalize [Bytes] | |
uncapitalize_ascii [Bytes] | Return a copy of the argument, with the first character set to lowercase, using the US-ASCII character set. |
unlink [Unix] | Removes the named file. |
unmarshal [Obj] | |
unsafe_environment [Unix] | Return the process environment, as an array of strings with the format ``variable=value''. |
unsafe_getenv [Unix] | Return the value associated to a variable in the process environment. |
unsafe_of_string [Bytes] | Unsafely convert a shared string to a byte sequence that should not be mutated. |
unsafe_to_string [Bytes] | Unsafely convert a byte sequence into a string. |
uppercase [String] | Return a copy of the argument, with all lowercase letters translated to uppercase, including accented letters of the ISO Latin-1 (8859-1) character set. |
uppercase [Char] | Convert the given character to its equivalent uppercase character. |
uppercase [Bytes] | |
uppercase_ascii [Bytes] | Return a copy of the argument, with all lowercase letters translated to uppercase, using the US-ASCII character set. |
usage [Arg] |
|
usage_string [Arg] | Returns the message that would have been printed by |
utimes [Unix] | Set the last access time (second arg) and last modification time (third arg) for a file. |
W | |
wait [Unix] | Wait until one of the children processes die, and return its pid and termination status. |
wait_next_event [Graphics] | Wait until one of the events specified in the given event list occurs, and return the status of the mouse and keyboard at that time. |
waitpid [Unix] | Same as |
white [Graphics] | |
word_size [Sys] | Size of one word on the machine currently executing the Caml program, in bits: 32 or 64. |
write [Unix] |
|
write_substring [Unix] | Same as |
Y | |
yellow [Graphics] | |
yield [Rml_async] |
|
Z | |
zero [Nativeint] | The native integer 0. |
zero [Int64] | The 64-bit integer 0. |
zero [Int32] | The 32-bit integer 0. |
zero [Complex] | The complex number |