Created
February 27, 2020 17:12
-
-
Save cristianoc/3f9effc09b7d7bfe292e2edc2d368814 to your computer and use it in GitHub Desktop.
bsDCE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ Blacklist=test ../node_modules/.bin/gentype -dce-cmt . | |
Warning Dead Analysis Cycle | |
stdlib-406/lexing.mli | |
Results for stdlib-406/lexing.mli could be inaccurate because of circular references | |
Warning Dead Analysis Cycle | |
stdlib-406/pervasives.mli | |
Results for stdlib-406/pervasives.mli could be inaccurate because of circular references | |
Warning Dead Analysis Cycle | |
stdlib-406/string.mli | |
Results for stdlib-406/string.mli could be inaccurate because of circular references | |
Warning Dead Analysis Cycle | |
test/mt.mli | |
Results for test/mt.mli could be inaccurate because of circular references | |
Warning Dead Analysis Cycle | |
test/simple_lexer_test.ml | |
Results for test/simple_lexer_test.ml could be inaccurate because of circular references | |
Warning Dead Analysis Cycle | |
test/simple_lexer_test.mll | |
Results for test/simple_lexer_test.mll could be inaccurate because of circular references | |
Warning Dead Value | |
stdlib-406/string.mli 96:1 | |
copy is never used | |
<-- line 96 | |
val copy : string -> string [@@ocaml.deprecated] (* [@@dead "copy"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 110:1 | |
fill is never used | |
<-- line 110 | |
val fill : bytes -> int -> int -> char -> unit (* [@@dead "fill"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 135:1 | |
iteri is never used | |
<-- line 135 | |
val iteri : (int -> char -> unit) -> string -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 147:1 | |
mapi is never used | |
<-- line 147 | |
val mapi : (int -> char -> char) -> string -> string (* [@@dead "mapi"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 153:1 | |
trim is never used | |
<-- line 153 | |
val trim : string -> string (* [@@dead "trim"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 184:1 | |
index_opt is never used | |
<-- line 184 | |
val index_opt: string -> char -> int option (* [@@dead "index_opt"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 190:1 | |
rindex is never used | |
<-- line 190 | |
val rindex : string -> char -> int (* [@@dead "rindex"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 196:1 | |
rindex_opt is never used | |
<-- line 196 | |
val rindex_opt: string -> char -> int option (* [@@dead "rindex_opt"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 210:1 | |
index_from_opt is never used | |
<-- line 210 | |
val index_from_opt: string -> int -> char -> int option (* [@@dead "index_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 230:1 | |
rindex_from_opt is never used | |
<-- line 230 | |
val rindex_from_opt: string -> int -> char -> int option (* [@@dead "rindex_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 247:1 | |
contains_from is never used | |
<-- line 247 | |
val contains_from : string -> int -> char -> bool (* [@@dead "contains_from"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 255:1 | |
rcontains_from is never used | |
<-- line 255 | |
val rcontains_from : string -> int -> char -> bool (* [@@dead "rcontains_from"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 269:1 | |
lowercase is never used | |
<-- line 269 | |
val lowercase : string -> string (* [@@dead "lowercase"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 282:1 | |
uncapitalize is never used | |
<-- line 282 | |
val uncapitalize : string -> string (* [@@dead "uncapitalize"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 298:1 | |
capitalize_ascii is never used | |
<-- line 298 | |
val capitalize_ascii : string -> string (* [@@dead "capitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/string.mli 303:1 | |
uncapitalize_ascii is never used | |
<-- line 303 | |
val uncapitalize_ascii : string -> string (* [@@dead "uncapitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 715:1 | |
bool_of_string_opt is never used | |
<-- line 715 | |
val bool_of_string_opt: string -> bool option (* [@@dead "bool_of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 748:1 | |
int_of_string_opt is never used | |
<-- line 748 | |
val int_of_string_opt: string -> int option (* [@@dead "int_of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 774:1 | |
float_of_string_opt is never used | |
<-- line 774 | |
val float_of_string_opt: string -> float option (* [@@dead "float_of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 820:1 | |
print_char is never used | |
<-- line 820 | |
val print_char : char -> unit (* [@@dead "print_char"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 833:1 | |
print_float is never used | |
<-- line 833 | |
val print_float : float -> unit (* [@@dead "print_float"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 853:1 | |
prerr_char is never used | |
<-- line 853 | |
val prerr_char : char -> unit (* [@@dead "prerr_char"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 859:1 | |
prerr_bytes is never used | |
<-- line 859 | |
val prerr_bytes : bytes -> unit (* [@@dead "prerr_bytes"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 863:1 | |
prerr_int is never used | |
<-- line 863 | |
val prerr_int : int -> unit (* [@@dead "prerr_int"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 866:1 | |
prerr_float is never used | |
<-- line 866 | |
val prerr_float : float -> unit (* [@@dead "prerr_float"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 878:1 | |
prerr_newline is never used | |
<-- line 878 | |
val prerr_newline : unit -> unit (* [@@dead "prerr_newline"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 885:1 | |
read_line is never used | |
<-- line 885 | |
val read_line : unit -> string (* [@@dead "read_line"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 890:1 | |
read_int is never used | |
<-- line 890 | |
val read_int : unit -> int (* [@@dead "read_int"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 895:1 | |
read_int_opt is never used | |
<-- line 895 | |
val read_int_opt: unit -> int option (* [@@dead "read_int_opt"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 900:1 | |
read_float is never used | |
<-- line 900 | |
val read_float : unit -> float (* [@@dead "read_float"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 906:1 | |
read_float_opt is never used | |
<-- line 906 | |
val read_float_opt: unit -> float option (* [@@dead "read_float_opt"] *) | |
Warning Dead Type | |
stdlib-406/pervasives.mli 917:5 | |
open_flag.Open_rdonly is a variant case which is never constructed | |
<-- line 917 | |
Open_rdonly (** open for reading. *) (* [@@dead "open_flag.Open_rdonly"] *) | |
Warning Dead Type | |
stdlib-406/pervasives.mli 919:3 | |
open_flag.Open_append is a variant case which is never constructed | |
<-- line 919 | |
| Open_append (** open for appending: always write at end of file. *) (* [@@dead "open_flag.Open_append"] *) | |
Warning Dead Type | |
stdlib-406/pervasives.mli 921:3 | |
open_flag.Open_trunc is a variant case which is never constructed | |
<-- line 921 | |
| Open_trunc (** empty the file if it already exists. *) (* [@@dead "open_flag.Open_trunc"] *) | |
Warning Dead Type | |
stdlib-406/pervasives.mli 923:3 | |
open_flag.Open_binary is a variant case which is never constructed | |
<-- line 923 | |
| Open_binary (** open in binary mode (no conversion). *) (* [@@dead "open_flag.Open_binary"] *) | |
Warning Dead Type | |
stdlib-406/pervasives.mli 925:3 | |
open_flag.Open_nonblock is a variant case which is never constructed | |
<-- line 925 | |
| Open_nonblock (** open in non-blocking mode. *) (* [@@dead "open_flag.Open_nonblock"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 955:1 | |
flush_all is never used | |
<-- line 955 | |
val flush_all : unit -> unit (* [@@dead "flush_all"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 979:1 | |
output_byte is never used | |
<-- line 979 | |
val output_byte : out_channel -> int -> unit (* [@@dead "output_byte"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 984:1 | |
output_binary_int is never used | |
<-- line 984 | |
val output_binary_int : out_channel -> int -> unit (* [@@dead "output_binary_int"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 992:1 | |
output_value is never used | |
<-- line 992 | |
val output_value : out_channel -> 'a -> unit (* [@@dead "output_value"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1000:1 | |
seek_out is never used | |
<-- line 1000 | |
val seek_out : out_channel -> int -> unit (* [@@dead "seek_out"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1006:1 | |
pos_out is never used | |
<-- line 1006 | |
val pos_out : out_channel -> int (* [@@dead "pos_out"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1011:1 | |
out_channel_length is never used | |
<-- line 1011 | |
val out_channel_length : out_channel -> int (* [@@dead "out_channel_length"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1024:1 | |
close_out_noerr is never used | |
<-- line 1024 | |
val close_out_noerr : out_channel -> unit (* [@@dead "close_out_noerr"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1027:1 | |
set_binary_mode_out is never used | |
<-- line 1027 | |
val set_binary_mode_out : out_channel -> bool -> unit (* [@@dead "set_binary_mode_out"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1050:1 | |
open_in_gen is never used | |
<-- line 1050 | |
val open_in_gen : open_flag list -> int -> string -> in_channel (* [@@dead "open_in_gen"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1085:1 | |
really_input is never used | |
<-- line 1085 | |
val really_input : in_channel -> bytes -> int -> int -> unit (* [@@dead "really_input"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1100:1 | |
input_byte is never used | |
<-- line 1100 | |
val input_byte : in_channel -> int (* [@@dead "input_byte"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1105:1 | |
input_binary_int is never used | |
<-- line 1105 | |
val input_binary_int : in_channel -> int (* [@@dead "input_binary_int"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1111:1 | |
input_value is never used | |
<-- line 1111 | |
val input_value : in_channel -> 'a (* [@@dead "input_value"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1118:1 | |
seek_in is never used | |
<-- line 1118 | |
val seek_in : in_channel -> int -> unit (* [@@dead "seek_in"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1123:1 | |
pos_in is never used | |
<-- line 1123 | |
val pos_in : in_channel -> int (* [@@dead "pos_in"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1126:1 | |
in_channel_length is never used | |
<-- line 1126 | |
val in_channel_length : in_channel -> int (* [@@dead "in_channel_length"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1140:1 | |
close_in_noerr is never used | |
<-- line 1140 | |
val close_in_noerr : in_channel -> unit (* [@@dead "close_in_noerr"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1143:1 | |
set_binary_mode_in is never used | |
<-- line 1143 | |
val set_binary_mode_in : in_channel -> bool -> unit (* [@@dead "set_binary_mode_in"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1158:5 | |
LargeFile.seek_out is never used | |
<-- line 1158 | |
val seek_out : out_channel -> int64 -> unit (* [@@dead "LargeFile.seek_out"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1159:5 | |
LargeFile.pos_out is never used | |
<-- line 1159 | |
val pos_out : out_channel -> int64 (* [@@dead "LargeFile.pos_out"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1160:5 | |
LargeFile.out_channel_length is never used | |
<-- line 1160 | |
val out_channel_length : out_channel -> int64 (* [@@dead "LargeFile.out_channel_length"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1161:5 | |
LargeFile.seek_in is never used | |
<-- line 1161 | |
val seek_in : in_channel -> int64 -> unit (* [@@dead "LargeFile.seek_in"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1162:5 | |
LargeFile.pos_in is never used | |
<-- line 1162 | |
val pos_in : in_channel -> int64 (* [@@dead "LargeFile.pos_in"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1163:5 | |
LargeFile.in_channel_length is never used | |
<-- line 1163 | |
val in_channel_length : in_channel -> int64 (* [@@dead "LargeFile.in_channel_length"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1284:1 | |
string_of_format is never used | |
<-- line 1284 | |
val string_of_format : ('a, 'b, 'c, 'd, 'e, 'f) format6 -> string (* [@@dead "string_of_format"] *) | |
Warning Dead Value | |
stdlib-406/pervasives.mli 1337:1 | |
unsafe_really_input is never used | |
<-- line 1337 | |
val unsafe_really_input : in_channel -> bytes -> int -> int -> unit (* [@@dead "unsafe_really_input"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 51:5 | |
lexbuf.lex_buffer is a record label never used to read a value | |
<-- line 51 | |
mutable lex_buffer : bytes; (* [@@dead "lexbuf.lex_buffer"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 52:5 | |
lexbuf.lex_buffer_len is a record label never used to read a value | |
<-- line 52 | |
mutable lex_buffer_len : int; (* [@@dead "lexbuf.lex_buffer_len"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 53:5 | |
lexbuf.lex_abs_pos is a record label never used to read a value | |
<-- line 53 | |
mutable lex_abs_pos : int; (* [@@dead "lexbuf.lex_abs_pos"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 55:5 | |
lexbuf.lex_curr_pos is a record label never used to read a value | |
<-- line 55 | |
mutable lex_curr_pos : int; (* [@@dead "lexbuf.lex_curr_pos"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 56:5 | |
lexbuf.lex_last_pos is a record label never used to read a value | |
<-- line 56 | |
mutable lex_last_pos : int; (* [@@dead "lexbuf.lex_last_pos"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 57:5 | |
lexbuf.lex_last_action is a record label never used to read a value | |
<-- line 57 | |
mutable lex_last_action : int; (* [@@dead "lexbuf.lex_last_action"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 58:5 | |
lexbuf.lex_eof_reached is a record label never used to read a value | |
<-- line 58 | |
mutable lex_eof_reached : bool; (* [@@dead "lexbuf.lex_eof_reached"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 59:5 | |
lexbuf.lex_mem is a record label never used to read a value | |
<-- line 59 | |
mutable lex_mem : int array; (* [@@dead "lexbuf.lex_mem"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 78:1 | |
from_channel is never used | |
<-- line 78 | |
val from_channel : in_channel -> lexbuf (* [@@dead "from_channel"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 89:1 | |
from_function is never used | |
<-- line 89 | |
val from_function : (bytes -> int -> int) -> lexbuf (* [@@dead "from_function"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 114:1 | |
lexeme_char is never used | |
<-- line 114 | |
val lexeme_char : lexbuf -> int -> char (* [@@dead "lexeme_char"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 118:1 | |
lexeme_start is never used | |
<-- line 118 | |
val lexeme_start : lexbuf -> int (* [@@dead "lexeme_start"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 123:1 | |
lexeme_end is never used | |
<-- line 123 | |
val lexeme_end : lexbuf -> int (* [@@dead "lexeme_end"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 128:1 | |
lexeme_start_p is never used | |
<-- line 128 | |
val lexeme_start_p : lexbuf -> position (* [@@dead "lexeme_start_p"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 132:1 | |
lexeme_end_p is never used | |
<-- line 132 | |
val lexeme_end_p : lexbuf -> position (* [@@dead "lexeme_end_p"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 136:1 | |
new_line is never used | |
<-- line 136 | |
val new_line : lexbuf -> unit (* [@@dead "new_line"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 145:1 | |
flush_input is never used | |
<-- line 145 | |
val flush_input : lexbuf -> unit (* [@@dead "flush_input"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 157:1 | |
sub_lexeme is never used | |
<-- line 157 | |
val sub_lexeme : lexbuf -> int -> int -> string (* [@@dead "sub_lexeme"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 158:1 | |
sub_lexeme_opt is never used | |
<-- line 158 | |
val sub_lexeme_opt : lexbuf -> int -> int -> string option (* [@@dead "sub_lexeme_opt"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 160:1 | |
sub_lexeme_char_opt is never used | |
<-- line 160 | |
val sub_lexeme_char_opt : lexbuf -> int -> char option (* [@@dead "sub_lexeme_char_opt"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 163:5 | |
lex_tables.lex_base is a record label never used to read a value | |
<-- line 163 | |
{ lex_base : string; (* [@@dead "lex_tables.lex_base"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 164:5 | |
lex_tables.lex_backtrk is a record label never used to read a value | |
<-- line 164 | |
lex_backtrk : string; (* [@@dead "lex_tables.lex_backtrk"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 165:5 | |
lex_tables.lex_default is a record label never used to read a value | |
<-- line 165 | |
lex_default : string; (* [@@dead "lex_tables.lex_default"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 166:5 | |
lex_tables.lex_trans is a record label never used to read a value | |
<-- line 166 | |
lex_trans : string; (* [@@dead "lex_tables.lex_trans"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 167:5 | |
lex_tables.lex_check is a record label never used to read a value | |
<-- line 167 | |
lex_check : string; (* [@@dead "lex_tables.lex_check"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 168:5 | |
lex_tables.lex_base_code is a record label never used to read a value | |
<-- line 168 | |
lex_base_code : string; (* [@@dead "lex_tables.lex_base_code"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 169:5 | |
lex_tables.lex_backtrk_code is a record label never used to read a value | |
<-- line 169 | |
lex_backtrk_code : string; (* [@@dead "lex_tables.lex_backtrk_code"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 170:5 | |
lex_tables.lex_default_code is a record label never used to read a value | |
<-- line 170 | |
lex_default_code : string; (* [@@dead "lex_tables.lex_default_code"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 171:5 | |
lex_tables.lex_trans_code is a record label never used to read a value | |
<-- line 171 | |
lex_trans_code : string; (* [@@dead "lex_tables.lex_trans_code"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 172:5 | |
lex_tables.lex_check_code is a record label never used to read a value | |
<-- line 172 | |
lex_check_code : string; (* [@@dead "lex_tables.lex_check_code"] *) | |
Warning Dead Type | |
stdlib-406/lexing.mli 173:5 | |
lex_tables.lex_code is a record label never used to read a value | |
<-- line 173 | |
lex_code: string;} (* [@@dead "lex_tables.lex_code"] *) | |
Warning Dead Value | |
stdlib-406/lexing.mli 176:1 | |
new_engine is never used | |
<-- line 176 | |
val new_engine : lex_tables -> int -> lexbuf -> int (* [@@dead "new_engine"] *) | |
Warning Dead Value | |
stdlib-406/char.mli 58:1 | |
compare is never used | |
<-- line 58 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/char.mli 64:1 | |
equal is never used | |
<-- line 64 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 78:1 | |
empty is never used | |
<-- line 78 | |
val empty : bytes (* [@@dead "empty"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 104:1 | |
extend is never used | |
<-- line 104 | |
val extend : bytes -> int -> int -> bytes (* [@@dead "extend"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 141:1 | |
concat is never used | |
<-- line 141 | |
val concat : bytes -> bytes list -> bytes (* [@@dead "concat"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 149:1 | |
cat is never used | |
<-- line 149 | |
val cat : bytes -> bytes -> bytes (* [@@dead "cat"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 156:1 | |
iter is never used | |
<-- line 156 | |
val iter : (char -> unit) -> bytes -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 161:1 | |
iteri is never used | |
<-- line 161 | |
val iteri : (int -> char -> unit) -> bytes -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 190:1 | |
index is never used | |
<-- line 190 | |
val index : bytes -> char -> int (* [@@dead "index"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 196:1 | |
index_opt is never used | |
<-- line 196 | |
val index_opt: bytes -> char -> int option (* [@@dead "index_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 201:1 | |
rindex is never used | |
<-- line 201 | |
val rindex : bytes -> char -> int (* [@@dead "rindex"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 207:1 | |
rindex_opt is never used | |
<-- line 207 | |
val rindex_opt: bytes -> char -> int option (* [@@dead "rindex_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 212:1 | |
index_from is never used | |
<-- line 212 | |
val index_from : bytes -> int -> char -> int (* [@@dead "index_from"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 220:1 | |
index_from_opt is never used | |
<-- line 220 | |
val index_from_opt: bytes -> int -> char -> int option (* [@@dead "index_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 228:1 | |
rindex_from is never used | |
<-- line 228 | |
val rindex_from : bytes -> int -> char -> int (* [@@dead "rindex_from"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 236:1 | |
rindex_from_opt is never used | |
<-- line 236 | |
val rindex_from_opt: bytes -> int -> char -> int option (* [@@dead "rindex_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 245:1 | |
contains is never used | |
<-- line 245 | |
val contains : bytes -> char -> bool (* [@@dead "contains"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 248:1 | |
contains_from is never used | |
<-- line 248 | |
val contains_from : bytes -> int -> char -> bool (* [@@dead "contains_from"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 255:1 | |
rcontains_from is never used | |
<-- line 255 | |
val rcontains_from : bytes -> int -> char -> bool (* [@@dead "rcontains_from"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 311:1 | |
compare is never used | |
<-- line 311 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/bytes.mli 317:1 | |
equal is never used | |
<-- line 317 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 32:1 | |
compare_lengths is never used | |
<-- line 32 | |
val compare_lengths : 'a list -> 'b list -> int (* [@@dead "compare_lengths"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 39:1 | |
compare_length_with is never used | |
<-- line 39 | |
val compare_length_with : 'a list -> int -> int (* [@@dead "compare_length_with"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 46:1 | |
cons is never used | |
<-- line 46 | |
val cons : 'a -> 'a list -> 'a list (* [@@dead "cons"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 59:1 | |
nth is never used | |
<-- line 59 | |
val nth: 'a list -> int -> 'a (* [@@dead "nth"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 65:1 | |
nth_opt is never used | |
<-- line 65 | |
val nth_opt: 'a list -> int -> 'a option (* [@@dead "nth_opt"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 76:1 | |
init is never used | |
<-- line 76 | |
val init : int -> (int -> 'a) -> 'a list (* [@@dead "init"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 83:1 | |
append is never used | |
<-- line 83 | |
val append : 'a list -> 'a list -> 'a list (* [@@dead "append"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 129:1 | |
rev_map is never used | |
<-- line 129 | |
val rev_map : ('a -> 'b) -> 'a list -> 'b list (* [@@dead "rev_map"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 152:1 | |
map2 is never used | |
<-- line 152 | |
val map2 : ('a -> 'b -> 'c) -> 'a list -> 'b list -> 'c list (* [@@dead "map2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 158:1 | |
rev_map2 is never used | |
<-- line 158 | |
val rev_map2 : ('a -> 'b -> 'c) -> 'a list -> 'b list -> 'c list (* [@@dead "rev_map2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 163:1 | |
fold_left2 is never used | |
<-- line 163 | |
val fold_left2 : ('a -> 'b -> 'c -> 'a) -> 'a -> 'b list -> 'c list -> 'a (* [@@dead "fold_left2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 169:1 | |
fold_right2 is never used | |
<-- line 169 | |
val fold_right2 : ('a -> 'b -> 'c -> 'c) -> 'a list -> 'b list -> 'c -> 'c (* [@@dead "fold_right2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 179:1 | |
for_all is never used | |
<-- line 179 | |
val for_all : ('a -> bool) -> 'a list -> bool (* [@@dead "for_all"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 189:1 | |
for_all2 is never used | |
<-- line 189 | |
val for_all2 : ('a -> 'b -> bool) -> 'a list -> 'b list -> bool (* [@@dead "for_all2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 194:1 | |
exists2 is never used | |
<-- line 194 | |
val exists2 : ('a -> 'b -> bool) -> 'a list -> 'b list -> bool (* [@@dead "exists2"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 203:1 | |
memq is never used | |
<-- line 203 | |
val memq : 'a -> 'a list -> bool (* [@@dead "memq"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 217:1 | |
find_opt is never used | |
<-- line 217 | |
val find_opt: ('a -> bool) -> 'a list -> 'a option (* [@@dead "find_opt"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 228:1 | |
find_all is never used | |
<-- line 228 | |
val find_all : ('a -> bool) -> 'a list -> 'a list (* [@@dead "find_all"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 231:1 | |
partition is never used | |
<-- line 231 | |
val partition : ('a -> bool) -> 'a list -> 'a list * 'a list (* [@@dead "partition"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 250:1 | |
assoc_opt is never used | |
<-- line 250 | |
val assoc_opt: 'a -> ('a * 'b) list -> 'b option (* [@@dead "assoc_opt"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 263:1 | |
assq_opt is never used | |
<-- line 263 | |
val assq_opt : 'a -> ('a * 'b) list -> 'b option (* [@@dead "assq_opt"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 272:1 | |
mem_assq is never used | |
<-- line 272 | |
val mem_assq : 'a -> ('a * 'b) list -> bool (* [@@dead "mem_assq"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 276:1 | |
remove_assoc is never used | |
<-- line 276 | |
val remove_assoc : 'a -> ('a * 'b) list -> ('a * 'b) list (* [@@dead "remove_assoc"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 281:1 | |
remove_assq is never used | |
<-- line 281 | |
val remove_assq : 'a -> ('a * 'b) list -> ('a * 'b) list (* [@@dead "remove_assq"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 295:1 | |
combine is never used | |
<-- line 295 | |
val combine : 'a list -> 'b list -> ('a * 'b) list (* [@@dead "combine"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 322:1 | |
stable_sort is never used | |
<-- line 322 | |
val stable_sort : ('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "stable_sort"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 331:1 | |
fast_sort is never used | |
<-- line 331 | |
val fast_sort : ('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "fast_sort"] *) | |
Warning Dead Value | |
stdlib-406/list.mli 339:1 | |
merge is never used | |
<-- line 339 | |
val merge : ('a -> 'a -> int) -> 'a list -> 'a list -> 'a list (* [@@dead "merge"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 74:1 | |
make_matrix is never used | |
<-- line 74 | |
val make_matrix : int -> int -> 'a -> 'a array array (* [@@dead "make_matrix"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 87:1 | |
create_matrix is never used | |
<-- line 87 | |
val create_matrix : int -> int -> 'a -> 'a array array (* [@@dead "create_matrix"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 174:1 | |
iter2 is never used | |
<-- line 174 | |
val iter2 : ('a -> 'b -> unit) -> 'a array -> 'b array -> unit (* [@@dead "iter2"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 180:1 | |
map2 is never used | |
<-- line 180 | |
val map2 : ('a -> 'b -> 'c) -> 'a array -> 'b array -> 'c array (* [@@dead "map2"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 191:1 | |
for_all is never used | |
<-- line 191 | |
val for_all : ('a -> bool) -> 'a array -> bool (* [@@dead "for_all"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 197:1 | |
exists is never used | |
<-- line 197 | |
val exists : ('a -> bool) -> 'a array -> bool (* [@@dead "exists"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 203:1 | |
mem is never used | |
<-- line 203 | |
val mem : 'a -> 'a array -> bool (* [@@dead "mem"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 208:1 | |
memq is never used | |
<-- line 208 | |
val memq : 'a -> 'a array -> bool (* [@@dead "memq"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 243:1 | |
stable_sort is never used | |
<-- line 243 | |
val stable_sort : ('a -> 'a -> int) -> 'a array -> unit (* [@@dead "stable_sort"] *) | |
Warning Dead Value | |
stdlib-406/array.mli 253:1 | |
fast_sort is never used | |
<-- line 253 | |
val fast_sort : ('a -> 'a -> int) -> 'a array -> unit (* [@@dead "fast_sort"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 59:1 | |
getenv_opt is never used | |
<-- line 59 | |
val getenv_opt: string -> string option (* [@@dead "getenv_opt"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 88:1 | |
interactive is never used | |
<-- line 88 | |
val interactive : bool ref (* [@@dead "interactive"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 100:3 | |
backend_type.Native is a variant case which is never constructed | |
<-- line 100 | |
| Native (* [@@dead "backend_type.Native"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 101:3 | |
backend_type.Bytecode is a variant case which is never constructed | |
<-- line 101 | |
| Bytecode (* [@@dead "backend_type.Bytecode"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 102:3 | |
backend_type.Other is a variant case which is never constructed | |
<-- line 102 | |
| Other of string (**) (* [@@dead "backend_type.Other"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 110:1 | |
backend_type is never used | |
<-- line 110 | |
val backend_type : backend_type (* [@@dead "backend_type"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 131:1 | |
int_size is never used | |
<-- line 131 | |
val int_size : int (* [@@dead "int_size"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 138:1 | |
big_endian is never used | |
<-- line 138 | |
val big_endian : bool (* [@@dead "big_endian"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 166:5 | |
signal_behavior.Signal_default is a variant case which is never constructed | |
<-- line 166 | |
Signal_default (* [@@dead "signal_behavior.Signal_default"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 167:3 | |
signal_behavior.Signal_ignore is a variant case which is never constructed | |
<-- line 167 | |
| Signal_ignore (* [@@dead "signal_behavior.Signal_ignore"] *) | |
Warning Dead Type | |
stdlib-406/sys.mli 168:3 | |
signal_behavior.Signal_handle is a variant case which is never constructed | |
<-- line 168 | |
| Signal_handle of (int -> unit) (** *) (* [@@dead "signal_behavior.Signal_handle"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 184:1 | |
set_signal is never used | |
<-- line 184 | |
val set_signal : int -> signal_behavior -> unit (* [@@dead "set_signal"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 190:1 | |
sigabrt is never used | |
<-- line 190 | |
val sigabrt : int (* [@@dead "sigabrt"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 193:1 | |
sigalrm is never used | |
<-- line 193 | |
val sigalrm : int (* [@@dead "sigalrm"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 196:1 | |
sigfpe is never used | |
<-- line 196 | |
val sigfpe : int (* [@@dead "sigfpe"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 199:1 | |
sighup is never used | |
<-- line 199 | |
val sighup : int (* [@@dead "sighup"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 202:1 | |
sigill is never used | |
<-- line 202 | |
val sigill : int (* [@@dead "sigill"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 205:1 | |
sigint is never used | |
<-- line 205 | |
val sigint : int (* [@@dead "sigint"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 208:1 | |
sigkill is never used | |
<-- line 208 | |
val sigkill : int (* [@@dead "sigkill"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 211:1 | |
sigpipe is never used | |
<-- line 211 | |
val sigpipe : int (* [@@dead "sigpipe"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 214:1 | |
sigquit is never used | |
<-- line 214 | |
val sigquit : int (* [@@dead "sigquit"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 217:1 | |
sigsegv is never used | |
<-- line 217 | |
val sigsegv : int (* [@@dead "sigsegv"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 220:1 | |
sigterm is never used | |
<-- line 220 | |
val sigterm : int (* [@@dead "sigterm"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 223:1 | |
sigusr1 is never used | |
<-- line 223 | |
val sigusr1 : int (* [@@dead "sigusr1"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 226:1 | |
sigusr2 is never used | |
<-- line 226 | |
val sigusr2 : int (* [@@dead "sigusr2"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 229:1 | |
sigchld is never used | |
<-- line 229 | |
val sigchld : int (* [@@dead "sigchld"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 232:1 | |
sigcont is never used | |
<-- line 232 | |
val sigcont : int (* [@@dead "sigcont"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 235:1 | |
sigstop is never used | |
<-- line 235 | |
val sigstop : int (* [@@dead "sigstop"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 238:1 | |
sigtstp is never used | |
<-- line 238 | |
val sigtstp : int (* [@@dead "sigtstp"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 241:1 | |
sigttin is never used | |
<-- line 241 | |
val sigttin : int (* [@@dead "sigttin"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 244:1 | |
sigttou is never used | |
<-- line 244 | |
val sigttou : int (* [@@dead "sigttou"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 247:1 | |
sigvtalrm is never used | |
<-- line 247 | |
val sigvtalrm : int (* [@@dead "sigvtalrm"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 250:1 | |
sigprof is never used | |
<-- line 250 | |
val sigprof : int (* [@@dead "sigprof"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 253:1 | |
sigbus is never used | |
<-- line 253 | |
val sigbus : int (* [@@dead "sigbus"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 257:1 | |
sigpoll is never used | |
<-- line 257 | |
val sigpoll : int (* [@@dead "sigpoll"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 261:1 | |
sigsys is never used | |
<-- line 261 | |
val sigsys : int (* [@@dead "sigsys"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 265:1 | |
sigtrap is never used | |
<-- line 265 | |
val sigtrap : int (* [@@dead "sigtrap"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 269:1 | |
sigurg is never used | |
<-- line 269 | |
val sigurg : int (* [@@dead "sigurg"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 273:1 | |
sigxcpu is never used | |
<-- line 273 | |
val sigxcpu : int (* [@@dead "sigxcpu"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 277:1 | |
sigxfsz is never used | |
<-- line 277 | |
val sigxfsz : int (* [@@dead "sigxfsz"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 287:1 | |
catch_break is never used | |
<-- line 287 | |
val catch_break : bool -> unit (* [@@dead "catch_break"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 295:1 | |
ocaml_version is never used | |
<-- line 295 | |
val ocaml_version : string (* [@@dead "ocaml_version"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 303:1 | |
enable_runtime_warnings is never used | |
<-- line 303 | |
val enable_runtime_warnings: bool -> unit (* [@@dead "enable_runtime_warnings"] *) | |
Warning Dead Value | |
stdlib-406/sys.mli 311:1 | |
runtime_warnings_enabled is never used | |
<-- line 311 | |
val runtime_warnings_enabled: unit -> bool (* [@@dead "runtime_warnings_enabled"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 18:1 | |
symbol_start is never used | |
<-- line 18 | |
val symbol_start : unit -> int (* [@@dead "symbol_start"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 26:1 | |
symbol_end is never used | |
<-- line 26 | |
val symbol_end : unit -> int (* [@@dead "symbol_end"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 29:1 | |
rhs_start is never used | |
<-- line 29 | |
val rhs_start : int -> int (* [@@dead "rhs_start"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 35:1 | |
rhs_end is never used | |
<-- line 35 | |
val rhs_end : int -> int (* [@@dead "rhs_end"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 38:1 | |
symbol_start_pos is never used | |
<-- line 38 | |
val symbol_start_pos : unit -> Lexing.position (* [@@dead "symbol_start_pos"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 41:1 | |
symbol_end_pos is never used | |
<-- line 41 | |
val symbol_end_pos : unit -> Lexing.position (* [@@dead "symbol_end_pos"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 44:1 | |
rhs_start_pos is never used | |
<-- line 44 | |
val rhs_start_pos : int -> Lexing.position (* [@@dead "rhs_start_pos"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 47:1 | |
rhs_end_pos is never used | |
<-- line 47 | |
val rhs_end_pos : int -> Lexing.position (* [@@dead "rhs_end_pos"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 50:1 | |
clear_parser is never used | |
<-- line 50 | |
val clear_parser : unit -> unit (* [@@dead "clear_parser"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 62:1 | |
set_trace is never used | |
<-- line 62 | |
val set_trace: bool -> bool (* [@@dead "set_trace"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 82:5 | |
parse_tables.actions is a record label never used to read a value | |
<-- line 82 | |
{ actions : (parser_env -> Obj.t) array; (* [@@dead "parse_tables.actions"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 83:5 | |
parse_tables.transl_const is a record label never used to read a value | |
<-- line 83 | |
transl_const : int array; (* [@@dead "parse_tables.transl_const"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 84:5 | |
parse_tables.transl_block is a record label never used to read a value | |
<-- line 84 | |
transl_block : int array; (* [@@dead "parse_tables.transl_block"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 85:5 | |
parse_tables.lhs is a record label never used to read a value | |
<-- line 85 | |
lhs : string; (* [@@dead "parse_tables.lhs"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 86:5 | |
parse_tables.len is a record label never used to read a value | |
<-- line 86 | |
len : string; (* [@@dead "parse_tables.len"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 87:5 | |
parse_tables.defred is a record label never used to read a value | |
<-- line 87 | |
defred : string; (* [@@dead "parse_tables.defred"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 88:5 | |
parse_tables.dgoto is a record label never used to read a value | |
<-- line 88 | |
dgoto : string; (* [@@dead "parse_tables.dgoto"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 89:5 | |
parse_tables.sindex is a record label never used to read a value | |
<-- line 89 | |
sindex : string; (* [@@dead "parse_tables.sindex"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 90:5 | |
parse_tables.rindex is a record label never used to read a value | |
<-- line 90 | |
rindex : string; (* [@@dead "parse_tables.rindex"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 91:5 | |
parse_tables.gindex is a record label never used to read a value | |
<-- line 91 | |
gindex : string; (* [@@dead "parse_tables.gindex"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 92:5 | |
parse_tables.tablesize is a record label never used to read a value | |
<-- line 92 | |
tablesize : int; (* [@@dead "parse_tables.tablesize"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 93:5 | |
parse_tables.table is a record label never used to read a value | |
<-- line 93 | |
table : string; (* [@@dead "parse_tables.table"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 94:5 | |
parse_tables.check is a record label never used to read a value | |
<-- line 94 | |
check : string; (* [@@dead "parse_tables.check"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 95:5 | |
parse_tables.error_function is a record label never used to read a value | |
<-- line 95 | |
error_function : string -> unit; (* [@@dead "parse_tables.error_function"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 96:5 | |
parse_tables.names_const is a record label never used to read a value | |
<-- line 96 | |
names_const : string; (* [@@dead "parse_tables.names_const"] *) | |
Warning Dead Type | |
stdlib-406/parsing.mli 97:5 | |
parse_tables.names_block is a record label never used to read a value | |
<-- line 97 | |
names_block : string } (* [@@dead "parse_tables.names_block"] *) | |
Warning Dead Value | |
stdlib-406/parsing.mli 104:1 | |
is_current_lookahead is never used | |
<-- line 104 | |
val is_current_lookahead : 'a -> bool (* [@@dead "is_current_lookahead"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 59:1 | |
double_field is never used | |
<-- line 59 | |
val [@inline always] double_field : t -> int -> float (* @since 3.11.2 *) (* [@@dead "double_field"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 60:1 | |
set_double_field is never used | |
<-- line 60 | |
val [@inline always] set_double_field : t -> int -> float -> unit (* [@@dead "set_double_field"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 68:1 | |
first_non_constant_constructor_tag is never used | |
<-- line 68 | |
val first_non_constant_constructor_tag : int (* [@@dead "first_non_constant_constructor_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 69:1 | |
last_non_constant_constructor_tag is never used | |
<-- line 69 | |
val last_non_constant_constructor_tag : int (* [@@dead "last_non_constant_constructor_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 82:1 | |
final_tag is never used | |
<-- line 82 | |
val final_tag : int (* [@@dead "final_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 85:1 | |
int_tag is never used | |
<-- line 85 | |
val int_tag : int (* [@@dead "int_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 86:1 | |
out_of_heap_tag is never used | |
<-- line 86 | |
val out_of_heap_tag : int (* [@@dead "out_of_heap_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 87:1 | |
unaligned_tag is never used | |
<-- line 87 | |
val unaligned_tag : int (* should never happen @since 3.11.0 *) (* [@@dead "unaligned_tag"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 89:1 | |
extension_constructor is never used | |
<-- line 89 | |
val extension_constructor : 'a -> extension_constructor (* [@@dead "extension_constructor"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 90:1 | |
extension_name is never used | |
<-- line 90 | |
val [@inline always] extension_name : extension_constructor -> string (* [@@dead "extension_name"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 91:1 | |
extension_id is never used | |
<-- line 91 | |
val [@inline always] extension_id : extension_constructor -> int (* [@@dead "extension_id"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 96:1 | |
marshal is never used | |
<-- line 96 | |
val marshal : t -> bytes (* [@@dead "marshal"] *) | |
Warning Dead Value | |
stdlib-406/obj.mli 98:1 | |
unmarshal is never used | |
<-- line 98 | |
val unmarshal : bytes -> int -> t * int (* [@@dead "unmarshal"] *) | |
Warning Dead Value | |
stdlib-406/lazy.mli 55:1 | |
force_val is never used | |
<-- line 55 | |
val force_val : 'a t -> 'a (* [@@dead "force_val"] *) | |
Warning Dead Value | |
stdlib-406/lazy.mli 80:1 | |
is_val is never used | |
<-- line 80 | |
val is_val : 'a t -> bool (* [@@dead "is_val"] *) | |
Warning Dead Value | |
stdlib-406/lazy.mli 85:1 | |
lazy_from_fun is never used | |
<-- line 85 | |
val lazy_from_fun : (unit -> 'a) -> 'a t (* [@@dead "lazy_from_fun"] *) | |
Warning Dead Value | |
stdlib-406/lazy.mli 89:1 | |
lazy_from_val is never used | |
<-- line 89 | |
val lazy_from_val : 'a -> 'a t (* [@@dead "lazy_from_val"] *) | |
Warning Dead Value | |
stdlib-406/lazy.mli 93:1 | |
lazy_is_val is never used | |
<-- line 93 | |
val lazy_is_val : 'a t -> bool (* [@@dead "lazy_is_val"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 37:1 | |
is_implicit is never used | |
<-- line 37 | |
val is_implicit : string -> bool (* [@@dead "is_implicit"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 43:1 | |
check_suffix is never used | |
<-- line 43 | |
val check_suffix : string -> string -> bool (* [@@dead "check_suffix"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 47:1 | |
chop_suffix is never used | |
<-- line 47 | |
val chop_suffix : string -> string -> string (* [@@dead "chop_suffix"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 52:1 | |
extension is never used | |
<-- line 52 | |
val extension : string -> string (* [@@dead "extension"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 67:1 | |
remove_extension is never used | |
<-- line 67 | |
val remove_extension : string -> string (* [@@dead "remove_extension"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 100:1 | |
temp_file is never used | |
<-- line 100 | |
val temp_file : ?temp_dir: string -> string -> string -> string (* [@@dead "temp_file"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 115:1 | |
open_temp_file is never used | |
<-- line 115 | |
val open_temp_file : (* [@@dead "open_temp_file"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 134:1 | |
get_temp_dir_name is never used | |
<-- line 134 | |
val get_temp_dir_name : unit -> string (* [@@dead "get_temp_dir_name"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 144:1 | |
set_temp_dir_name is never used | |
<-- line 144 | |
val set_temp_dir_name : string -> unit (* [@@dead "set_temp_dir_name"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 150:1 | |
temp_dir_name is never used | |
<-- line 150 | |
val temp_dir_name : string (* [@@dead "temp_dir_name"] *) | |
Warning Dead Value | |
stdlib-406/filename.mli 161:1 | |
quote is never used | |
<-- line 161 | |
val quote : string -> string (* [@@dead "quote"] *) | |
Warning Dead Value | |
others/js_undefined.mli 34:1 | |
test is never used | |
<-- line 34 | |
val test : 'a t -> bool (* [@@dead "test"] *) | |
Warning Dead Value | |
others/js_undefined.mli 42:1 | |
testAny is never used | |
<-- line 42 | |
val testAny : 'a -> bool (* [@@dead "testAny"] *) | |
Warning Dead Value | |
others/js_undefined.mli 50:1 | |
getExn is never used | |
<-- line 50 | |
val getExn: 'a t -> 'a (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/js_undefined.mli 86:1 | |
from_opt is never used | |
<-- line 86 | |
val from_opt : 'a option -> 'a t (* [@@dead "from_opt"] *) | |
Warning Dead Value | |
others/js_exn.mli 49:1 | |
raiseEvalError is never used | |
<-- line 49 | |
val raiseEvalError : string -> 'a (* [@@dead "raiseEvalError"] *) | |
Warning Dead Value | |
others/js_exn.mli 50:1 | |
raiseRangeError is never used | |
<-- line 50 | |
val raiseRangeError : string -> 'a (* [@@dead "raiseRangeError"] *) | |
Warning Dead Value | |
others/js_exn.mli 51:1 | |
raiseReferenceError is never used | |
<-- line 51 | |
val raiseReferenceError : string -> 'a (* [@@dead "raiseReferenceError"] *) | |
Warning Dead Value | |
others/js_exn.mli 52:1 | |
raiseSyntaxError is never used | |
<-- line 52 | |
val raiseSyntaxError : string -> 'a (* [@@dead "raiseSyntaxError"] *) | |
Warning Dead Value | |
others/js_exn.mli 53:1 | |
raiseTypeError is never used | |
<-- line 53 | |
val raiseTypeError : string -> 'a (* [@@dead "raiseTypeError"] *) | |
Warning Dead Value | |
others/js_exn.mli 54:1 | |
raiseUriError is never used | |
<-- line 54 | |
val raiseUriError : string -> 'a (* [@@dead "raiseUriError"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 44:1 | |
copy is never used | |
<-- line 44 | |
val copy : ('k, 'v) t -> ('k, 'v) t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 45:1 | |
create is never used | |
<-- line 45 | |
val create : (* [@@dead "create"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 97:1 | |
concat is never used | |
<-- line 97 | |
val concat: ('a,'b) t -> ('a,'b) t -> ('a,'b) t (* [@@dead "concat"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 115:1 | |
keepMap is never used | |
<-- line 115 | |
val keepMap: (* [@@dead "keepMap"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 131:1 | |
lengthNode is never used | |
<-- line 131 | |
val lengthNode : ('a, 'b) node -> int (* [@@dead "lengthNode"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 141:1 | |
fillArray is never used | |
<-- line 141 | |
val fillArray : ('a,'b) node -> int -> ('a * 'b) array -> int (* [@@dead "fillArray"] *) | |
Warning Dead Value | |
others/belt_internalAVLtree.mli 148:1 | |
fromSortedArrayUnsafe is never used | |
<-- line 148 | |
val fromSortedArrayUnsafe : ('a * 'b) array -> ('a, 'b) t (* [@@dead "fromSortedArrayUnsafe"] *) | |
Warning Dead Value | |
others/belt_internalAVLset.mli 86:1 | |
keepCopy is never used | |
<-- line 86 | |
val keepCopy: 'a t -> ('a -> bool ) -> 'a t (* [@@dead "keepCopy"] *) | |
Warning Dead Value | |
others/belt_internalAVLset.mli 92:1 | |
partitionCopy is never used | |
<-- line 92 | |
val partitionCopy: 'a t -> ('a -> bool ) -> 'a t * 'a t (* [@@dead "partitionCopy"] *) | |
Warning Dead Value | |
others/belt_SortArray.mli 58:1 | |
isSortedU is never used | |
<-- line 58 | |
val isSortedU: 'a array -> ('a -> 'a -> int [@bs]) -> bool (* [@@dead "isSortedU"] *) | |
Warning Dead Value | |
others/belt_SortArray.mli 75:1 | |
stableSortByU is never used | |
<-- line 75 | |
val stableSortByU: 'a array -> ('a -> 'a -> int [@bs]) -> 'a array (* [@@dead "stableSortByU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 173:1 | |
makeByAndShuffleU is never used | |
<-- line 173 | |
val makeByAndShuffleU: int -> (int -> 'a [@bs]) -> 'a array (* [@@dead "makeByAndShuffleU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 193:2 | |
zipByU is never used | |
<-- line 193 | |
val zipByU: 'a array -> 'b array -> ('a -> 'b -> 'c [@bs]) -> 'c array (* [@@dead "zipByU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 360:1 | |
mapU is never used | |
<-- line 360 | |
val mapU: 'a array -> ('a -> 'b [@bs]) -> 'b array (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 373:1 | |
getByU is never used | |
<-- line 373 | |
val getByU: 'a array -> ('a -> bool [@bs]) -> 'a option (* [@@dead "getByU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 383:1 | |
getIndexByU is never used | |
<-- line 383 | |
val getIndexByU: 'a array -> ('a -> bool [@bs]) -> int option (* [@@dead "getIndexByU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 393:1 | |
keepU is never used | |
<-- line 393 | |
val keepU: 'a array -> ('a -> bool [@bs]) -> 'a array (* [@@dead "keepU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 403:1 | |
keepWithIndexU is never used | |
<-- line 403 | |
val keepWithIndexU: 'a array -> ('a -> int -> bool [@bs]) -> 'a array (* [@@dead "keepWithIndexU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 404:1 | |
keepWithIndex is never used | |
<-- line 404 | |
val keepWithIndex: 'a array -> ('a -> int -> bool ) -> 'a array (* [@@dead "keepWithIndex"] *) | |
Warning Dead Value | |
others/belt_Array.mli 413:1 | |
keepMapU is never used | |
<-- line 413 | |
val keepMapU: 'a array -> ('a -> 'b option [@bs]) -> 'b array (* [@@dead "keepMapU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 424:1 | |
forEachWithIndexU is never used | |
<-- line 424 | |
val forEachWithIndexU: 'a array -> (int -> 'a -> unit [@bs]) -> unit (* [@@dead "forEachWithIndexU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 447:1 | |
mapWithIndexU is never used | |
<-- line 447 | |
val mapWithIndexU: 'a array -> (int -> 'a -> 'b [@bs]) -> 'b array (* [@@dead "mapWithIndexU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 461:1 | |
partitionU is never used | |
<-- line 461 | |
val partitionU : 'a array -> ('a -> bool [@bs]) -> 'a array * 'a array (* [@@dead "partitionU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 512:1 | |
reduceWithIndexU is never used | |
<-- line 512 | |
val reduceWithIndexU: 'a array -> 'b -> ('b -> 'a -> int -> 'b [@bs]) -> 'b (* [@@dead "reduceWithIndexU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 525:1 | |
someU is never used | |
<-- line 525 | |
val someU: 'a array -> ('a -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 538:1 | |
everyU is never used | |
<-- line 538 | |
val everyU: 'a array -> ('a -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 551:1 | |
every2U is never used | |
<-- line 551 | |
val every2U: 'a array -> 'b array -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "every2U"] *) | |
Warning Dead Value | |
others/belt_Array.mli 563:1 | |
some2U is never used | |
<-- line 563 | |
val some2U: 'a array -> 'b array -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "some2U"] *) | |
Warning Dead Value | |
others/belt_Array.mli 575:1 | |
cmpU is never used | |
<-- line 575 | |
val cmpU: 'a array -> 'a array -> ('a -> 'a -> int [@bs]) -> int (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_Array.mli 593:1 | |
eqU is never used | |
<-- line 593 | |
val eqU: 'a array -> 'a array -> ('a -> 'a -> bool [@bs]) -> bool (* [@@dead "eqU"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 47:1 | |
set is never used | |
<-- line 47 | |
val set : 'a t -> int -> 'a option -> unit (* [@@dead "set"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 54:1 | |
get is never used | |
<-- line 54 | |
val get : 'a t -> int -> 'a option (* [@@dead "get"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 60:1 | |
get_copy is never used | |
<-- line 60 | |
val get_copy : 'a t -> int -> 'a option (* [@@dead "get_copy"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 76:1 | |
check is never used | |
<-- line 76 | |
val check : 'a t -> int -> bool (* [@@dead "check"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 81:1 | |
fill is never used | |
<-- line 81 | |
val fill : 'a t -> int -> int -> 'a option -> unit (* [@@dead "fill"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 86:1 | |
blit is never used | |
<-- line 86 | |
val blit : 'a t -> int -> 'a t -> int -> int -> unit (* [@@dead "blit"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 120:3 | |
Make.create is never used | |
<-- line 120 | |
val create : int -> t (* [@@dead "Make.create"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 124:3 | |
Make.clear is never used | |
<-- line 124 | |
val clear : t -> unit (* [@@dead "Make.clear"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 127:3 | |
Make.merge is never used | |
<-- line 127 | |
val merge : t -> data -> data (* [@@dead "Make.merge"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 131:3 | |
Make.add is never used | |
<-- line 131 | |
val add : t -> data -> unit (* [@@dead "Make.add"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 136:3 | |
Make.remove is never used | |
<-- line 136 | |
val remove : t -> data -> unit (* [@@dead "Make.remove"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 140:3 | |
Make.find is never used | |
<-- line 140 | |
val find : t -> data -> data (* [@@dead "Make.find"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 144:3 | |
Make.find_opt is never used | |
<-- line 144 | |
val find_opt: t -> data -> data option (* [@@dead "Make.find_opt"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 150:3 | |
Make.find_all is never used | |
<-- line 150 | |
val find_all : t -> data -> data list (* [@@dead "Make.find_all"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 154:3 | |
Make.mem is never used | |
<-- line 154 | |
val mem : t -> data -> bool (* [@@dead "Make.mem"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 158:3 | |
Make.iter is never used | |
<-- line 158 | |
val iter : (data -> unit) -> t -> unit (* [@@dead "Make.iter"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 163:3 | |
Make.fold is never used | |
<-- line 163 | |
val fold : (data -> 'a -> 'a) -> t -> 'a -> 'a (* [@@dead "Make.fold"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 169:3 | |
Make.count is never used | |
<-- line 169 | |
val count : t -> int (* [@@dead "Make.count"] *) | |
Warning Dead Value | |
stdlib-406/weak.mli 174:3 | |
Make.stats is never used | |
<-- line 174 | |
val stats : t -> int * int * int * int * int * int (* [@@dead "Make.stats"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 28:1 | |
min is never used | |
<-- line 28 | |
val min : t (* [@@dead "min"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 31:1 | |
max is never used | |
<-- line 31 | |
val max : t (* [@@dead "max"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 34:1 | |
bom is never used | |
<-- line 34 | |
val bom : t (* [@@dead "bom"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 41:1 | |
rep is never used | |
<-- line 41 | |
val rep : t (* [@@dead "rep"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 48:1 | |
succ is never used | |
<-- line 48 | |
val succ : t -> t (* [@@dead "succ"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 54:1 | |
pred is never used | |
<-- line 54 | |
val pred : t -> t (* [@@dead "pred"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 60:1 | |
is_valid is never used | |
<-- line 60 | |
val is_valid : int -> bool (* [@@dead "is_valid"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 64:1 | |
of_int is never used | |
<-- line 64 | |
val of_int : int -> t (* [@@dead "of_int"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 70:1 | |
unsafe_of_int is never used | |
<-- line 70 | |
val unsafe_of_int : int -> t (* [@@dead "unsafe_of_int"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 76:1 | |
is_char is never used | |
<-- line 76 | |
val is_char : t -> bool (* [@@dead "is_char"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 79:1 | |
of_char is never used | |
<-- line 79 | |
val of_char : char -> t (* [@@dead "of_char"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 82:1 | |
to_char is never used | |
<-- line 82 | |
val to_char : t -> char (* [@@dead "to_char"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 88:1 | |
unsafe_to_char is never used | |
<-- line 88 | |
val unsafe_to_char : t -> char (* [@@dead "unsafe_to_char"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 91:1 | |
equal is never used | |
<-- line 91 | |
val equal : t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 94:1 | |
compare is never used | |
<-- line 94 | |
val compare : t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/uchar.mli 97:1 | |
hash is never used | |
<-- line 97 | |
val hash : t -> int (* [@@dead "hash"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 44:1 | |
of_list is never used | |
<-- line 44 | |
val of_list : 'a list -> 'a t (* [@@dead "of_list"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 51:1 | |
of_bytes is never used | |
<-- line 51 | |
val of_bytes : bytes -> char t (* [@@dead "of_bytes"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 55:1 | |
of_channel is never used | |
<-- line 55 | |
val of_channel : in_channel -> char t (* [@@dead "of_channel"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 72:1 | |
empty is never used | |
<-- line 72 | |
val empty : 'a t -> unit (* [@@dead "empty"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 86:1 | |
count is never used | |
<-- line 86 | |
val count : 'a t -> int (* [@@dead "count"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 90:1 | |
npeek is never used | |
<-- line 90 | |
val npeek : int -> 'a t -> 'a list (* [@@dead "npeek"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 99:1 | |
iapp is never used | |
<-- line 99 | |
val iapp : 'a t -> 'a t -> 'a t (* [@@dead "iapp"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 101:1 | |
ising is never used | |
<-- line 101 | |
val ising : 'a -> 'a t (* [@@dead "ising"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 103:1 | |
lapp is never used | |
<-- line 103 | |
val lapp : (unit -> 'a t) -> 'a t -> 'a t (* [@@dead "lapp"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 104:1 | |
lcons is never used | |
<-- line 104 | |
val lcons : (unit -> 'a) -> 'a t -> 'a t (* [@@dead "lcons"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 105:1 | |
lsing is never used | |
<-- line 105 | |
val lsing : (unit -> 'a) -> 'a t (* [@@dead "lsing"] *) | |
Warning Dead Value | |
stdlib-406/stream.mli 110:1 | |
dump is never used | |
<-- line 110 | |
val dump : ('a -> unit) -> 'a t -> unit (* [@@dead "dump"] *) | |
Warning Dead Value | |
stdlib-406/stack.mli 59:1 | |
fold is never used | |
<-- line 59 | |
val fold : ('b -> 'a -> 'b) -> 'b -> 'a t -> 'b (* [@@dead "fold"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 110:1 | |
Scanning.stdin is never used | |
<-- line 110 | |
val stdin : in_channel (* [@@dead "Scanning.stdin"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 128:1 | |
Scanning.open_in is never used | |
<-- line 128 | |
val open_in : file_name -> in_channel (* [@@dead "Scanning.open_in"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 140:1 | |
Scanning.open_in_bin is never used | |
<-- line 140 | |
val open_in_bin : file_name -> in_channel (* [@@dead "Scanning.open_in_bin"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 146:1 | |
Scanning.close_in is never used | |
<-- line 146 | |
val close_in : in_channel -> unit (* [@@dead "Scanning.close_in"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 155:1 | |
Scanning.from_file_bin is never used | |
<-- line 155 | |
val from_file_bin : string -> in_channel (* [@@dead "Scanning.from_file_bin"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 175:1 | |
Scanning.from_channel is never used | |
<-- line 175 | |
val from_channel : Pervasives.in_channel -> in_channel (* [@@dead "Scanning.from_channel"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 192:1 | |
Scanning.name_of_input is never used | |
<-- line 192 | |
val name_of_input : in_channel -> string (* [@@dead "Scanning.name_of_input"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 198:1 | |
Scanning.stdib is never used | |
<-- line 198 | |
val stdib : in_channel (* [@@dead "Scanning.stdib"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 472:1 | |
scanf is never used | |
<-- line 472 | |
val scanf : ('a, 'b, 'c, 'd) scanner (* [@@dead "scanf"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 487:1 | |
ksscanf is never used | |
<-- line 487 | |
val ksscanf : (* [@@dead "ksscanf"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 495:1 | |
bscanf_format is never used | |
<-- line 495 | |
val bscanf_format : (* [@@dead "bscanf_format"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 506:1 | |
sscanf_format is never used | |
<-- line 506 | |
val sscanf_format : (* [@@dead "sscanf_format"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 523:1 | |
unescaped is never used | |
<-- line 523 | |
val unescaped : string -> string (* [@@dead "unescaped"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 540:1 | |
fscanf is never used | |
<-- line 540 | |
val fscanf : Pervasives.in_channel -> ('a, 'b, 'c, 'd) scanner (* [@@dead "fscanf"] *) | |
Warning Dead Value | |
stdlib-406/scanf.mli 555:1 | |
kfscanf is never used | |
<-- line 555 | |
val kfscanf : (* [@@dead "kfscanf"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 24:1 | |
full_init is never used | |
<-- line 24 | |
val full_init : int array -> unit (* [@@dead "full_init"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 49:1 | |
nativeint is never used | |
<-- line 49 | |
val nativeint : Nativeint.t -> Nativeint.t (* [@@dead "nativeint"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 80:3 | |
State.make is never used | |
<-- line 80 | |
val make : int array -> t (* [@@dead "State.make"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 87:3 | |
State.copy is never used | |
<-- line 87 | |
val copy : t -> t (* [@@dead "State.copy"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 91:3 | |
State.int is never used | |
<-- line 91 | |
val int : t -> int -> int (* [@@dead "State.int"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 92:3 | |
State.int32 is never used | |
<-- line 92 | |
val int32 : t -> Int32.t -> Int32.t (* [@@dead "State.int32"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 93:3 | |
State.nativeint is never used | |
<-- line 93 | |
val nativeint : t -> Nativeint.t -> Nativeint.t (* [@@dead "State.nativeint"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 94:3 | |
State.int64 is never used | |
<-- line 94 | |
val int64 : t -> Int64.t -> Int64.t (* [@@dead "State.int64"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 95:3 | |
State.float is never used | |
<-- line 95 | |
val float : t -> float -> float (* [@@dead "State.float"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 96:3 | |
State.bool is never used | |
<-- line 96 | |
val bool : t -> bool (* [@@dead "State.bool"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 103:1 | |
get_state is never used | |
<-- line 103 | |
val get_state : unit -> State.t (* [@@dead "get_state"] *) | |
Warning Dead Value | |
stdlib-406/random.mli 106:1 | |
set_state is never used | |
<-- line 106 | |
val set_state : State.t -> unit (* [@@dead "set_state"] *) | |
Warning Dead Value | |
stdlib-406/queue.mli 53:1 | |
top is never used | |
<-- line 53 | |
val top : 'a t -> 'a (* [@@dead "top"] *) | |
Warning Dead Value | |
stdlib-406/printf.mli 138:1 | |
ifprintf is never used | |
<-- line 138 | |
val ifprintf : 'b -> ('a, 'b, 'c, unit) format4 -> 'a (* [@@dead "ifprintf"] *) | |
Warning Dead Value | |
stdlib-406/printf.mli 146:1 | |
kfprintf is never used | |
<-- line 146 | |
val kfprintf : (out_channel -> 'd) -> out_channel -> (* [@@dead "kfprintf"] *) | |
Warning Dead Value | |
stdlib-406/printf.mli 153:1 | |
ikfprintf is never used | |
<-- line 153 | |
val ikfprintf : ('b -> 'd) -> 'b -> ('a, 'b, 'c, 'd) format4 -> 'a (* [@@dead "ikfprintf"] *) | |
Warning Dead Value | |
stdlib-406/printf.mli 159:1 | |
ksprintf is never used | |
<-- line 159 | |
val ksprintf : (string -> 'd) -> ('a, unit, string, 'd) format4 -> 'a (* [@@dead "ksprintf"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 22:1 | |
print is never used | |
<-- line 22 | |
val print: ('a -> 'b) -> 'a -> 'b (* [@@dead "print"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 30:1 | |
catch is never used | |
<-- line 30 | |
val catch: ('a -> 'b) -> 'a -> 'b (* [@@dead "catch"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 40:1 | |
print_backtrace is never used | |
<-- line 40 | |
val print_backtrace: out_channel -> unit (* [@@dead "print_backtrace"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 55:1 | |
get_backtrace is never used | |
<-- line 55 | |
val get_backtrace: unit -> string (* [@@dead "get_backtrace"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 62:1 | |
record_backtrace is never used | |
<-- line 62 | |
val record_backtrace: bool -> unit (* [@@dead "record_backtrace"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 70:1 | |
backtrace_status is never used | |
<-- line 70 | |
val backtrace_status: unit -> bool (* [@@dead "backtrace_status"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 113:1 | |
get_raw_backtrace is never used | |
<-- line 113 | |
val get_raw_backtrace: unit -> raw_backtrace (* [@@dead "get_raw_backtrace"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 121:1 | |
print_raw_backtrace is never used | |
<-- line 121 | |
val print_raw_backtrace: out_channel -> raw_backtrace -> unit (* [@@dead "print_raw_backtrace"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 128:1 | |
raw_backtrace_to_string is never used | |
<-- line 128 | |
val raw_backtrace_to_string: raw_backtrace -> string (* [@@dead "raw_backtrace_to_string"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 145:1 | |
get_callstack is never used | |
<-- line 145 | |
val get_callstack: int -> raw_backtrace (* [@@dead "get_callstack"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 156:1 | |
set_uncaught_exception_handler is never used | |
<-- line 156 | |
val set_uncaught_exception_handler: (exn -> raw_backtrace -> unit) -> unit (* [@@dead "set_uncaught_exception_handler"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 188:1 | |
backtrace_slots is never used | |
<-- line 188 | |
val backtrace_slots : raw_backtrace -> backtrace_slot array option (* [@@dead "backtrace_slots"] *) | |
Warning Dead Type | |
stdlib-406/printexc.mli 206:3 | |
location.filename is a record label never used to read a value | |
<-- line 206 | |
filename : string; (* [@@dead "location.filename"] *) | |
Warning Dead Type | |
stdlib-406/printexc.mli 207:3 | |
location.line_number is a record label never used to read a value | |
<-- line 207 | |
line_number : int; (* [@@dead "location.line_number"] *) | |
Warning Dead Type | |
stdlib-406/printexc.mli 208:3 | |
location.start_char is a record label never used to read a value | |
<-- line 208 | |
start_char : int; (* [@@dead "location.start_char"] *) | |
Warning Dead Type | |
stdlib-406/printexc.mli 209:3 | |
location.end_char is a record label never used to read a value | |
<-- line 209 | |
end_char : int; (* [@@dead "location.end_char"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 222:3 | |
Slot.is_raise is never used | |
<-- line 222 | |
val is_raise : t -> bool (* [@@dead "Slot.is_raise"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 230:3 | |
Slot.is_inline is never used | |
<-- line 230 | |
val is_inline : t -> bool (* [@@dead "Slot.is_inline"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 238:3 | |
Slot.location is never used | |
<-- line 238 | |
val location : t -> location option (* [@@dead "Slot.location"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 250:3 | |
Slot.format is never used | |
<-- line 250 | |
val format : int -> t -> string option (* [@@dead "Slot.format"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 282:1 | |
raw_backtrace_length is never used | |
<-- line 282 | |
val raw_backtrace_length : raw_backtrace -> int (* [@@dead "raw_backtrace_length"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 289:1 | |
get_raw_backtrace_slot is never used | |
<-- line 289 | |
val get_raw_backtrace_slot : raw_backtrace -> int -> raw_backtrace_slot (* [@@dead "get_raw_backtrace_slot"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 296:1 | |
convert_raw_backtrace_slot is never used | |
<-- line 296 | |
val convert_raw_backtrace_slot : raw_backtrace_slot -> backtrace_slot (* [@@dead "convert_raw_backtrace_slot"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 304:1 | |
get_raw_backtrace_next_slot is never used | |
<-- line 304 | |
val get_raw_backtrace_next_slot : (* [@@dead "get_raw_backtrace_next_slot"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 329:1 | |
exn_slot_id is never used | |
<-- line 329 | |
val exn_slot_id: exn -> int (* [@@dead "exn_slot_id"] *) | |
Warning Dead Value | |
stdlib-406/printexc.mli 337:1 | |
exn_slot_name is never used | |
<-- line 337 | |
val exn_slot_name: exn -> string (* [@@dead "exn_slot_name"] *) | |
Warning Dead Value | |
stdlib-406/oo.mli 37:1 | |
new_method is never used | |
<-- line 37 | |
val new_method : string -> CamlinternalOO.tag (* [@@dead "new_method"] *) | |
Warning Dead Value | |
stdlib-406/oo.mli 38:1 | |
public_method_label is never used | |
<-- line 38 | |
val public_method_label : string -> CamlinternalOO.tag (* [@@dead "public_method_label"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 33:1 | |
zero is never used | |
<-- line 33 | |
val zero : nativeint (* [@@dead "zero"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 36:1 | |
one is never used | |
<-- line 36 | |
val one : nativeint (* [@@dead "one"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 39:1 | |
minus_one is never used | |
<-- line 39 | |
val minus_one : nativeint (* [@@dead "minus_one"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 67:1 | |
succ is never used | |
<-- line 67 | |
val succ : nativeint -> nativeint (* [@@dead "succ"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 75:1 | |
abs is never used | |
<-- line 75 | |
val abs : nativeint -> nativeint (* [@@dead "abs"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 82:1 | |
max_int is never used | |
<-- line 82 | |
val max_int : nativeint (* [@@dead "max_int"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 87:1 | |
min_int is never used | |
<-- line 87 | |
val min_int : nativeint (* [@@dead "min_int"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 101:1 | |
lognot is never used | |
<-- line 101 | |
val lognot : nativeint -> nativeint (* [@@dead "lognot"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 174:1 | |
of_string_opt is never used | |
<-- line 174 | |
val of_string_opt: string -> nativeint option (* [@@dead "of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 178:1 | |
to_string is never used | |
<-- line 178 | |
val to_string : nativeint -> string (* [@@dead "to_string"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 184:1 | |
compare is never used | |
<-- line 184 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/nativeint.mli 190:1 | |
equal is never used | |
<-- line 190 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 29:3 | |
Hashtbl.clear is never used | |
<-- line 29 | |
val clear : ('a, 'b) t -> unit (* [@@dead "Hashtbl.clear"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 30:3 | |
Hashtbl.reset is never used | |
<-- line 30 | |
val reset : ('a, 'b) t -> unit (* [@@dead "Hashtbl.reset"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 31:3 | |
Hashtbl.copy is never used | |
<-- line 31 | |
val copy : ('a, 'b) t -> ('a, 'b) t (* [@@dead "Hashtbl.copy"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 32:3 | |
Hashtbl.add is never used | |
<-- line 32 | |
val add : ('a, 'b) t -> key:'a -> data:'b -> unit (* [@@dead "Hashtbl.add"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 33:3 | |
Hashtbl.find is never used | |
<-- line 33 | |
val find : ('a, 'b) t -> 'a -> 'b (* [@@dead "Hashtbl.find"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 34:3 | |
Hashtbl.find_opt is never used | |
<-- line 34 | |
val find_opt : ('a, 'b) t -> 'a -> 'b option (* [@@dead "Hashtbl.find_opt"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 35:3 | |
Hashtbl.find_all is never used | |
<-- line 35 | |
val find_all : ('a, 'b) t -> 'a -> 'b list (* [@@dead "Hashtbl.find_all"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 36:3 | |
Hashtbl.mem is never used | |
<-- line 36 | |
val mem : ('a, 'b) t -> 'a -> bool (* [@@dead "Hashtbl.mem"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 37:3 | |
Hashtbl.remove is never used | |
<-- line 37 | |
val remove : ('a, 'b) t -> 'a -> unit (* [@@dead "Hashtbl.remove"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 38:3 | |
Hashtbl.replace is never used | |
<-- line 38 | |
val replace : ('a, 'b) t -> key:'a -> data:'b -> unit (* [@@dead "Hashtbl.replace"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 39:3 | |
Hashtbl.iter is never used | |
<-- line 39 | |
val iter : f:(key:'a -> data:'b -> unit) -> ('a, 'b) t -> unit (* [@@dead "Hashtbl.iter"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 40:3 | |
Hashtbl.filter_map_inplace is never used | |
<-- line 40 | |
val filter_map_inplace: (* [@@dead "Hashtbl.filter_map_inplace"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 42:3 | |
Hashtbl.fold is never used | |
<-- line 42 | |
val fold : (* [@@dead "Hashtbl.fold"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 45:3 | |
Hashtbl.length is never used | |
<-- line 45 | |
val length : ('a, 'b) t -> int (* [@@dead "Hashtbl.length"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 46:3 | |
Hashtbl.randomize is never used | |
<-- line 46 | |
val randomize : unit -> unit (* [@@dead "Hashtbl.randomize"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 47:3 | |
Hashtbl.is_randomized is never used | |
<-- line 47 | |
val is_randomized : unit -> bool (* [@@dead "Hashtbl.is_randomized"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 49:3 | |
Hashtbl.stats is never used | |
<-- line 49 | |
val stats : ('a, 'b) t -> statistics (* [@@dead "Hashtbl.stats"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 102:3 | |
Hashtbl.hash is never used | |
<-- line 102 | |
val hash : 'a -> int (* [@@dead "Hashtbl.hash"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 103:3 | |
Hashtbl.seeded_hash is never used | |
<-- line 103 | |
val seeded_hash : int -> 'a -> int (* [@@dead "Hashtbl.seeded_hash"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 104:3 | |
Hashtbl.hash_param is never used | |
<-- line 104 | |
val hash_param : int -> int -> 'a -> int (* [@@dead "Hashtbl.hash_param"] *) | |
Warning Dead Value | |
stdlib-406/moreLabels.mli 105:3 | |
Hashtbl.seeded_hash_param is never used | |
<-- line 105 | |
val seeded_hash_param : int -> int -> int -> 'a -> int (* [@@dead "Hashtbl.seeded_hash_param"] *) | |
Warning Dead Type | |
stdlib-406/marshal.mli 56:5 | |
extern_flags.No_sharing is a variant case which is never constructed | |
<-- line 56 | |
No_sharing (** Don't preserve sharing *) (* [@@dead "extern_flags.No_sharing"] *) | |
Warning Dead Type | |
stdlib-406/marshal.mli 57:3 | |
extern_flags.Closures is a variant case which is never constructed | |
<-- line 57 | |
| Closures (** Send function closures *) (* [@@dead "extern_flags.Closures"] *) | |
Warning Dead Type | |
stdlib-406/marshal.mli 58:3 | |
extern_flags.Compat_32 is a variant case which is never constructed | |
<-- line 58 | |
| Compat_32 (** Ensure 32-bit compatibility *) (* [@@dead "extern_flags.Compat_32"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 61:1 | |
to_channel is never used | |
<-- line 61 | |
val to_channel : out_channel -> 'a -> extern_flags list -> unit (* [@@dead "to_channel"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 127:1 | |
to_buffer is never used | |
<-- line 127 | |
val to_buffer : bytes -> int -> int -> 'a -> extern_flags list -> int (* [@@dead "to_buffer"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 136:1 | |
from_channel is never used | |
<-- line 136 | |
val from_channel : in_channel -> 'a (* [@@dead "from_channel"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 155:1 | |
from_string is never used | |
<-- line 155 | |
val from_string : string -> int -> 'a (* [@@dead "from_string"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 159:1 | |
header_size is never used | |
<-- line 159 | |
val header_size : int (* [@@dead "header_size"] *) | |
Warning Dead Value | |
stdlib-406/marshal.mli 181:1 | |
data_size is never used | |
<-- line 181 | |
val data_size : bytes -> int -> int (* [@@dead "data_size"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 30:1 | |
zero is never used | |
<-- line 30 | |
val zero : int64 (* [@@dead "zero"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 36:1 | |
minus_one is never used | |
<-- line 36 | |
val minus_one : int64 (* [@@dead "minus_one"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 62:1 | |
succ is never used | |
<-- line 62 | |
val succ : int64 -> int64 (* [@@dead "succ"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 68:1 | |
abs is never used | |
<-- line 68 | |
val abs : int64 -> int64 (* [@@dead "abs"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 168:1 | |
of_string_opt is never used | |
<-- line 168 | |
val of_string_opt: string -> int64 option (* [@@dead "of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/int64.mli 200:1 | |
equal is never used | |
<-- line 200 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 29:1 | |
zero is never used | |
<-- line 29 | |
val zero : int32 (* [@@dead "zero"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 35:1 | |
minus_one is never used | |
<-- line 35 | |
val minus_one : int32 (* [@@dead "minus_one"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 64:1 | |
pred is never used | |
<-- line 64 | |
val pred : int32 -> int32 (* [@@dead "pred"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 67:1 | |
abs is never used | |
<-- line 67 | |
val abs : int32 -> int32 (* [@@dead "abs"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 86:1 | |
lognot is never used | |
<-- line 86 | |
val lognot : int32 -> int32 (* [@@dead "lognot"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 146:1 | |
of_string_opt is never used | |
<-- line 146 | |
val of_string_opt: string -> int32 option (* [@@dead "of_string_opt"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 151:1 | |
to_string is never used | |
<-- line 151 | |
val to_string : int32 -> string (* [@@dead "to_string"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 173:1 | |
compare is never used | |
<-- line 173 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/int32.mli 179:1 | |
equal is never used | |
<-- line 179 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Type | |
stdlib-406/hashtbl.mli 200:3 | |
statistics.num_bindings is a record label never used to read a value | |
<-- line 200 | |
num_bindings: int; (* [@@dead "statistics.num_bindings"] *) | |
Warning Dead Type | |
stdlib-406/hashtbl.mli 203:3 | |
statistics.num_buckets is a record label never used to read a value | |
<-- line 203 | |
num_buckets: int; (* [@@dead "statistics.num_buckets"] *) | |
Warning Dead Type | |
stdlib-406/hashtbl.mli 205:3 | |
statistics.max_bucket_length is a record label never used to read a value | |
<-- line 205 | |
max_bucket_length: int; (* [@@dead "statistics.max_bucket_length"] *) | |
Warning Dead Type | |
stdlib-406/hashtbl.mli 207:3 | |
statistics.bucket_histogram is a record label never used to read a value | |
<-- line 207 | |
bucket_histogram: int array (* [@@dead "statistics.bucket_histogram"] *) | |
Warning Dead Type | |
stdlib-406/genlex.mli 60:3 | |
token.Float is a variant case which is never constructed | |
<-- line 60 | |
| Float of float (* [@@dead "token.Float"] *) | |
Warning Dead Type | |
stdlib-406/genlex.mli 61:3 | |
token.String is a variant case which is never constructed | |
<-- line 61 | |
| String of string (* [@@dead "token.String"] *) | |
Warning Dead Type | |
stdlib-406/genlex.mli 62:3 | |
token.Char is a variant case which is never constructed | |
<-- line 62 | |
| Char of char (* [@@dead "token.Char"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 19:5 | |
stat.minor_words is a record label never used to read a value | |
<-- line 19 | |
{ minor_words : float; (* [@@dead "stat.minor_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 30:5 | |
stat.major_words is a record label never used to read a value | |
<-- line 30 | |
major_words : float; (* [@@dead "stat.major_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 34:5 | |
stat.minor_collections is a record label never used to read a value | |
<-- line 34 | |
minor_collections : int; (* [@@dead "stat.minor_collections"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 41:5 | |
stat.heap_words is a record label never used to read a value | |
<-- line 41 | |
heap_words : int; (* [@@dead "stat.heap_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 44:5 | |
stat.heap_chunks is a record label never used to read a value | |
<-- line 44 | |
heap_chunks : int; (* [@@dead "stat.heap_chunks"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 47:5 | |
stat.live_words is a record label never used to read a value | |
<-- line 47 | |
live_words : int; (* [@@dead "stat.live_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 51:5 | |
stat.live_blocks is a record label never used to read a value | |
<-- line 51 | |
live_blocks : int; (* [@@dead "stat.live_blocks"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 54:5 | |
stat.free_words is a record label never used to read a value | |
<-- line 54 | |
free_words : int; (* [@@dead "stat.free_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 57:5 | |
stat.free_blocks is a record label never used to read a value | |
<-- line 57 | |
free_blocks : int; (* [@@dead "stat.free_blocks"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 60:5 | |
stat.largest_free is a record label never used to read a value | |
<-- line 60 | |
largest_free : int; (* [@@dead "stat.largest_free"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 63:5 | |
stat.fragments is a record label never used to read a value | |
<-- line 63 | |
fragments : int; (* [@@dead "stat.fragments"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 68:5 | |
stat.compactions is a record label never used to read a value | |
<-- line 68 | |
compactions : int; (* [@@dead "stat.compactions"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 71:5 | |
stat.top_heap_words is a record label never used to read a value | |
<-- line 71 | |
top_heap_words : int; (* [@@dead "stat.top_heap_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 74:5 | |
stat.stack_size is a record label never used to read a value | |
<-- line 74 | |
stack_size: int; (* [@@dead "stat.stack_size"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 86:5 | |
control.minor_heap_size is a record label never used to read a value | |
<-- line 86 | |
{ mutable minor_heap_size : int; (* [@@dead "control.minor_heap_size"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 90:5 | |
control.major_heap_increment is a record label never used to read a value | |
<-- line 90 | |
mutable major_heap_increment : int; (* [@@dead "control.major_heap_increment"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 97:5 | |
control.space_overhead is a record label never used to read a value | |
<-- line 97 | |
mutable space_overhead : int; (* [@@dead "control.space_overhead"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 106:5 | |
control.verbose is a record label never used to read a value | |
<-- line 106 | |
mutable verbose : int; (* [@@dead "control.verbose"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 123:5 | |
control.max_overhead is a record label never used to read a value | |
<-- line 123 | |
mutable max_overhead : int; (* [@@dead "control.max_overhead"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 134:5 | |
control.stack_limit is a record label never used to read a value | |
<-- line 134 | |
mutable stack_limit : int; (* [@@dead "control.stack_limit"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 139:5 | |
control.allocation_policy is a record label never used to read a value | |
<-- line 139 | |
mutable allocation_policy : int; (* [@@dead "control.allocation_policy"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 147:5 | |
control.window_size is a record label never used to read a value | |
<-- line 147 | |
window_size : int; (* [@@dead "control.window_size"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 158:1 | |
stat is never used | |
<-- line 158 | |
val stat : unit -> stat (* [@@dead "stat"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 163:1 | |
quick_stat is never used | |
<-- line 163 | |
val quick_stat : unit -> stat (* [@@dead "quick_stat"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 183:1 | |
get is never used | |
<-- line 183 | |
val get : unit -> control (* [@@dead "get"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 213:1 | |
print_stat is never used | |
<-- line 213 | |
val print_stat : out_channel -> unit (* [@@dead "print_stat"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 217:1 | |
allocated_bytes is never used | |
<-- line 217 | |
val allocated_bytes : unit -> float (* [@@dead "allocated_bytes"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 247:1 | |
finalise is never used | |
<-- line 247 | |
val finalise : ('a -> unit) -> 'a -> unit (* [@@dead "finalise"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 313:1 | |
finalise_last is never used | |
<-- line 313 | |
val finalise_last : (unit -> unit) -> 'a -> unit (* [@@dead "finalise_last"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 328:1 | |
finalise_release is never used | |
<-- line 328 | |
val finalise_release : unit -> unit (* [@@dead "finalise_release"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 338:1 | |
create_alarm is never used | |
<-- line 338 | |
val create_alarm : (unit -> unit) -> alarm (* [@@dead "create_alarm"] *) | |
Warning Dead Value | |
stdlib-406/gc.mli 344:1 | |
delete_alarm is never used | |
<-- line 344 | |
val delete_alarm : alarm -> unit (* [@@dead "delete_alarm"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 138:1 | |
pp_open_box is never used | |
<-- line 138 | |
val pp_open_box : formatter -> int -> unit (* [@@dead "pp_open_box"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 139:1 | |
open_box is never used | |
<-- line 139 | |
val open_box : int -> unit (* [@@dead "open_box"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 162:1 | |
close_box is never used | |
<-- line 162 | |
val close_box : unit -> unit (* [@@dead "close_box"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 165:1 | |
pp_open_hbox is never used | |
<-- line 165 | |
val pp_open_hbox : formatter -> unit -> unit (* [@@dead "pp_open_hbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 166:1 | |
open_hbox is never used | |
<-- line 166 | |
val open_hbox : unit -> unit (* [@@dead "open_hbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 175:1 | |
pp_open_vbox is never used | |
<-- line 175 | |
val pp_open_vbox : formatter -> int -> unit (* [@@dead "pp_open_vbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 176:1 | |
open_vbox is never used | |
<-- line 176 | |
val open_vbox : int -> unit (* [@@dead "open_vbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 188:1 | |
pp_open_hvbox is never used | |
<-- line 188 | |
val pp_open_hvbox : formatter -> int -> unit (* [@@dead "pp_open_hvbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 189:1 | |
open_hvbox is never used | |
<-- line 189 | |
val open_hvbox : int -> unit (* [@@dead "open_hvbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 200:1 | |
pp_open_hovbox is never used | |
<-- line 200 | |
val pp_open_hovbox : formatter -> int -> unit (* [@@dead "pp_open_hovbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 201:1 | |
open_hovbox is never used | |
<-- line 201 | |
val open_hovbox : int -> unit (* [@@dead "open_hovbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 217:1 | |
print_string is never used | |
<-- line 217 | |
val print_string : string -> unit (* [@@dead "print_string"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 220:1 | |
pp_print_as is never used | |
<-- line 220 | |
val pp_print_as : formatter -> int -> string -> unit (* [@@dead "pp_print_as"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 221:1 | |
print_as is never used | |
<-- line 221 | |
val print_as : int -> string -> unit (* [@@dead "print_as"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 227:1 | |
print_int is never used | |
<-- line 227 | |
val print_int : int -> unit (* [@@dead "print_int"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 230:1 | |
pp_print_float is never used | |
<-- line 230 | |
val pp_print_float : formatter -> float -> unit (* [@@dead "pp_print_float"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 231:1 | |
print_float is never used | |
<-- line 231 | |
val print_float : float -> unit (* [@@dead "print_float"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 235:1 | |
print_char is never used | |
<-- line 235 | |
val print_char : char -> unit (* [@@dead "print_char"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 238:1 | |
pp_print_bool is never used | |
<-- line 238 | |
val pp_print_bool : formatter -> bool -> unit (* [@@dead "pp_print_bool"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 263:1 | |
pp_print_space is never used | |
<-- line 263 | |
val pp_print_space : formatter -> unit -> unit (* [@@dead "pp_print_space"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 272:1 | |
pp_print_cut is never used | |
<-- line 272 | |
val pp_print_cut : formatter -> unit -> unit (* [@@dead "pp_print_cut"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 273:1 | |
print_cut is never used | |
<-- line 273 | |
val print_cut : unit -> unit (* [@@dead "print_cut"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 281:1 | |
pp_print_break is never used | |
<-- line 281 | |
val pp_print_break : formatter -> int -> int -> unit (* [@@dead "pp_print_break"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 282:1 | |
print_break is never used | |
<-- line 282 | |
val print_break : int -> int -> unit (* [@@dead "print_break"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 291:1 | |
pp_force_newline is never used | |
<-- line 291 | |
val pp_force_newline : formatter -> unit -> unit (* [@@dead "pp_force_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 292:1 | |
force_newline is never used | |
<-- line 292 | |
val force_newline : unit -> unit (* [@@dead "force_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 303:1 | |
pp_print_if_newline is never used | |
<-- line 303 | |
val pp_print_if_newline : formatter -> unit -> unit (* [@@dead "pp_print_if_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 304:1 | |
print_if_newline is never used | |
<-- line 304 | |
val print_if_newline : unit -> unit (* [@@dead "print_if_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 313:1 | |
print_flush is never used | |
<-- line 313 | |
val print_flush : unit -> unit (* [@@dead "print_flush"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 339:1 | |
print_newline is never used | |
<-- line 339 | |
val print_newline : unit -> unit (* [@@dead "print_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 354:1 | |
pp_set_margin is never used | |
<-- line 354 | |
val pp_set_margin : formatter -> int -> unit (* [@@dead "pp_set_margin"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 368:1 | |
pp_get_margin is never used | |
<-- line 368 | |
val pp_get_margin : formatter -> unit -> int (* [@@dead "pp_get_margin"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 369:1 | |
get_margin is never used | |
<-- line 369 | |
val get_margin : unit -> int (* [@@dead "get_margin"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 374:1 | |
pp_set_max_indent is never used | |
<-- line 374 | |
val pp_set_max_indent : formatter -> int -> unit (* [@@dead "pp_set_max_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 375:1 | |
set_max_indent is never used | |
<-- line 375 | |
val set_max_indent : int -> unit (* [@@dead "set_max_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 389:1 | |
pp_get_max_indent is never used | |
<-- line 389 | |
val pp_get_max_indent : formatter -> unit -> int (* [@@dead "pp_get_max_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 390:1 | |
get_max_indent is never used | |
<-- line 390 | |
val get_max_indent : unit -> int (* [@@dead "get_max_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 402:1 | |
pp_set_max_boxes is never used | |
<-- line 402 | |
val pp_set_max_boxes : formatter -> int -> unit (* [@@dead "pp_set_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 413:1 | |
pp_get_max_boxes is never used | |
<-- line 413 | |
val pp_get_max_boxes : formatter -> unit -> int (* [@@dead "pp_get_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 414:1 | |
get_max_boxes is never used | |
<-- line 414 | |
val get_max_boxes : unit -> int (* [@@dead "get_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 419:1 | |
pp_over_max_boxes is never used | |
<-- line 419 | |
val pp_over_max_boxes : formatter -> unit -> bool (* [@@dead "pp_over_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 443:1 | |
pp_open_tbox is never used | |
<-- line 443 | |
val pp_open_tbox : formatter -> unit -> unit (* [@@dead "pp_open_tbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 444:1 | |
open_tbox is never used | |
<-- line 444 | |
val open_tbox : unit -> unit (* [@@dead "open_tbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 458:1 | |
pp_close_tbox is never used | |
<-- line 458 | |
val pp_close_tbox : formatter -> unit -> unit (* [@@dead "pp_close_tbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 459:1 | |
close_tbox is never used | |
<-- line 459 | |
val close_tbox : unit -> unit (* [@@dead "close_tbox"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 462:1 | |
pp_set_tab is never used | |
<-- line 462 | |
val pp_set_tab : formatter -> unit -> unit (* [@@dead "pp_set_tab"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 463:1 | |
set_tab is never used | |
<-- line 463 | |
val set_tab : unit -> unit (* [@@dead "set_tab"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 466:1 | |
pp_print_tab is never used | |
<-- line 466 | |
val pp_print_tab : formatter -> unit -> unit (* [@@dead "pp_print_tab"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 467:1 | |
print_tab is never used | |
<-- line 467 | |
val print_tab : unit -> unit (* [@@dead "print_tab"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 476:1 | |
print_tbreak is never used | |
<-- line 476 | |
val print_tbreak : int -> int -> unit (* [@@dead "print_tbreak"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 493:1 | |
pp_set_ellipsis_text is never used | |
<-- line 493 | |
val pp_set_ellipsis_text : formatter -> string -> unit (* [@@dead "pp_set_ellipsis_text"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 494:1 | |
set_ellipsis_text is never used | |
<-- line 494 | |
val set_ellipsis_text : string -> unit (* [@@dead "set_ellipsis_text"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 499:1 | |
pp_get_ellipsis_text is never used | |
<-- line 499 | |
val pp_get_ellipsis_text : formatter -> unit -> string (* [@@dead "pp_get_ellipsis_text"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 500:1 | |
get_ellipsis_text is never used | |
<-- line 500 | |
val get_ellipsis_text : unit -> string (* [@@dead "get_ellipsis_text"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 577:1 | |
pp_open_tag is never used | |
<-- line 577 | |
val pp_open_tag : formatter -> string -> unit (* [@@dead "pp_open_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 578:1 | |
open_tag is never used | |
<-- line 578 | |
val open_tag : tag -> unit (* [@@dead "open_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 586:1 | |
pp_close_tag is never used | |
<-- line 586 | |
val pp_close_tag : formatter -> unit -> unit (* [@@dead "pp_close_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 587:1 | |
close_tag is never used | |
<-- line 587 | |
val close_tag : unit -> unit (* [@@dead "close_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 595:1 | |
pp_set_tags is never used | |
<-- line 595 | |
val pp_set_tags : formatter -> bool -> unit (* [@@dead "pp_set_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 596:1 | |
set_tags is never used | |
<-- line 596 | |
val set_tags : bool -> unit (* [@@dead "set_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 602:1 | |
set_print_tags is never used | |
<-- line 602 | |
val set_print_tags : bool -> unit (* [@@dead "set_print_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 605:1 | |
pp_set_mark_tags is never used | |
<-- line 605 | |
val pp_set_mark_tags : formatter -> bool -> unit (* [@@dead "pp_set_mark_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 609:1 | |
pp_get_print_tags is never used | |
<-- line 609 | |
val pp_get_print_tags : formatter -> unit -> bool (* [@@dead "pp_get_print_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 613:1 | |
pp_get_mark_tags is never used | |
<-- line 613 | |
val pp_get_mark_tags : formatter -> unit -> bool (* [@@dead "pp_get_mark_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 629:1 | |
pp_set_formatter_output_functions is never used | |
<-- line 629 | |
val pp_set_formatter_output_functions : (* [@@dead "pp_set_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 647:1 | |
pp_get_formatter_output_functions is never used | |
<-- line 647 | |
val pp_get_formatter_output_functions : (* [@@dead "pp_get_formatter_output_functions"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 664:3 | |
formatter_out_functions.out_string is a record label never used to read a value | |
<-- line 664 | |
out_string : string -> int -> int -> unit; (* [@@dead "formatter_out_functions.out_string"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 665:3 | |
formatter_out_functions.out_flush is a record label never used to read a value | |
<-- line 665 | |
out_flush : unit -> unit; (* [@@dead "formatter_out_functions.out_flush"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 666:3 | |
formatter_out_functions.out_newline is a record label never used to read a value | |
<-- line 666 | |
out_newline : unit -> unit; (* [@@dead "formatter_out_functions.out_newline"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 667:3 | |
formatter_out_functions.out_spaces is a record label never used to read a value | |
<-- line 667 | |
out_spaces : int -> unit; (* [@@dead "formatter_out_functions.out_spaces"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 668:3 | |
formatter_out_functions.out_indent is a record label never used to read a value | |
<-- line 668 | |
out_indent : int -> unit; (* [@@dead "formatter_out_functions.out_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 695:1 | |
pp_set_formatter_out_functions is never used | |
<-- line 695 | |
val pp_set_formatter_out_functions : (* [@@dead "pp_set_formatter_out_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 697:1 | |
set_formatter_out_functions is never used | |
<-- line 697 | |
val set_formatter_out_functions : formatter_out_functions -> unit (* [@@dead "set_formatter_out_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 713:1 | |
pp_get_formatter_out_functions is never used | |
<-- line 713 | |
val pp_get_formatter_out_functions : (* [@@dead "pp_get_formatter_out_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 715:1 | |
get_formatter_out_functions is never used | |
<-- line 715 | |
val get_formatter_out_functions : unit -> formatter_out_functions (* [@@dead "get_formatter_out_functions"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 725:3 | |
formatter_tag_functions.mark_open_tag is a record label never used to read a value | |
<-- line 725 | |
mark_open_tag : tag -> string; (* [@@dead "formatter_tag_functions.mark_open_tag"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 726:3 | |
formatter_tag_functions.mark_close_tag is a record label never used to read a value | |
<-- line 726 | |
mark_close_tag : tag -> string; (* [@@dead "formatter_tag_functions.mark_close_tag"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 727:3 | |
formatter_tag_functions.print_open_tag is a record label never used to read a value | |
<-- line 727 | |
print_open_tag : tag -> unit; (* [@@dead "formatter_tag_functions.print_open_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 738:1 | |
pp_set_formatter_tag_functions is never used | |
<-- line 738 | |
val pp_set_formatter_tag_functions : (* [@@dead "pp_set_formatter_tag_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 740:1 | |
set_formatter_tag_functions is never used | |
<-- line 740 | |
val set_formatter_tag_functions : formatter_tag_functions -> unit (* [@@dead "set_formatter_tag_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 760:1 | |
get_formatter_tag_functions is never used | |
<-- line 760 | |
val get_formatter_tag_functions : unit -> formatter_tag_functions (* [@@dead "get_formatter_tag_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 808:1 | |
stdbuf is never used | |
<-- line 808 | |
val stdbuf : Buffer.t (* [@@dead "stdbuf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 811:1 | |
str_formatter is never used | |
<-- line 811 | |
val str_formatter : formatter (* [@@dead "str_formatter"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 817:1 | |
flush_str_formatter is never used | |
<-- line 817 | |
val flush_str_formatter : unit -> string (* [@@dead "flush_str_formatter"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 822:1 | |
make_formatter is never used | |
<-- line 822 | |
val make_formatter : (* [@@dead "make_formatter"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 834:1 | |
formatter_of_out_functions is never used | |
<-- line 834 | |
val formatter_of_out_functions : (* [@@dead "formatter_of_out_functions"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 868:3 | |
symbolic_output_item.Output_flush is a variant case which is never constructed | |
<-- line 868 | |
| Output_flush (** symbolic flush command *) (* [@@dead "symbolic_output_item.Output_flush"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 870:3 | |
symbolic_output_item.Output_string is a variant case which is never constructed | |
<-- line 870 | |
| Output_string of string (* [@@dead "symbolic_output_item.Output_string"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 872:3 | |
symbolic_output_item.Output_spaces is a variant case which is never constructed | |
<-- line 872 | |
| Output_spaces of int (* [@@dead "symbolic_output_item.Output_spaces"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 874:3 | |
symbolic_output_item.Output_indent is a variant case which is never constructed | |
<-- line 874 | |
| Output_indent of int (* [@@dead "symbolic_output_item.Output_indent"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 894:1 | |
clear_symbolic_output_buffer is never used | |
<-- line 894 | |
val clear_symbolic_output_buffer : symbolic_output_buffer -> unit (* [@@dead "clear_symbolic_output_buffer"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 900:1 | |
get_symbolic_output_buffer is never used | |
<-- line 900 | |
val get_symbolic_output_buffer : (* [@@dead "get_symbolic_output_buffer"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 918:1 | |
add_symbolic_output_item is never used | |
<-- line 918 | |
val add_symbolic_output_item : (* [@@dead "add_symbolic_output_item"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 925:1 | |
formatter_of_symbolic_output_buffer is never used | |
<-- line 925 | |
val formatter_of_symbolic_output_buffer : symbolic_output_buffer -> formatter (* [@@dead "formatter_of_symbolic_output_buffer"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 945:1 | |
pp_print_text is never used | |
<-- line 945 | |
val pp_print_text : formatter -> string -> unit (* [@@dead "pp_print_text"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1040:1 | |
printf is never used | |
<-- line 1040 | |
val printf : ('a, formatter, unit) format -> 'a (* [@@dead "printf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1043:1 | |
eprintf is never used | |
<-- line 1043 | |
val eprintf : ('a, formatter, unit) format -> 'a (* [@@dead "eprintf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1086:1 | |
ikfprintf is never used | |
<-- line 1086 | |
val ikfprintf : (* [@@dead "ikfprintf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1099:1 | |
kasprintf is never used | |
<-- line 1099 | |
val kasprintf : (string -> 'a) -> ('b, formatter, unit, 'a) format4 -> 'b (* [@@dead "kasprintf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1108:1 | |
bprintf is never used | |
<-- line 1108 | |
val bprintf : Buffer.t -> ('a, formatter, unit) format -> 'a (* [@@dead "bprintf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1123:1 | |
set_all_formatter_output_functions is never used | |
<-- line 1123 | |
val set_all_formatter_output_functions : (* [@@dead "set_all_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1132:1 | |
get_all_formatter_output_functions is never used | |
<-- line 1132 | |
val get_all_formatter_output_functions : (* [@@dead "get_all_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1141:1 | |
pp_set_all_formatter_output_functions is never used | |
<-- line 1141 | |
val pp_set_all_formatter_output_functions : (* [@@dead "pp_set_all_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1147:1 | |
pp_get_all_formatter_output_functions is never used | |
<-- line 1147 | |
val pp_get_all_formatter_output_functions : (* [@@dead "pp_get_all_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 38:1 | |
equal is never used | |
<-- line 38 | |
val equal : t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 45:1 | |
bytes is never used | |
<-- line 45 | |
val bytes : bytes -> t (* [@@dead "bytes"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 49:1 | |
substring is never used | |
<-- line 49 | |
val substring : string -> int -> int -> t (* [@@dead "substring"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 66:1 | |
file is never used | |
<-- line 66 | |
val file : string -> t (* [@@dead "file"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 69:1 | |
output is never used | |
<-- line 69 | |
val output : out_channel -> t -> unit (* [@@dead "output"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 72:1 | |
input is never used | |
<-- line 72 | |
val input : in_channel -> t (* [@@dead "input"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 80:1 | |
from_hex is never used | |
<-- line 80 | |
val from_hex : string -> t (* [@@dead "from_hex"] *) | |
Warning Dead Type | |
stdlib-406/complex.mli 23:12 | |
t.re is a record label never used to read a value | |
<-- line 23 | |
type t = { re: float; im: float } (* [@@dead "t.re"] *) | |
Warning Dead Type | |
stdlib-406/complex.mli 23:23 | |
t.im is a record label never used to read a value | |
<-- line 23 | |
type t = { re: float; im: float } (* [@@dead "t.im"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 27:1 | |
zero is never used | |
<-- line 27 | |
val zero: t (* [@@dead "zero"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 36:1 | |
neg is never used | |
<-- line 36 | |
val neg: t -> t (* [@@dead "neg"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 45:1 | |
sub is never used | |
<-- line 45 | |
val sub: t -> t -> t (* [@@dead "sub"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 48:1 | |
mul is never used | |
<-- line 48 | |
val mul: t -> t -> t (* [@@dead "mul"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 51:1 | |
inv is never used | |
<-- line 51 | |
val inv: t -> t (* [@@dead "inv"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 54:1 | |
div is never used | |
<-- line 54 | |
val div: t -> t -> t (* [@@dead "div"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 57:1 | |
sqrt is never used | |
<-- line 57 | |
val sqrt: t -> t (* [@@dead "sqrt"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 62:1 | |
norm2 is never used | |
<-- line 62 | |
val norm2: t -> float (* [@@dead "norm2"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 65:1 | |
norm is never used | |
<-- line 65 | |
val norm: t -> float (* [@@dead "norm"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 75:1 | |
polar is never used | |
<-- line 75 | |
val polar: float -> float -> t (* [@@dead "polar"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 79:1 | |
exp is never used | |
<-- line 79 | |
val exp: t -> t (* [@@dead "exp"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 85:1 | |
pow is never used | |
<-- line 85 | |
val pow: t -> t -> t (* [@@dead "pow"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 31:1 | |
new_variable is never used | |
<-- line 31 | |
val new_variable : table -> string -> int (* [@@dead "new_variable"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 32:1 | |
new_methods_variables is never used | |
<-- line 32 | |
val new_methods_variables : (* [@@dead "new_methods_variables"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 34:1 | |
get_variable is never used | |
<-- line 34 | |
val get_variable : table -> string -> int (* [@@dead "get_variable"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 35:1 | |
get_variables is never used | |
<-- line 35 | |
val get_variables : table -> string array -> int array (* [@@dead "get_variables"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 37:1 | |
get_method_labels is never used | |
<-- line 37 | |
val get_method_labels : table -> string array -> label array (* [@@dead "get_method_labels"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 38:1 | |
get_method is never used | |
<-- line 38 | |
val get_method : table -> label -> meth (* [@@dead "get_method"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 39:1 | |
set_method is never used | |
<-- line 39 | |
val set_method : table -> label -> meth -> unit (* [@@dead "set_method"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 40:1 | |
set_methods is never used | |
<-- line 40 | |
val set_methods : table -> label array -> unit (* [@@dead "set_methods"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 44:1 | |
dummy_table is never used | |
<-- line 44 | |
val dummy_table : table (* [@@dead "dummy_table"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 46:1 | |
init_class is never used | |
<-- line 46 | |
val init_class : table -> unit (* [@@dead "init_class"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 47:1 | |
inherits is never used | |
<-- line 47 | |
val inherits : (* [@@dead "inherits"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 54:1 | |
make_class_store is never used | |
<-- line 54 | |
val make_class_store : (* [@@dead "make_class_store"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 65:1 | |
create_object is never used | |
<-- line 65 | |
val create_object : table -> obj (* [@@dead "create_object"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 68:1 | |
run_initializers_opt is never used | |
<-- line 68 | |
val run_initializers_opt : obj -> obj -> table -> obj (* [@@dead "run_initializers_opt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 114:5 | |
impl.GetConst is a variant case which is never constructed | |
<-- line 114 | |
GetConst (* [@@dead "impl.GetConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 115:3 | |
impl.GetVar is a variant case which is never constructed | |
<-- line 115 | |
| GetVar (* [@@dead "impl.GetVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 116:3 | |
impl.GetEnv is a variant case which is never constructed | |
<-- line 116 | |
| GetEnv (* [@@dead "impl.GetEnv"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 118:3 | |
impl.SetVar is a variant case which is never constructed | |
<-- line 118 | |
| SetVar (* [@@dead "impl.SetVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 120:3 | |
impl.AppVar is a variant case which is never constructed | |
<-- line 120 | |
| AppVar (* [@@dead "impl.AppVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 123:3 | |
impl.AppConstConst is a variant case which is never constructed | |
<-- line 123 | |
| AppConstConst (* [@@dead "impl.AppConstConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 124:3 | |
impl.AppConstVar is a variant case which is never constructed | |
<-- line 124 | |
| AppConstVar (* [@@dead "impl.AppConstVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 125:3 | |
impl.AppConstEnv is a variant case which is never constructed | |
<-- line 125 | |
| AppConstEnv (* [@@dead "impl.AppConstEnv"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 126:3 | |
impl.AppConstMeth is a variant case which is never constructed | |
<-- line 126 | |
| AppConstMeth (* [@@dead "impl.AppConstMeth"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 128:3 | |
impl.AppEnvConst is a variant case which is never constructed | |
<-- line 128 | |
| AppEnvConst (* [@@dead "impl.AppEnvConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 129:3 | |
impl.AppMethConst is a variant case which is never constructed | |
<-- line 129 | |
| AppMethConst (* [@@dead "impl.AppMethConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 130:3 | |
impl.MethAppConst is a variant case which is never constructed | |
<-- line 130 | |
| MethAppConst (* [@@dead "impl.MethAppConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 131:3 | |
impl.MethAppVar is a variant case which is never constructed | |
<-- line 131 | |
| MethAppVar (* [@@dead "impl.MethAppVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 134:3 | |
impl.SendConst is a variant case which is never constructed | |
<-- line 134 | |
| SendConst (* [@@dead "impl.SendConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 135:3 | |
impl.SendVar is a variant case which is never constructed | |
<-- line 135 | |
| SendVar (* [@@dead "impl.SendVar"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 136:3 | |
impl.SendEnv is a variant case which is never constructed | |
<-- line 136 | |
| SendEnv (* [@@dead "impl.SendEnv"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 138:3 | |
impl.Closure is a variant case which is never constructed | |
<-- line 138 | |
| Closure of closure (* [@@dead "impl.Closure"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 144:5 | |
params.compact_table is a record label never used to read a value | |
<-- line 144 | |
{ mutable compact_table : bool; (* [@@dead "params.compact_table"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 146:5 | |
params.clean_when_copying is a record label never used to read a value | |
<-- line 146 | |
mutable clean_when_copying : bool; (* [@@dead "params.clean_when_copying"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 147:5 | |
params.retry_count is a record label never used to read a value | |
<-- line 147 | |
mutable retry_count : int; (* [@@dead "params.retry_count"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 155:5 | |
stats.classes is a record label never used to read a value | |
<-- line 155 | |
{ classes : int; (* [@@dead "stats.classes"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 156:5 | |
stats.methods is a record label never used to read a value | |
<-- line 156 | |
methods : int; (* [@@dead "stats.methods"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 157:5 | |
stats.inst_vars is a record label never used to read a value | |
<-- line 157 | |
inst_vars : int } (* [@@dead "stats.inst_vars"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalLazy.mli 24:1 | |
force_val_lazy_block is never used | |
<-- line 24 | |
val force_val_lazy_block : 'a lazy_t -> 'a (* [@@dead "force_val_lazy_block"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormatBasics.mli 264:1 | |
fmt.Custom is a variant case which is never constructed | |
<-- line 264 | |
| Custom : (* [@@dead "fmt.Custom"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 21:1 | |
rev_char_set is never used | |
<-- line 21 | |
val rev_char_set : char_set -> char_set (* [@@dead "rev_char_set"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 24:1 | |
create_char_set is never used | |
<-- line 24 | |
val create_char_set : unit -> mutable_char_set (* [@@dead "create_char_set"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 26:1 | |
freeze_char_set is never used | |
<-- line 26 | |
val freeze_char_set : mutable_char_set -> char_set (* [@@dead "freeze_char_set"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 28:50 | |
param_format_ebb.Param_format_EBB is a variant case which is never constructed | |
<-- line 28 | |
type ('a, 'b, 'c, 'd, 'e, 'f) param_format_ebb = Param_format_EBB : (* [@@dead "param_format_ebb.Param_format_EBB"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 37:3 | |
acc_formatting_gen.Acc_open_tag is a variant case which is never constructed | |
<-- line 37 | |
| Acc_open_tag of ('b, 'c) acc (* [@@dead "acc_formatting_gen.Acc_open_tag"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 38:3 | |
acc_formatting_gen.Acc_open_box is a variant case which is never constructed | |
<-- line 38 | |
| Acc_open_box of ('b, 'c) acc (* [@@dead "acc_formatting_gen.Acc_open_box"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 43:3 | |
acc.Acc_string_literal is a variant case which is never constructed | |
<-- line 43 | |
| Acc_string_literal of ('b, 'c) acc * string (* [@@dead "acc.Acc_string_literal"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 45:3 | |
acc.Acc_data_string is a variant case which is never constructed | |
<-- line 45 | |
| Acc_data_string of ('b, 'c) acc * string (* [@@dead "acc.Acc_data_string"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 46:3 | |
acc.Acc_data_char is a variant case which is never constructed | |
<-- line 46 | |
| Acc_data_char of ('b, 'c) acc * char (* [@@dead "acc.Acc_data_char"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 47:3 | |
acc.Acc_delay is a variant case which is never constructed | |
<-- line 47 | |
| Acc_delay of ('b, 'c) acc * ('b -> 'c) (* [@@dead "acc.Acc_delay"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 94:1 | |
string_of_formatting_gen is never used | |
<-- line 94 | |
val string_of_formatting_gen : (* [@@dead "string_of_formatting_gen"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 118:1 | |
recast is never used | |
<-- line 118 | |
val recast : (* [@@dead "recast"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 45:1 | |
to_bytes is never used | |
<-- line 45 | |
val to_bytes : t -> bytes (* [@@dead "to_bytes"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 68:1 | |
nth is never used | |
<-- line 68 | |
val nth : t -> int -> char (* [@@dead "nth"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 119:1 | |
add_subbytes is never used | |
<-- line 119 | |
val add_subbytes : t -> bytes -> int -> int -> unit (* [@@dead "add_subbytes"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 144:1 | |
add_channel is never used | |
<-- line 144 | |
val add_channel : t -> in_channel -> int -> unit (* [@@dead "add_channel"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 124:1 | |
float32 is never used | |
<-- line 124 | |
val float32 : (float, float32_elt) kind (* [@@dead "float32"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 133:1 | |
complex64 is never used | |
<-- line 133 | |
val complex64 : (Complex.t, complex64_elt) kind (* [@@dead "complex64"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 142:1 | |
int16_signed is never used | |
<-- line 142 | |
val int16_signed : (int, int16_signed_elt) kind (* [@@dead "int16_signed"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 151:1 | |
int32 is never used | |
<-- line 151 | |
val int32 : (int32, int32_elt) kind (* [@@dead "int32"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 157:1 | |
nativeint is never used | |
<-- line 157 | |
val nativeint : (nativeint, nativeint_elt) kind (* [@@dead "nativeint"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 160:1 | |
char is never used | |
<-- line 160 | |
val char : (char, int8_unsigned_elt) kind (* [@@dead "char"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 463:3 | |
Array0.create is never used | |
<-- line 463 | |
val create: ('a, 'b) kind -> 'c layout -> ('a, 'b, 'c) t (* [@@dead "Array0.create"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 474:3 | |
Array0.change_layout is never used | |
<-- line 474 | |
val change_layout: ('a, 'b, 'c) t -> 'd layout -> ('a, 'b, 'd) t (* [@@dead "Array0.change_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 489:3 | |
Array0.set is never used | |
<-- line 489 | |
val set: ('a, 'b, 'c) t -> 'a -> unit (* [@@dead "Array0.set"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 537:3 | |
Array1.change_layout is never used | |
<-- line 537 | |
val change_layout: ('a, 'b, 'c) t -> 'd layout -> ('a, 'b, 'd) t (* [@@dead "Array1.change_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 547:3 | |
Array1.size_in_bytes is never used | |
<-- line 547 | |
val size_in_bytes : ('a, 'b, 'c) t -> int (* [@@dead "Array1.size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 625:3 | |
Array2.create is never used | |
<-- line 625 | |
val create: ('a, 'b) kind -> 'c layout -> int -> int -> ('a, 'b, 'c) t (* [@@dead "Array2.create"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 644:3 | |
Array2.change_layout is never used | |
<-- line 644 | |
val change_layout: ('a, 'b, 'c) t -> 'd layout -> ('a, 'b, 'd) t (* [@@dead "Array2.change_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 656:3 | |
Array2.size_in_bytes is never used | |
<-- line 656 | |
val size_in_bytes : ('a, 'b, 'c) t -> int (* [@@dead "Array2.size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 714:3 | |
Array2.of_array is never used | |
<-- line 714 | |
val of_array: ('a, 'b) kind -> 'c layout -> 'a array array -> ('a, 'b, 'c) t (* [@@dead "Array2.of_array"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 718:3 | |
Array2.map_file is never used | |
<-- line 718 | |
val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> (* [@@dead "Array2.map_file"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 748:3 | |
Array3.create is never used | |
<-- line 748 | |
val create: ('a, 'b) kind -> 'c layout -> int -> int -> int -> ('a, 'b, 'c) t (* [@@dead "Array3.create"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 818:3 | |
Array3.slice_left_1 is never used | |
<-- line 818 | |
val slice_left_1: (* [@@dead "Array3.slice_left_1"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 836:3 | |
Array3.slice_left_2 is never used | |
<-- line 836 | |
val slice_left_2: ('a, 'b, c_layout) t -> int -> ('a, 'b, c_layout) Array2.t (* [@@dead "Array3.slice_left_2"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 861:3 | |
Array3.of_array is never used | |
<-- line 861 | |
val of_array: (* [@@dead "Array3.of_array"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 866:3 | |
Array3.map_file is never used | |
<-- line 866 | |
val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> (* [@@dead "Array3.map_file"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 913:1 | |
array1_of_genarray is never used | |
<-- line 913 | |
val array1_of_genarray : ('a, 'b, 'c) Genarray.t -> ('a, 'b, 'c) Array1.t (* [@@dead "array1_of_genarray"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 918:1 | |
array2_of_genarray is never used | |
<-- line 918 | |
val array2_of_genarray : ('a, 'b, 'c) Genarray.t -> ('a, 'b, 'c) Array2.t (* [@@dead "array2_of_genarray"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 923:1 | |
array3_of_genarray is never used | |
<-- line 923 | |
val array3_of_genarray : ('a, 'b, 'c) Genarray.t -> ('a, 'b, 'c) Array3.t (* [@@dead "array3_of_genarray"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 931:1 | |
reshape is never used | |
<-- line 931 | |
val reshape : ('a, 'b, 'c) Genarray.t -> int array -> ('a, 'b, 'c) Genarray.t (* [@@dead "reshape"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 952:1 | |
reshape_1 is never used | |
<-- line 952 | |
val reshape_1 : ('a, 'b, 'c) Genarray.t -> int -> ('a, 'b, 'c) Array1.t (* [@@dead "reshape_1"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 956:1 | |
reshape_2 is never used | |
<-- line 956 | |
val reshape_2 : ('a, 'b, 'c) Genarray.t -> int -> int -> ('a, 'b, 'c) Array2.t (* [@@dead "reshape_2"] *) | |
Warning Dead Type | |
stdlib-406/arg.mli 62:3 | |
spec.Expand is a variant case which is never constructed | |
<-- line 62 | |
| Expand of (string -> string array) (** If the remaining arguments to process (* [@@dead "spec.Expand"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 106:1 | |
parse_dynamic is never used | |
<-- line 106 | |
val parse_dynamic : (* [@@dead "parse_dynamic"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 145:1 | |
parse_expand is never used | |
<-- line 145 | |
val parse_expand: (* [@@dead "parse_expand"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 166:1 | |
usage_string is never used | |
<-- line 166 | |
val usage_string : (key * spec * doc) list -> usage_msg -> string (* [@@dead "usage_string"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 170:1 | |
align is never used | |
<-- line 170 | |
val align: ?limit: int -> (key * spec * doc) list -> (key * spec * doc) list (* [@@dead "align"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 203:1 | |
write_arg0 is never used | |
<-- line 203 | |
val write_arg0: string -> string array -> unit (* [@@dead "write_arg0"] *) | |
Warning Dead Value | |
runtime/curry.ml 83:5 | |
__1 is never used | |
<-- line 83 | |
let __1 o = (* [@@dead "__1"] *) | |
Warning Dead Value | |
runtime/curry.ml 90:5 | |
curry_2 is never used | |
<-- line 90 | |
let curry_2 o a0 a1 arity = (* [@@dead "curry_2"] *) | |
Warning Dead Value | |
runtime/curry.ml 102:5 | |
_2 is never used | |
<-- line 102 | |
let _2 o a0 a1 = (* [@@dead "_2"] *) | |
Warning Dead Value | |
runtime/curry.ml 115:5 | |
curry_3 is never used | |
<-- line 115 | |
let curry_3 o a0 a1 a2 arity = (* [@@dead "curry_3"] *) | |
Warning Dead Value | |
runtime/curry.ml 127:5 | |
_3 is never used | |
<-- line 127 | |
let _3 o a0 a1 a2 = (* [@@dead "_3"] *) | |
Warning Dead Value | |
runtime/curry.ml 133:5 | |
__3 is never used | |
<-- line 133 | |
let __3 o = (* [@@dead "__3"] *) | |
Warning Dead Value | |
runtime/curry.ml 158:5 | |
__4 is never used | |
<-- line 158 | |
let __4 o = (* [@@dead "__4"] *) | |
Warning Dead Value | |
runtime/curry.ml 183:5 | |
__5 is never used | |
<-- line 183 | |
let __5 o = (* [@@dead "__5"] *) | |
Warning Dead Value | |
runtime/curry.ml 252:5 | |
_8 is never used | |
<-- line 252 | |
let _8 o a0 a1 a2 a3 a4 a5 a6 a7 = (* [@@dead "_8"] *) | |
Warning Dead Value | |
runtime/curry.ml 258:5 | |
__8 is never used | |
<-- line 258 | |
let __8 o = (* [@@dead "__8"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 38:1 | |
caml_obj_truncate is never used | |
<-- line 38 | |
val caml_obj_truncate : Caml_obj_extern.t -> int -> unit (* [@@dead "caml_obj_truncate"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 42:1 | |
caml_lazy_make_forward is never used | |
<-- line 42 | |
val caml_lazy_make_forward : 'a -> 'a lazy_t (* [@@dead "caml_lazy_make_forward"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 44:1 | |
caml_lazy_make is never used | |
<-- line 44 | |
val caml_lazy_make : (* [@@dead "caml_lazy_make"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 51:1 | |
caml_compare is never used | |
<-- line 51 | |
val caml_compare : Caml_obj_extern.t -> Caml_obj_extern.t -> int (* [@@dead "caml_compare"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 57:1 | |
caml_equal_null is never used | |
<-- line 57 | |
val caml_equal_null : Caml_obj_extern.t -> Caml_obj_extern.t Js.null -> bool (* [@@dead "caml_equal_null"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 70:1 | |
caml_min is never used | |
<-- line 70 | |
val caml_min : Caml_obj_extern.t selector (* [@@dead "caml_min"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 33:1 | |
max_int is never used | |
<-- line 33 | |
val max_int : t (* [@@dead "max_int"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 34:1 | |
one is never used | |
<-- line 34 | |
val one : t (* [@@dead "one"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 35:1 | |
zero is never used | |
<-- line 35 | |
val zero : t (* [@@dead "zero"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 36:1 | |
not is never used | |
<-- line 36 | |
val not : t -> t (* [@@dead "not"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 37:1 | |
of_int32 is never used | |
<-- line 37 | |
val of_int32 : nativeint -> t (* [@@dead "of_int32"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 41:1 | |
neg is never used | |
<-- line 41 | |
val neg : t -> t (* [@@dead "neg"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 42:1 | |
sub is never used | |
<-- line 42 | |
val sub : t -> t -> t (* [@@dead "sub"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 43:1 | |
lsl_ is never used | |
<-- line 43 | |
val lsl_ : t -> int -> t (* [@@dead "lsl_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 45:1 | |
asr_ is never used | |
<-- line 45 | |
val asr_ : t -> int -> t (* [@@dead "asr_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 46:1 | |
is_zero is never used | |
<-- line 46 | |
val is_zero : t -> bool (* [@@dead "is_zero"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 47:1 | |
mul is never used | |
<-- line 47 | |
val mul : t -> t -> t (* [@@dead "mul"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 49:1 | |
or_ is never used | |
<-- line 49 | |
val or_ : t -> t -> t (* [@@dead "or_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 50:1 | |
and_ is never used | |
<-- line 50 | |
val and_ : t -> t -> t (* [@@dead "and_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 51:1 | |
swap is never used | |
<-- line 51 | |
val swap : t -> t (* [@@dead "swap"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 55:1 | |
eq is never used | |
<-- line 55 | |
val eq : comparison (* [@@dead "eq"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 56:1 | |
neq is never used | |
<-- line 56 | |
val neq : comparison (* [@@dead "neq"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 66:1 | |
min is never used | |
<-- line 66 | |
val min : t -> t -> t (* [@@dead "min"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 69:1 | |
to_float is never used | |
<-- line 69 | |
val to_float : t -> float (* [@@dead "to_float"] *) | |
Warning Dead Value | |
runtime/caml_int32.mli 35:1 | |
caml_nativeint_bswap is never used | |
<-- line 35 | |
val caml_nativeint_bswap : nativeint -> nativeint (* [@@dead "caml_nativeint_bswap"] *) | |
Warning Dead Value | |
runtime/caml_int32.mli 37:1 | |
imul is never used | |
<-- line 37 | |
val imul :int32 -> int32 -> int32 (* [@@dead "imul"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 36:1 | |
caml_modf_float is never used | |
<-- line 36 | |
val caml_modf_float : float -> float * float (* [@@dead "caml_modf_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 38:1 | |
caml_ldexp_float is never used | |
<-- line 38 | |
val caml_ldexp_float : float -> int -> float (* [@@dead "caml_ldexp_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 44:1 | |
caml_hypot_float is never used | |
<-- line 44 | |
val caml_hypot_float : float -> float -> float (* [@@dead "caml_hypot_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 46:1 | |
caml_log10_float is never used | |
<-- line 46 | |
val caml_log10_float : float -> float (* [@@dead "caml_log10_float"] *) | |
Warning Dead Value | |
runtime/caml_exceptions.mli 34:1 | |
caml_fresh_oo_id is never used | |
<-- line 34 | |
val caml_fresh_oo_id : (* [@@dead "caml_fresh_oo_id"] *) | |
Warning Dead Value | |
runtime/caml_exceptions.mli 37:1 | |
create is never used | |
<-- line 37 | |
val create : string -> Caml_builtin_exceptions.exception_block (* [@@dead "create"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 26:1 | |
caml_create_bytes is never used | |
<-- line 26 | |
val caml_create_bytes : int -> bytes (* [@@dead "caml_create_bytes"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 27:1 | |
caml_fill_bytes is never used | |
<-- line 27 | |
val caml_fill_bytes : bytes -> int -> int -> char -> unit (* [@@dead "caml_fill_bytes"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 30:1 | |
caml_blit_bytes is never used | |
<-- line 30 | |
val caml_blit_bytes : bytes -> int -> bytes -> int -> int -> unit (* [@@dead "caml_blit_bytes"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 25:1 | |
caml_array_dup is never used | |
<-- line 25 | |
val caml_array_dup : 'a array -> 'a array (* [@@dead "caml_array_dup"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 27:1 | |
caml_array_sub is never used | |
<-- line 27 | |
val caml_array_sub : 'a array -> int -> int -> 'a array (* [@@dead "caml_array_sub"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 29:1 | |
caml_array_concat is never used | |
<-- line 29 | |
val caml_array_concat : 'a array list -> 'a array (* [@@dead "caml_array_concat"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 33:1 | |
caml_make_float_vect is never used | |
<-- line 33 | |
val caml_make_float_vect : int -> float array (* [@@dead "caml_make_float_vect"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 37:1 | |
caml_array_get is never used | |
<-- line 37 | |
val caml_array_get: 'a array -> int -> 'a (* [@@dead "caml_array_get"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 39:1 | |
caml_array_set is never used | |
<-- line 39 | |
val caml_array_set: 'a array -> int -> 'a -> unit (* [@@dead "caml_array_set"] *) | |
Warning Dead Value | |
others/js_vector.mli 33:1 | |
copy is never used | |
<-- line 33 | |
val copy : 'a t -> 'a t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/js_vector.mli 36:1 | |
memByRef is never used | |
<-- line 36 | |
val memByRef : 'a -> 'a t -> bool (* [@@dead "memByRef"] *) | |
Warning Dead Value | |
others/js_vector.mli 39:1 | |
iteri is never used | |
<-- line 39 | |
val iteri : (int -> 'a -> unit [@bs]) -> 'a t -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
others/js_vector.mli 50:1 | |
mapi is never used | |
<-- line 50 | |
val mapi : (int -> 'a -> 'b [@bs]) -> 'a t -> 'b t (* [@@dead "mapi"] *) | |
Warning Dead Value | |
others/js_vector.mli 51:1 | |
foldLeft is never used | |
<-- line 51 | |
val foldLeft : ('a -> 'b -> 'a [@bs]) -> 'a -> 'b t -> 'a (* [@@dead "foldLeft"] *) | |
Warning Dead Value | |
others/js_vector.mli 93:1 | |
append is never used | |
<-- line 93 | |
val append : 'a -> 'a t -> 'a t (* [@@dead "append"] *) | |
Warning Dead Type | |
others/js_types.mli 60:3 | |
tagged_t.JSNull is a variant case which is never constructed | |
<-- line 60 | |
| JSNull (* [@@dead "tagged_t.JSNull"] *) | |
Warning Dead Type | |
others/js_types.mli 61:3 | |
tagged_t.JSUndefined is a variant case which is never constructed | |
<-- line 61 | |
| JSUndefined (* [@@dead "tagged_t.JSUndefined"] *) | |
Warning Dead Type | |
others/js_types.mli 62:3 | |
tagged_t.JSNumber is a variant case which is never constructed | |
<-- line 62 | |
| JSNumber of float (* [@@dead "tagged_t.JSNumber"] *) | |
Warning Dead Type | |
others/js_types.mli 66:3 | |
tagged_t.JSSymbol is a variant case which is never constructed | |
<-- line 66 | |
| JSSymbol of symbol (* [@@dead "tagged_t.JSSymbol"] *) | |
Warning Dead Value | |
others/js_option.mli 46:1 | |
default is never used | |
<-- line 46 | |
val default : 'a -> 'a option -> 'a (* [@@dead "default"] *) | |
Warning Dead Value | |
others/js_null.mli 36:1 | |
test is never used | |
<-- line 36 | |
val test : 'a t -> bool (* [@@dead "test"] *) | |
Warning Dead Value | |
others/js_null.mli 83:1 | |
from_opt is never used | |
<-- line 83 | |
val from_opt : 'a option -> 'a t (* [@@dead "from_opt"] *) | |
Warning Dead Value | |
others/js_list.mli 32:1 | |
isEmpty is never used | |
<-- line 32 | |
val isEmpty : 'a t -> bool (* [@@dead "isEmpty"] *) | |
Warning Dead Value | |
others/js_list.mli 34:1 | |
hd is never used | |
<-- line 34 | |
val hd : 'a t -> 'a option (* [@@dead "hd"] *) | |
Warning Dead Value | |
others/js_list.mli 36:1 | |
tl is never used | |
<-- line 36 | |
val tl : 'a t -> 'a t option (* [@@dead "tl"] *) | |
Warning Dead Value | |
others/js_list.mli 40:1 | |
revAppend is never used | |
<-- line 40 | |
val revAppend : 'a t -> 'a t -> 'a t (* [@@dead "revAppend"] *) | |
Warning Dead Value | |
others/js_list.mli 42:1 | |
rev is never used | |
<-- line 42 | |
val rev : 'a t -> 'a t (* [@@dead "rev"] *) | |
Warning Dead Type | |
others/js_json.mli 45:3 | |
tagged_t.JSONFalse is a variant case which is never constructed | |
<-- line 45 | |
| JSONFalse (* [@@dead "tagged_t.JSONFalse"] *) | |
Warning Dead Type | |
others/js_json.mli 46:3 | |
tagged_t.JSONTrue is a variant case which is never constructed | |
<-- line 46 | |
| JSONTrue (* [@@dead "tagged_t.JSONTrue"] *) | |
Warning Dead Type | |
others/js_json.mli 47:3 | |
tagged_t.JSONNull is a variant case which is never constructed | |
<-- line 47 | |
| JSONNull (* [@@dead "tagged_t.JSONNull"] *) | |
Warning Dead Type | |
others/js_json.mli 48:3 | |
tagged_t.JSONString is a variant case which is never constructed | |
<-- line 48 | |
| JSONString of string (* [@@dead "tagged_t.JSONString"] *) | |
Warning Dead Type | |
others/js_json.mli 50:3 | |
tagged_t.JSONObject is a variant case which is never constructed | |
<-- line 50 | |
| JSONObject of t Js_dict.t (* [@@dead "tagged_t.JSONObject"] *) | |
Warning Dead Type | |
others/js_json.mli 51:3 | |
tagged_t.JSONArray is a variant case which is never constructed | |
<-- line 51 | |
| JSONArray of t array (* [@@dead "tagged_t.JSONArray"] *) | |
Warning Dead Value | |
others/belt_internalBuckets.mli 49:1 | |
fillArray is never used | |
<-- line 49 | |
val fillArray : int -> ('a * 'b) array -> ('a, 'b) bucket -> int (* [@@dead "fillArray"] *) | |
Warning Dead Value | |
others/belt_SetDict.mli 74:1 | |
reduce is never used | |
<-- line 74 | |
val reduce: ('value, 'id) t -> 'a -> ('a -> 'value -> 'a) -> 'a (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_SetDict.mli 88:1 | |
keep is never used | |
<-- line 88 | |
val keep: ('value, 'id) t -> ('value -> bool) -> ('value, 'id) t (* [@@dead "keep"] *) | |
Warning Dead Value | |
others/belt_Set.mli 235:1 | |
forEachU is never used | |
<-- line 235 | |
val forEachU: ('value, 'id) t -> ('value -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 248:1 | |
reduceU is never used | |
<-- line 248 | |
val reduceU: ('value, 'id) t -> 'a -> ('a -> 'value -> 'a [@bs]) -> 'a (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 264:1 | |
someU is never used | |
<-- line 264 | |
val someU: ('value, 'id) t -> ('value -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 274:1 | |
partitionU is never used | |
<-- line 274 | |
val partitionU: ('value, 'id) t -> ('value -> bool [@bs]) -> ('value, 'id) t * ('value, 'id) t (* [@@dead "partitionU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 383:1 | |
packIdData is never used | |
<-- line 383 | |
val packIdData: id:('value, 'id) id -> data:('value, 'id) Belt_SetDict.t -> ('value, 'id) t (* [@@dead "packIdData"] *) | |
Warning Dead Value | |
others/belt_Result.mli 60:1 | |
mapWithDefaultU is never used | |
<-- line 60 | |
val mapWithDefaultU : ('a, 'c) t -> 'b -> ('a -> 'b [@bs]) -> 'b (* [@@dead "mapWithDefaultU"] *) | |
Warning Dead Value | |
others/belt_Result.mli 61:1 | |
mapWithDefault is never used | |
<-- line 61 | |
val mapWithDefault : ('a, 'c) t -> 'b -> ('a -> 'b) -> 'b (* [@@dead "mapWithDefault"] *) | |
Warning Dead Value | |
others/belt_Result.mli 73:1 | |
mapU is never used | |
<-- line 73 | |
val mapU : ('a, 'c) t -> ('a -> 'b [@bs]) -> ('b, 'c) t (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_Result.mli 89:1 | |
flatMap is never used | |
<-- line 89 | |
val flatMap : ('a, 'c) t -> ('a -> ('b, 'c) t) -> ('b, 'c) t (* [@@dead "flatMap"] *) | |
Warning Dead Value | |
others/belt_Result.mli 136:1 | |
eqU is never used | |
<-- line 136 | |
val eqU : ('a, 'c) t -> ('b, 'd) t -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "eqU"] *) | |
Warning Dead Value | |
others/belt_Range.mli 30:1 | |
forEachU is never used | |
<-- line 30 | |
val forEachU: int -> int -> (int -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_Range.mli 31:1 | |
forEach is never used | |
<-- line 31 | |
val forEach: int -> int -> (int -> unit ) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_Range.mli 37:1 | |
everyU is never used | |
<-- line 37 | |
val everyU: int -> int -> (int -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_Range.mli 45:1 | |
everyBy is never used | |
<-- line 45 | |
val everyBy: int -> int -> step:int -> (int -> bool ) -> bool (* [@@dead "everyBy"] *) | |
Warning Dead Value | |
others/belt_Range.mli 54:1 | |
some is never used | |
<-- line 54 | |
val some: int -> int -> (int -> bool ) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_Range.mli 60:1 | |
someByU is never used | |
<-- line 60 | |
val someByU: int -> int -> step:int -> (int -> bool [@bs]) -> bool (* [@@dead "someByU"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 54:1 | |
size is never used | |
<-- line 54 | |
val size : 'a t -> int (* [@@dead "size"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 60:1 | |
dynamicPopIterU is never used | |
<-- line 60 | |
val dynamicPopIterU : 'a t -> ('a -> unit [@bs]) -> unit (* [@@dead "dynamicPopIterU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 49:1 | |
copy is never used | |
<-- line 49 | |
val copy: ('k, 'id) t -> ('k, 'id) t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 88:1 | |
everyU is never used | |
<-- line 88 | |
val everyU: ('value, 'id) t -> ('value -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 93:1 | |
someU is never used | |
<-- line 93 | |
val someU: ('value, 'id) t -> ('value -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 94:1 | |
some is never used | |
<-- line 94 | |
val some: ('value, 'id) t -> ('value -> bool) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 98:1 | |
keepU is never used | |
<-- line 98 | |
val keepU: ('value, 'id) t -> ('value -> bool [@bs]) -> ('value, 'id) t (* [@@dead "keepU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 103:1 | |
partitionU is never used | |
<-- line 103 | |
val partitionU: ('value, 'id) t -> ('value -> bool [@bs]) -> ('value, 'id) t * ('value, 'id) t (* [@@dead "partitionU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 124:1 | |
getUndefined is never used | |
<-- line 124 | |
val getUndefined: ('value, 'id) t -> 'value -> 'value Js.undefined (* [@@dead "getUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 125:1 | |
getExn is never used | |
<-- line 125 | |
val getExn: ('value, 'id) t -> 'value -> 'value (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 39:1 | |
peek is never used | |
<-- line 39 | |
val peek: 'a t -> 'a option (* [@@dead "peek"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 54:1 | |
popUndefined is never used | |
<-- line 54 | |
val popUndefined: 'a t -> 'a Js.undefined (* [@@dead "popUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 74:1 | |
mapU is never used | |
<-- line 74 | |
val mapU: 'a t -> ('a -> 'b [@bs]) -> 'b t (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 83:1 | |
reduceU is never used | |
<-- line 83 | |
val reduceU: 'a t -> 'b -> ('b -> 'a -> 'b [@bs]) -> 'b (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 41:1 | |
has is never used | |
<-- line 41 | |
val has: ('k, _, _) t -> 'k -> bool (* [@@dead "has"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 48:1 | |
cmp is never used | |
<-- line 48 | |
val cmp: (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 58:1 | |
eqU is never used | |
<-- line 58 | |
val eqU: ('k, 'a, 'id) t -> ('k, 'a, 'id) t -> ('a -> 'a -> bool [@bs]) -> bool (* [@@dead "eqU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 65:1 | |
forEachU is never used | |
<-- line 65 | |
val forEachU: ('k, 'a, 'id) t -> ('k -> 'a -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 73:1 | |
reduce is never used | |
<-- line 73 | |
val reduce: ('k, 'a, 'id) t -> 'b -> ('b -> 'k -> 'a -> 'b) -> 'b (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 85:1 | |
someU is never used | |
<-- line 85 | |
val someU: ('k, 'a, 'id) t -> ('k -> 'a -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 91:1 | |
size is never used | |
<-- line 91 | |
val size: ('k, 'a, 'id) t -> int (* [@@dead "size"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 103:1 | |
minKey is never used | |
<-- line 103 | |
val minKey: ('k, _, _) t -> 'k option (* [@@dead "minKey"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 104:1 | |
minKeyUndefined is never used | |
<-- line 104 | |
val minKeyUndefined: ('k, _, _) t -> 'k Js.undefined (* [@@dead "minKeyUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 105:1 | |
maxKey is never used | |
<-- line 105 | |
val maxKey: ('k, _, _) t -> 'k option (* [@@dead "maxKey"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 106:1 | |
maxKeyUndefined is never used | |
<-- line 106 | |
val maxKeyUndefined: ('k, _, _) t -> 'k Js.undefined (* [@@dead "maxKeyUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 107:1 | |
minimum is never used | |
<-- line 107 | |
val minimum: ('k, 'a, _) t -> ('k * 'a) option (* [@@dead "minimum"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 111:1 | |
get is never used | |
<-- line 111 | |
val get: ('k, 'a, 'id) t -> 'k -> 'a option (* [@@dead "get"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 112:1 | |
getUndefined is never used | |
<-- line 112 | |
val getUndefined: ('k, 'a, 'id) t -> 'k -> 'a Js.undefined (* [@@dead "getUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 113:1 | |
getWithDefault is never used | |
<-- line 113 | |
val getWithDefault: (* [@@dead "getWithDefault"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 116:1 | |
checkInvariantInternal is never used | |
<-- line 116 | |
val checkInvariantInternal: _ t -> unit (* [@@dead "checkInvariantInternal"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 138:1 | |
mergeMany is never used | |
<-- line 138 | |
val mergeMany: ('k, 'a, 'id) t -> ('k * 'a) array -> unit (* [@@dead "mergeMany"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 140:1 | |
mapU is never used | |
<-- line 140 | |
val mapU: ('k, 'a, 'id) t -> ('a -> 'b [@bs]) -> ('k ,'b,'id ) t (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 87:1 | |
reduce is never used | |
<-- line 87 | |
val reduce: ('k, 'a, 'id) t -> 'b -> ('b -> 'k -> 'a -> 'b) -> 'b (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 98:1 | |
some is never used | |
<-- line 98 | |
val some: ('k, 'a, 'id) t -> ('k -> 'a -> bool) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 196:1 | |
merge is never used | |
<-- line 196 | |
val merge: (* [@@dead "merge"] *) | |
Warning Dead Value | |
others/belt_Map.mli 125:1 | |
cmp is never used | |
<-- line 125 | |
val cmp: (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_Map.mli 153:1 | |
findFirstBy is never used | |
<-- line 153 | |
val findFirstBy : ('k, 'v, 'id) t -> ('k -> 'v -> bool ) -> ('k * 'v) option (* [@@dead "findFirstBy"] *) | |
Warning Dead Value | |
others/belt_Map.mli 163:1 | |
forEachU is never used | |
<-- line 163 | |
val forEachU: ('k, 'v, 'id) t -> ('k -> 'v -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 179:1 | |
reduceU is never used | |
<-- line 179 | |
val reduceU: ('k, 'v, 'id) t -> 'acc -> ('acc -> 'k -> 'v -> 'acc [@bs]) -> 'acc (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 180:1 | |
reduce is never used | |
<-- line 180 | |
val reduce: ('k, 'v, 'id) t -> 'acc -> ('acc -> 'k -> 'v -> 'acc) -> 'acc (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_Map.mli 196:1 | |
someU is never used | |
<-- line 196 | |
val someU: ('k, 'v, 'id) t -> ('k -> 'v -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 249:1 | |
minKey is never used | |
<-- line 249 | |
val minKey: ('k, _, _) t -> 'k option (* [@@dead "minKey"] *) | |
Warning Dead Value | |
others/belt_Map.mli 254:1 | |
minKeyUndefined is never used | |
<-- line 254 | |
val minKeyUndefined: ('k, _, _) t -> 'k Js.undefined (* [@@dead "minKeyUndefined"] *) | |
Warning Dead Value | |
others/belt_Map.mli 257:1 | |
maxKey is never used | |
<-- line 257 | |
val maxKey: ('k, _, _) t -> 'k option (* [@@dead "maxKey"] *) | |
Warning Dead Value | |
others/belt_Map.mli 265:1 | |
minimum is never used | |
<-- line 265 | |
val minimum: ('k, 'v, _) t -> ('k * 'v) option (* [@@dead "minimum"] *) | |
Warning Dead Value | |
others/belt_Map.mli 270:1 | |
minUndefined is never used | |
<-- line 270 | |
val minUndefined: ('k, 'v, _) t -> ('k * 'v) Js.undefined (* [@@dead "minUndefined"] *) | |
Warning Dead Value | |
others/belt_Map.mli 278:1 | |
maxUndefined is never used | |
<-- line 278 | |
val maxUndefined:('k, 'v, _) t -> ('k * 'v) Js.undefined (* [@@dead "maxUndefined"] *) | |
Warning Dead Value | |
others/belt_Map.mli 299:1 | |
getWithDefault is never used | |
<-- line 299 | |
val getWithDefault: (* [@@dead "getWithDefault"] *) | |
Warning Dead Value | |
others/belt_Map.mli 309:1 | |
getExn is never used | |
<-- line 309 | |
val getExn: ('k, 'v, 'id) t -> 'k -> 'v (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/belt_Map.mli 356:1 | |
updateU is never used | |
<-- line 356 | |
val updateU: ('k, 'v, 'id) t -> 'k -> ('v option -> 'v option [@bs]) -> ('k, 'v, 'id) t (* [@@dead "updateU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 403:1 | |
partitionU is never used | |
<-- line 403 | |
val partitionU: (* [@@dead "partitionU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 429:1 | |
mapU is never used | |
<-- line 429 | |
val mapU: ('k, 'v, 'id) t -> ('v -> 'v2 [@bs]) -> ('k, 'v2, 'id) t (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_List.mli 203:1 | |
reverseConcat is never used | |
<-- line 203 | |
val reverseConcat: 'a t -> 'a t -> 'a t (* [@@dead "reverseConcat"] *) | |
Warning Dead Value | |
others/belt_List.mli 221:1 | |
mapU is never used | |
<-- line 221 | |
val mapU: 'a t -> ('a -> 'b [@bs]) -> 'b t (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_List.mli 244:1 | |
zipByU is never used | |
<-- line 244 | |
val zipByU: 'a t -> 'b t -> ('a -> 'b -> 'c [@bs]) -> 'c t (* [@@dead "zipByU"] *) | |
Warning Dead Value | |
others/belt_List.mli 364:1 | |
reduceWithIndexU is never used | |
<-- line 364 | |
val reduceWithIndexU: 'a t -> 'b -> ('b -> 'a -> int -> 'b [@bs]) -> 'b (* [@@dead "reduceWithIndexU"] *) | |
Warning Dead Value | |
others/belt_List.mli 377:1 | |
reduceReverseU is never used | |
<-- line 377 | |
val reduceReverseU: 'a t -> 'b -> ('b -> 'a -> 'b [@bs]) -> 'b (* [@@dead "reduceReverseU"] *) | |
Warning Dead Value | |
others/belt_List.mli 391:1 | |
mapReverse2U is never used | |
<-- line 391 | |
val mapReverse2U: 'a t -> 'b t -> ('a -> 'b -> 'c [@bs]) -> 'c t (* [@@dead "mapReverse2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 402:1 | |
forEach2U is never used | |
<-- line 402 | |
val forEach2U: 'a t -> 'b t -> ('a -> 'b -> 'c [@bs]) -> unit (* [@@dead "forEach2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 467:1 | |
every2U is never used | |
<-- line 467 | |
val every2U: 'a t -> 'b t -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "every2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 505:1 | |
cmpU is never used | |
<-- line 505 | |
val cmpU: 'a t -> 'a t -> ('a -> 'a -> int [@bs]) -> int (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_List.mli 531:1 | |
eqU is never used | |
<-- line 531 | |
val eqU: 'a t -> 'a t -> ('a -> 'a -> bool [@bs]) -> bool (* [@@dead "eqU"] *) | |
Warning Dead Value | |
others/belt_List.mli 547:1 | |
hasU is never used | |
<-- line 547 | |
val hasU: 'a t -> 'b -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "hasU"] *) | |
Warning Dead Value | |
others/belt_List.mli 559:1 | |
getByU is never used | |
<-- line 559 | |
val getByU: 'a t -> ('a -> bool [@bs]) -> 'a option (* [@@dead "getByU"] *) | |
Warning Dead Value | |
others/belt_List.mli 624:1 | |
partitionU is never used | |
<-- line 624 | |
val partitionU: 'a t -> ('a -> bool [@bs]) -> 'a t * 'a t (* [@@dead "partitionU"] *) | |
Warning Dead Value | |
others/belt_List.mli 666:1 | |
removeAssocU is never used | |
<-- line 666 | |
val removeAssocU:('a * 'c) t -> 'b -> ('a -> 'b -> bool [@bs]) -> ('a * 'c) t (* [@@dead "removeAssocU"] *) | |
Warning Dead Value | |
others/belt_List.mli 678:1 | |
setAssocU is never used | |
<-- line 678 | |
val setAssocU: ('a * 'c) t -> 'a -> 'c -> ('a -> 'a -> bool [@bs]) -> ('a * 'c) t (* [@@dead "setAssocU"] *) | |
Warning Dead Value | |
others/belt_List.mli 702:1 | |
sortU is never used | |
<-- line 702 | |
val sortU: 'a t -> ('a -> 'a -> int [@bs]) -> 'a t (* [@@dead "sortU"] *) | |
Warning Dead Value | |
others/belt_Id.mli 138:1 | |
hashableU is never used | |
<-- line 138 | |
val hashableU : (* [@@dead "hashableU"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 104:1 | |
copy is never used | |
<-- line 104 | |
val copy: ('key, 'value, 'id ) t -> ('key, 'value, 'id ) t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 114:1 | |
forEachU is never used | |
<-- line 114 | |
val forEachU: ('key, 'value, 'id ) t -> ('key -> 'value -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 136:1 | |
keepMapInPlaceU is never used | |
<-- line 136 | |
val keepMapInPlaceU: ('key, 'value, 'id ) t -> ('key -> 'value -> 'value option [@bs]) -> unit (* [@@dead "keepMapInPlaceU"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 137:1 | |
keepMapInPlace is never used | |
<-- line 137 | |
val keepMapInPlace: ('key, 'value, 'id ) t -> ('key -> 'value -> 'value option ) -> unit (* [@@dead "keepMapInPlace"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 151:1 | |
valuesToArray is never used | |
<-- line 151 | |
val valuesToArray: (_,'value,_) t -> 'value array (* [@@dead "valuesToArray"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 111:1 | |
handle_unix_error is never used | |
<-- line 111 | |
val handle_unix_error : ('a -> 'b) -> 'a -> 'b (* [@@dead "handle_unix_error"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 181:1 | |
execve is never used | |
<-- line 181 | |
val execve : prog:string -> args:string array -> env:string array -> 'a (* [@@dead "execve"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 185:1 | |
execvp is never used | |
<-- line 185 | |
val execvp : prog:string -> args:string array -> 'a (* [@@dead "execvp"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 193:1 | |
fork is never used | |
<-- line 193 | |
val fork : unit -> int (* [@@dead "fork"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 201:1 | |
waitpid is never used | |
<-- line 201 | |
val waitpid : mode:wait_flag list -> int -> int * process_status (* [@@dead "waitpid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 211:1 | |
system is never used | |
<-- line 211 | |
val system : string -> process_status (* [@@dead "system"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 218:1 | |
getpid is never used | |
<-- line 218 | |
val getpid : unit -> int (* [@@dead "getpid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 221:1 | |
getppid is never used | |
<-- line 221 | |
val getppid : unit -> int (* [@@dead "getppid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 224:1 | |
nice is never used | |
<-- line 224 | |
val nice : int -> int (* [@@dead "nice"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 242:1 | |
stderr is never used | |
<-- line 242 | |
val stderr : file_descr (* [@@dead "stderr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 274:1 | |
openfile is never used | |
<-- line 274 | |
val openfile : string -> mode:open_flag list -> perm:file_perm -> file_descr (* [@@dead "openfile"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 282:1 | |
read is never used | |
<-- line 282 | |
val read : file_descr -> buf:bytes -> pos:int -> len:int -> int (* [@@dead "read"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 299:1 | |
write_substring is never used | |
<-- line 299 | |
val write_substring : file_descr -> buf:string -> pos:int -> len:int -> int (* [@@dead "write_substring"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 319:1 | |
out_channel_of_descr is never used | |
<-- line 319 | |
val out_channel_of_descr : file_descr -> out_channel (* [@@dead "out_channel_of_descr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 324:1 | |
descr_of_in_channel is never used | |
<-- line 324 | |
val descr_of_in_channel : in_channel -> file_descr (* [@@dead "descr_of_in_channel"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 327:1 | |
descr_of_out_channel is never used | |
<-- line 327 | |
val descr_of_out_channel : out_channel -> file_descr (* [@@dead "descr_of_out_channel"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 341:1 | |
lseek is never used | |
<-- line 341 | |
val lseek : file_descr -> int -> mode:seek_command -> int (* [@@dead "lseek"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 345:1 | |
truncate is never used | |
<-- line 345 | |
val truncate : string -> len:int -> unit (* [@@dead "truncate"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 388:1 | |
fstat is never used | |
<-- line 388 | |
val fstat : file_descr -> stats (* [@@dead "fstat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 400:5 | |
LargeFile.lseek is never used | |
<-- line 400 | |
val lseek : file_descr -> int64 -> mode:seek_command -> int64 (* [@@dead "LargeFile.lseek"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 417:5 | |
LargeFile.stat is never used | |
<-- line 417 | |
val stat : string -> stats (* [@@dead "LargeFile.stat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 435:1 | |
map_file is never used | |
<-- line 435 | |
val map_file : (* [@@dead "map_file"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 489:1 | |
unlink is never used | |
<-- line 489 | |
val unlink : string -> unit (* [@@dead "unlink"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 511:1 | |
chmod is never used | |
<-- line 511 | |
val chmod : string -> perm:file_perm -> unit (* [@@dead "chmod"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 514:1 | |
fchmod is never used | |
<-- line 514 | |
val fchmod : file_descr -> perm:file_perm -> unit (* [@@dead "fchmod"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 517:1 | |
chown is never used | |
<-- line 517 | |
val chown : string -> uid:int -> gid:int -> unit (* [@@dead "chown"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 520:1 | |
fchown is never used | |
<-- line 520 | |
val fchown : file_descr -> uid:int -> gid:int -> unit (* [@@dead "fchown"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 551:1 | |
clear_nonblock is never used | |
<-- line 551 | |
val clear_nonblock : file_descr -> unit (* [@@dead "clear_nonblock"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 569:1 | |
mkdir is never used | |
<-- line 569 | |
val mkdir : string -> perm:file_perm -> unit (* [@@dead "mkdir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 575:1 | |
chdir is never used | |
<-- line 575 | |
val chdir : string -> unit (* [@@dead "chdir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 581:1 | |
chroot is never used | |
<-- line 581 | |
val chroot : string -> unit (* [@@dead "chroot"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 590:1 | |
readdir is never used | |
<-- line 590 | |
val readdir : dir_handle -> string (* [@@dead "readdir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 594:1 | |
rewinddir is never used | |
<-- line 594 | |
val rewinddir : dir_handle -> unit (* [@@dead "rewinddir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 605:1 | |
pipe is never used | |
<-- line 605 | |
val pipe : ?cloexec:bool -> unit -> file_descr * file_descr (* [@@dead "pipe"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 610:1 | |
mkfifo is never used | |
<-- line 610 | |
val mkfifo : string -> perm:file_perm -> unit (* [@@dead "mkfifo"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 617:1 | |
create_process is never used | |
<-- line 617 | |
val create_process : (* [@@dead "create_process"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 641:1 | |
open_process_in is never used | |
<-- line 641 | |
val open_process_in : string -> in_channel (* [@@dead "open_process_in"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 648:1 | |
open_process_out is never used | |
<-- line 648 | |
val open_process_out : string -> out_channel (* [@@dead "open_process_out"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 656:1 | |
open_process is never used | |
<-- line 656 | |
val open_process : string -> in_channel * out_channel (* [@@dead "open_process"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 662:1 | |
open_process_full is never used | |
<-- line 662 | |
val open_process_full : (* [@@dead "open_process_full"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 669:1 | |
close_process_in is never used | |
<-- line 669 | |
val close_process_in : in_channel -> process_status (* [@@dead "close_process_in"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 674:1 | |
close_process_out is never used | |
<-- line 674 | |
val close_process_out : out_channel -> process_status (* [@@dead "close_process_out"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 679:1 | |
close_process is never used | |
<-- line 679 | |
val close_process : in_channel * out_channel -> process_status (* [@@dead "close_process"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 694:1 | |
symlink is never used | |
<-- line 694 | |
val symlink : ?to_dir:bool -> src:string -> dst:string -> unit (* [@@dead "symlink"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 705:1 | |
readlink is never used | |
<-- line 705 | |
val readlink : string -> string (* [@@dead "readlink"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 712:1 | |
select is never used | |
<-- line 712 | |
val select : (* [@@dead "select"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 738:1 | |
lockf is never used | |
<-- line 738 | |
val lockf : file_descr -> mode:lock_command -> len:int -> unit (* [@@dead "lockf"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 770:1 | |
kill is never used | |
<-- line 770 | |
val kill : pid:int -> signal:int -> unit (* [@@dead "kill"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 779:1 | |
sigprocmask is never used | |
<-- line 779 | |
val sigprocmask : mode:sigprocmask_command -> int list -> int list (* [@@dead "sigprocmask"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 792:1 | |
sigsuspend is never used | |
<-- line 792 | |
val sigsuspend : int list -> unit (* [@@dead "sigsuspend"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 830:1 | |
gettimeofday is never used | |
<-- line 830 | |
val gettimeofday : unit -> float (* [@@dead "gettimeofday"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 833:1 | |
gmtime is never used | |
<-- line 833 | |
val gmtime : float -> tm (* [@@dead "gmtime"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 841:1 | |
mktime is never used | |
<-- line 841 | |
val mktime : tm -> float * tm (* [@@dead "mktime"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 851:1 | |
alarm is never used | |
<-- line 851 | |
val alarm : int -> int (* [@@dead "alarm"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 909:1 | |
setuid is never used | |
<-- line 909 | |
val setuid : int -> unit (* [@@dead "setuid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 921:1 | |
getgroups is never used | |
<-- line 921 | |
val getgroups : unit -> int array (* [@@dead "getgroups"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 954:1 | |
getlogin is never used | |
<-- line 954 | |
val getlogin : unit -> string (* [@@dead "getlogin"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 961:1 | |
getgrnam is never used | |
<-- line 961 | |
val getgrnam : string -> group_entry (* [@@dead "getgrnam"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 965:1 | |
getpwuid is never used | |
<-- line 965 | |
val getpwuid : int -> passwd_entry (* [@@dead "getpwuid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 969:1 | |
getgrgid is never used | |
<-- line 969 | |
val getgrgid : int -> group_entry (* [@@dead "getgrgid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 980:1 | |
inet_addr_of_string is never used | |
<-- line 980 | |
val inet_addr_of_string : string -> inet_addr (* [@@dead "inet_addr_of_string"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 988:1 | |
string_of_inet_addr is never used | |
<-- line 988 | |
val string_of_inet_addr : inet_addr -> string (* [@@dead "string_of_inet_addr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1035:1 | |
socket is never used | |
<-- line 1035 | |
val socket : (* [@@dead "socket"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1050:1 | |
accept is never used | |
<-- line 1050 | |
val accept : ?cloexec:bool -> file_descr -> file_descr * sockaddr (* [@@dead "accept"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1058:1 | |
connect is never used | |
<-- line 1058 | |
val connect : file_descr -> addr:sockaddr -> unit (* [@@dead "connect"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1072:1 | |
shutdown is never used | |
<-- line 1072 | |
val shutdown : file_descr -> mode:shutdown_command -> unit (* [@@dead "shutdown"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1092:1 | |
recv is never used | |
<-- line 1092 | |
val recv : (* [@@dead "recv"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1096:1 | |
recvfrom is never used | |
<-- line 1096 | |
val recvfrom : (* [@@dead "recvfrom"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1101:1 | |
send is never used | |
<-- line 1101 | |
val send : (* [@@dead "send"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1116:1 | |
sendto_substring is never used | |
<-- line 1116 | |
val sendto_substring : (* [@@dead "sendto_substring"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1130:3 | |
socket_bool_option.SO_BROADCAST is a variant case which is never constructed | |
<-- line 1130 | |
| SO_BROADCAST (** Permit sending of broadcast messages *) (* [@@dead "socket_bool_option.SO_BROADCAST"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1131:3 | |
socket_bool_option.SO_REUSEADDR is a variant case which is never constructed | |
<-- line 1131 | |
| SO_REUSEADDR (** Allow reuse of local addresses for bind *) (* [@@dead "socket_bool_option.SO_REUSEADDR"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1132:3 | |
socket_bool_option.SO_KEEPALIVE is a variant case which is never constructed | |
<-- line 1132 | |
| SO_KEEPALIVE (** Keep connection active *) (* [@@dead "socket_bool_option.SO_KEEPALIVE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1133:3 | |
socket_bool_option.SO_DONTROUTE is a variant case which is never constructed | |
<-- line 1133 | |
| SO_DONTROUTE (** Bypass the standard routing algorithms *) (* [@@dead "socket_bool_option.SO_DONTROUTE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1134:3 | |
socket_bool_option.SO_OOBINLINE is a variant case which is never constructed | |
<-- line 1134 | |
| SO_OOBINLINE (** Leave out-of-band data in line *) (* [@@dead "socket_bool_option.SO_OOBINLINE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1136:3 | |
socket_bool_option.TCP_NODELAY is a variant case which is never constructed | |
<-- line 1136 | |
| TCP_NODELAY (** Control the Nagle algorithm for TCP sockets *) (* [@@dead "socket_bool_option.TCP_NODELAY"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1144:3 | |
socket_int_option.SO_RCVBUF is a variant case which is never constructed | |
<-- line 1144 | |
| SO_RCVBUF (** Size of received buffer *) (* [@@dead "socket_int_option.SO_RCVBUF"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1145:3 | |
socket_int_option.SO_ERROR is a variant case which is never constructed | |
<-- line 1145 | |
| SO_ERROR (** Deprecated. Use {!Unix.getsockopt_error} instead. *) (* [@@dead "socket_int_option.SO_ERROR"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1147:3 | |
socket_int_option.SO_RCVLOWAT is a variant case which is never constructed | |
<-- line 1147 | |
| SO_RCVLOWAT (** Minimum number of bytes to process for input operations *) (* [@@dead "socket_int_option.SO_RCVLOWAT"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1162:5 | |
socket_float_option.SO_RCVTIMEO is a variant case which is never constructed | |
<-- line 1162 | |
SO_RCVTIMEO (** Timeout for input operations *) (* [@@dead "socket_float_option.SO_RCVTIMEO"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1176:1 | |
getsockopt_int is never used | |
<-- line 1176 | |
val getsockopt_int : file_descr -> socket_int_option -> int (* [@@dead "getsockopt_int"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1182:1 | |
getsockopt_optint is never used | |
<-- line 1182 | |
val getsockopt_optint : file_descr -> socket_optint_option -> int option (* [@@dead "getsockopt_optint"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1195:1 | |
setsockopt_float is never used | |
<-- line 1195 | |
val setsockopt_float : file_descr -> socket_float_option -> float -> unit (* [@@dead "setsockopt_float"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1217:1 | |
establish_server is never used | |
<-- line 1217 | |
val establish_server : (* [@@dead "establish_server"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1281:5 | |
addr_info.ai_socktype is a record label never used to read a value | |
<-- line 1281 | |
ai_socktype : socket_type; (** Socket type *) (* [@@dead "addr_info.ai_socktype"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1283:5 | |
addr_info.ai_addr is a record label never used to read a value | |
<-- line 1283 | |
ai_addr : sockaddr; (** Address *) (* [@@dead "addr_info.ai_addr"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1284:5 | |
addr_info.ai_canonname is a record label never used to read a value | |
<-- line 1284 | |
ai_canonname : string (** Canonical host name *) (* [@@dead "addr_info.ai_canonname"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1291:3 | |
getaddrinfo_option.AI_PROTOCOL is a variant case which is never constructed | |
<-- line 1291 | |
| AI_PROTOCOL of int (** Impose the given protocol *) (* [@@dead "getaddrinfo_option.AI_PROTOCOL"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1294:3 | |
getaddrinfo_option.AI_CANONNAME is a variant case which is never constructed | |
<-- line 1294 | |
| AI_CANONNAME (** Fill the [ai_canonname] field (* [@@dead "getaddrinfo_option.AI_CANONNAME"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1300:1 | |
getaddrinfo is never used | |
<-- line 1300 | |
val getaddrinfo: (* [@@dead "getaddrinfo"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1321:5 | |
name_info.ni_service is a record label never used to read a value | |
<-- line 1321 | |
ni_service : string; (** Name of service or port number *) (* [@@dead "name_info.ni_service"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1326:5 | |
getnameinfo_option.NI_NOFQDN is a variant case which is never constructed | |
<-- line 1326 | |
NI_NOFQDN (** Do not qualify local host names *) (* [@@dead "getnameinfo_option.NI_NOFQDN"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1327:3 | |
getnameinfo_option.NI_NUMERICHOST is a variant case which is never constructed | |
<-- line 1327 | |
| NI_NUMERICHOST (** Always return host as IP address *) (* [@@dead "getnameinfo_option.NI_NUMERICHOST"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1329:3 | |
getnameinfo_option.NI_NUMERICSERV is a variant case which is never constructed | |
<-- line 1329 | |
| NI_NUMERICSERV (** Always return service as port number *) (* [@@dead "getnameinfo_option.NI_NUMERICSERV"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1334:1 | |
getnameinfo is never used | |
<-- line 1334 | |
val getnameinfo : sockaddr -> getnameinfo_option list -> name_info (* [@@dead "getnameinfo"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1398:1 | |
tcgetattr is never used | |
<-- line 1398 | |
val tcgetattr : file_descr -> terminal_io (* [@@dead "tcgetattr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1422:1 | |
tcdrain is never used | |
<-- line 1422 | |
val tcdrain : file_descr -> unit (* [@@dead "tcdrain"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1431:1 | |
tcflush is never used | |
<-- line 1431 | |
val tcflush : file_descr -> mode:flush_queue -> unit (* [@@dead "tcflush"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1444:1 | |
tcflow is never used | |
<-- line 1444 | |
val tcflow : file_descr -> mode:flow_action -> unit (* [@@dead "tcflow"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 27:5 | |
error.E2BIG is a variant case which is never constructed | |
<-- line 27 | |
E2BIG (** Argument list too long *) (* [@@dead "error.E2BIG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 29:3 | |
error.EAGAIN is a variant case which is never constructed | |
<-- line 29 | |
| EAGAIN (** Resource temporarily unavailable; try again *) (* [@@dead "error.EAGAIN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 30:3 | |
error.EBADF is a variant case which is never constructed | |
<-- line 30 | |
| EBADF (** Bad file descriptor *) (* [@@dead "error.EBADF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 31:3 | |
error.EBUSY is a variant case which is never constructed | |
<-- line 31 | |
| EBUSY (** Resource unavailable *) (* [@@dead "error.EBUSY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 33:3 | |
error.EDEADLK is a variant case which is never constructed | |
<-- line 33 | |
| EDEADLK (** Resource deadlock would occur *) (* [@@dead "error.EDEADLK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 35:3 | |
error.EEXIST is a variant case which is never constructed | |
<-- line 35 | |
| EEXIST (** File exists *) (* [@@dead "error.EEXIST"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 39:3 | |
error.EINVAL is a variant case which is never constructed | |
<-- line 39 | |
| EINVAL (** Invalid argument *) (* [@@dead "error.EINVAL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 43:3 | |
error.EMLINK is a variant case which is never constructed | |
<-- line 43 | |
| EMLINK (** Too many links *) (* [@@dead "error.EMLINK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 45:3 | |
error.ENFILE is a variant case which is never constructed | |
<-- line 45 | |
| ENFILE (** Too many open files in the system *) (* [@@dead "error.ENFILE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 46:3 | |
error.ENODEV is a variant case which is never constructed | |
<-- line 46 | |
| ENODEV (** No such device *) (* [@@dead "error.ENODEV"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 55:3 | |
error.ENOTTY is a variant case which is never constructed | |
<-- line 55 | |
| ENOTTY (** Inappropriate I/O control operation *) (* [@@dead "error.ENOTTY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 58:3 | |
error.EPIPE is a variant case which is never constructed | |
<-- line 58 | |
| EPIPE (** Broken pipe *) (* [@@dead "error.EPIPE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 61:3 | |
error.ESPIPE is a variant case which is never constructed | |
<-- line 61 | |
| ESPIPE (** Invalid seek e.g. on a pipe *) (* [@@dead "error.ESPIPE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 66:3 | |
error.EALREADY is a variant case which is never constructed | |
<-- line 66 | |
| EALREADY (** Operation already in progress *) (* [@@dead "error.EALREADY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 67:3 | |
error.ENOTSOCK is a variant case which is never constructed | |
<-- line 67 | |
| ENOTSOCK (** Socket operation on non-socket *) (* [@@dead "error.ENOTSOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 69:3 | |
error.EMSGSIZE is a variant case which is never constructed | |
<-- line 69 | |
| EMSGSIZE (** Message too long *) (* [@@dead "error.EMSGSIZE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 70:3 | |
error.EPROTOTYPE is a variant case which is never constructed | |
<-- line 70 | |
| EPROTOTYPE (** Protocol wrong type for socket *) (* [@@dead "error.EPROTOTYPE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 72:3 | |
error.EPROTONOSUPPORT is a variant case which is never constructed | |
<-- line 72 | |
| EPROTONOSUPPORT (** Protocol not supported *) (* [@@dead "error.EPROTONOSUPPORT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 74:3 | |
error.EOPNOTSUPP is a variant case which is never constructed | |
<-- line 74 | |
| EOPNOTSUPP (** Operation not supported on socket *) (* [@@dead "error.EOPNOTSUPP"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 75:3 | |
error.EPFNOSUPPORT is a variant case which is never constructed | |
<-- line 75 | |
| EPFNOSUPPORT (** Protocol family not supported *) (* [@@dead "error.EPFNOSUPPORT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 77:3 | |
error.EADDRINUSE is a variant case which is never constructed | |
<-- line 77 | |
| EADDRINUSE (** Address already in use *) (* [@@dead "error.EADDRINUSE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 78:3 | |
error.EADDRNOTAVAIL is a variant case which is never constructed | |
<-- line 78 | |
| EADDRNOTAVAIL (** Can't assign requested address *) (* [@@dead "error.EADDRNOTAVAIL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 80:3 | |
error.ENETUNREACH is a variant case which is never constructed | |
<-- line 80 | |
| ENETUNREACH (** Network is unreachable *) (* [@@dead "error.ENETUNREACH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 81:3 | |
error.ENETRESET is a variant case which is never constructed | |
<-- line 81 | |
| ENETRESET (** Network dropped connection on reset *) (* [@@dead "error.ENETRESET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 82:3 | |
error.ECONNABORTED is a variant case which is never constructed | |
<-- line 82 | |
| ECONNABORTED (** Software caused connection abort *) (* [@@dead "error.ECONNABORTED"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 91:3 | |
error.EHOSTDOWN is a variant case which is never constructed | |
<-- line 91 | |
| EHOSTDOWN (** Host is down *) (* [@@dead "error.EHOSTDOWN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 94:3 | |
error.EOVERFLOW is a variant case which is never constructed | |
<-- line 94 | |
| EOVERFLOW (** File size or position not representable *) (* [@@dead "error.EOVERFLOW"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 96:3 | |
error.EUNKNOWNERR is a variant case which is never constructed | |
<-- line 96 | |
| EUNKNOWNERR of int (** Unknown error *) (* [@@dead "error.EUNKNOWNERR"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 110:1 | |
error_message is never used | |
<-- line 110 | |
val error_message : error -> string (* [@@dead "error_message"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 122:1 | |
environment is never used | |
<-- line 122 | |
val environment : unit -> string array (* [@@dead "environment"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 144:1 | |
unsafe_getenv is never used | |
<-- line 144 | |
val unsafe_getenv : string -> string (* [@@dead "unsafe_getenv"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 169:5 | |
process_status.WEXITED is a variant case which is never constructed | |
<-- line 169 | |
WEXITED of int (* [@@dead "process_status.WEXITED"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 175:3 | |
process_status.WSTOPPED is a variant case which is never constructed | |
<-- line 175 | |
| WSTOPPED of int (* [@@dead "process_status.WSTOPPED"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 189:1 | |
execv is never used | |
<-- line 189 | |
val execv : string -> string array -> 'a (* [@@dead "execv"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 265:1 | |
stdout is never used | |
<-- line 265 | |
val stdout : file_descr (* [@@dead "stdout"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 275:3 | |
open_flag.O_NONBLOCK is a variant case which is never constructed | |
<-- line 275 | |
| O_NONBLOCK (** Open in non-blocking mode *) (* [@@dead "open_flag.O_NONBLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 278:3 | |
open_flag.O_TRUNC is a variant case which is never constructed | |
<-- line 278 | |
| O_TRUNC (** Truncate to 0 length if existing *) (* [@@dead "open_flag.O_TRUNC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 279:3 | |
open_flag.O_EXCL is a variant case which is never constructed | |
<-- line 279 | |
| O_EXCL (** Fail if existing *) (* [@@dead "open_flag.O_EXCL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 280:3 | |
open_flag.O_NOCTTY is a variant case which is never constructed | |
<-- line 280 | |
| O_NOCTTY (** Don't make this dev a controlling tty *) (* [@@dead "open_flag.O_NOCTTY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 289:3 | |
open_flag.O_CLOEXEC is a variant case which is never constructed | |
<-- line 289 | |
| O_CLOEXEC (** Set the close-on-exec flag on the (* [@@dead "open_flag.O_CLOEXEC"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 307:1 | |
close is never used | |
<-- line 307 | |
val close : file_descr -> unit (* [@@dead "close"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 332:1 | |
single_write_substring is never used | |
<-- line 332 | |
val single_write_substring : file_descr -> string -> int -> int -> int (* [@@dead "single_write_substring"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 388:3 | |
seek_command.SEEK_CUR is a variant case which is never constructed | |
<-- line 388 | |
| SEEK_CUR (** indicates positions relative to the current position *) (* [@@dead "seek_command.SEEK_CUR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 389:3 | |
seek_command.SEEK_END is a variant case which is never constructed | |
<-- line 389 | |
| SEEK_END (** indicates positions relative to the end of the file *) (* [@@dead "seek_command.SEEK_END"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 416:3 | |
file_kind.S_BLK is a variant case which is never constructed | |
<-- line 416 | |
| S_BLK (** Block device *) (* [@@dead "file_kind.S_BLK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 417:3 | |
file_kind.S_LNK is a variant case which is never constructed | |
<-- line 417 | |
| S_LNK (** Symbolic link *) (* [@@dead "file_kind.S_LNK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 423:5 | |
stats.st_ino is a record label never used to read a value | |
<-- line 423 | |
st_ino : int; (** Inode number *) (* [@@dead "stats.st_ino"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 427:5 | |
stats.st_uid is a record label never used to read a value | |
<-- line 427 | |
st_uid : int; (** User id of the owner *) (* [@@dead "stats.st_uid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 466:9 | |
LargeFile.stats.st_dev is a record label never used to read a value | |
<-- line 466 | |
{ st_dev : int; (** Device number *) (* [@@dead "LargeFile.stats.st_dev"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 467:9 | |
LargeFile.stats.st_ino is a record label never used to read a value | |
<-- line 467 | |
st_ino : int; (** Inode number *) (* [@@dead "LargeFile.stats.st_ino"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 468:9 | |
LargeFile.stats.st_kind is a record label never used to read a value | |
<-- line 468 | |
st_kind : file_kind; (** Kind of the file *) (* [@@dead "LargeFile.stats.st_kind"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 472:9 | |
LargeFile.stats.st_gid is a record label never used to read a value | |
<-- line 472 | |
st_gid : int; (** Group ID of the file's group *) (* [@@dead "LargeFile.stats.st_gid"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 480:5 | |
LargeFile.lstat is never used | |
<-- line 480 | |
val lstat : string -> stats (* [@@dead "LargeFile.lstat"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 481:5 | |
LargeFile.fstat is never used | |
<-- line 481 | |
val fstat : file_descr -> stats (* [@@dead "LargeFile.fstat"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 559:1 | |
rename is never used | |
<-- line 559 | |
val rename : string -> string -> unit (* [@@dead "rename"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 567:1 | |
link is never used | |
<-- line 567 | |
val link : string -> string -> unit (* [@@dead "link"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 576:5 | |
access_permission.R_OK is a variant case which is never constructed | |
<-- line 576 | |
R_OK (** Read permission *) (* [@@dead "access_permission.R_OK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 579:3 | |
access_permission.F_OK is a variant case which is never constructed | |
<-- line 579 | |
| F_OK (** File exists *) (* [@@dead "access_permission.F_OK"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 638:1 | |
set_close_on_exec is never used | |
<-- line 638 | |
val set_close_on_exec : file_descr -> unit (* [@@dead "set_close_on_exec"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 685:1 | |
clear_close_on_exec is never used | |
<-- line 685 | |
val clear_close_on_exec : file_descr -> unit (* [@@dead "clear_close_on_exec"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 712:1 | |
opendir is never used | |
<-- line 712 | |
val opendir : string -> dir_handle (* [@@dead "opendir"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 722:1 | |
closedir is never used | |
<-- line 722 | |
val closedir : dir_handle -> unit (* [@@dead "closedir"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 854:1 | |
has_symlink is never used | |
<-- line 854 | |
val has_symlink : unit -> bool (* [@@dead "has_symlink"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 887:3 | |
lock_command.F_LOCK is a variant case which is never constructed | |
<-- line 887 | |
| F_LOCK (** Lock a region for writing, and block if already locked *) (* [@@dead "lock_command.F_LOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 889:3 | |
lock_command.F_TEST is a variant case which is never constructed | |
<-- line 889 | |
| F_TEST (** Test a region for other process locks *) (* [@@dead "lock_command.F_TEST"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 980:5 | |
process_times.tms_cstime is a record label never used to read a value | |
<-- line 980 | |
tms_cstime : float; (** System time for the children processes *) (* [@@dead "process_times.tms_cstime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 986:5 | |
tm.tm_min is a record label never used to read a value | |
<-- line 986 | |
tm_min : int; (** Minutes 0..59 *) (* [@@dead "tm.tm_min"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 988:5 | |
tm.tm_mday is a record label never used to read a value | |
<-- line 988 | |
tm_mday : int; (** Day of month 1..31 *) (* [@@dead "tm.tm_mday"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 989:5 | |
tm.tm_mon is a record label never used to read a value | |
<-- line 989 | |
tm_mon : int; (** Month of year 0..11 *) (* [@@dead "tm.tm_mon"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 991:5 | |
tm.tm_wday is a record label never used to read a value | |
<-- line 991 | |
tm_wday : int; (** Day of week (Sunday is 0) *) (* [@@dead "tm.tm_wday"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 992:5 | |
tm.tm_yday is a record label never used to read a value | |
<-- line 992 | |
tm_yday : int; (** Day of year 0..365 *) (* [@@dead "tm.tm_yday"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 993:5 | |
tm.tm_isdst is a record label never used to read a value | |
<-- line 993 | |
tm_isdst : bool; (** Daylight time savings in effect *) (* [@@dead "tm.tm_isdst"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1011:1 | |
localtime is never used | |
<-- line 1011 | |
val localtime : float -> tm (* [@@dead "localtime"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1031:1 | |
sleep is never used | |
<-- line 1031 | |
val sleep : int -> unit (* [@@dead "sleep"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1045:1 | |
utimes is never used | |
<-- line 1045 | |
val utimes : string -> float -> float -> unit (* [@@dead "utimes"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1058:3 | |
interval_timer.ITIMER_PROF is a variant case which is never constructed | |
<-- line 1058 | |
| ITIMER_PROF (* [@@dead "interval_timer.ITIMER_PROF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1065:5 | |
interval_timer_status.it_interval is a record label never used to read a value | |
<-- line 1065 | |
{ it_interval : float; (** Period *) (* [@@dead "interval_timer_status.it_interval"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1066:5 | |
interval_timer_status.it_value is a record label never used to read a value | |
<-- line 1066 | |
it_value : float; (** Current value of the timer *) (* [@@dead "interval_timer_status.it_value"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1070:1 | |
getitimer is never used | |
<-- line 1070 | |
val getitimer : interval_timer -> interval_timer_status (* [@@dead "getitimer"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1075:1 | |
setitimer is never used | |
<-- line 1075 | |
val setitimer : (* [@@dead "setitimer"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1096:1 | |
geteuid is never used | |
<-- line 1096 | |
val geteuid : unit -> int (* [@@dead "geteuid"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1112:1 | |
setgid is never used | |
<-- line 1112 | |
val setgid : int -> unit (* [@@dead "setgid"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1121:1 | |
setgroups is never used | |
<-- line 1121 | |
val setgroups : int array -> unit (* [@@dead "setgroups"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1138:5 | |
passwd_entry.pw_gecos is a record label never used to read a value | |
<-- line 1138 | |
pw_gecos : string; (* [@@dead "passwd_entry.pw_gecos"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1145:5 | |
group_entry.gr_name is a record label never used to read a value | |
<-- line 1145 | |
{ gr_name : string; (* [@@dead "group_entry.gr_name"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1148:5 | |
group_entry.gr_mem is a record label never used to read a value | |
<-- line 1148 | |
gr_mem : string array (* [@@dead "group_entry.gr_mem"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1155:1 | |
getpwnam is never used | |
<-- line 1155 | |
val getpwnam : string -> passwd_entry (* [@@dead "getpwnam"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1199:1 | |
inet_addr_any is never used | |
<-- line 1199 | |
val inet_addr_any : inet_addr (* [@@dead "inet_addr_any"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1218:5 | |
socket_domain.PF_UNIX is a variant case which is never constructed | |
<-- line 1218 | |
PF_UNIX (** Unix domain *) (* [@@dead "socket_domain.PF_UNIX"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1227:3 | |
socket_type.SOCK_DGRAM is a variant case which is never constructed | |
<-- line 1227 | |
| SOCK_DGRAM (** Datagram socket *) (* [@@dead "socket_type.SOCK_DGRAM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1229:3 | |
socket_type.SOCK_SEQPACKET is a variant case which is never constructed | |
<-- line 1229 | |
| SOCK_SEQPACKET (** Sequenced packets socket *) (* [@@dead "socket_type.SOCK_SEQPACKET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1237:3 | |
sockaddr.ADDR_INET is a variant case which is never constructed | |
<-- line 1237 | |
| ADDR_INET of inet_addr * int (* [@@dead "sockaddr.ADDR_INET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1280:5 | |
shutdown_command.SHUTDOWN_RECEIVE is a variant case which is never constructed | |
<-- line 1280 | |
SHUTDOWN_RECEIVE (** Close for receiving *) (* [@@dead "shutdown_command.SHUTDOWN_RECEIVE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1300:5 | |
msg_flag.MSG_OOB is a variant case which is never constructed | |
<-- line 1300 | |
MSG_OOB (* [@@dead "msg_flag.MSG_OOB"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1302:3 | |
msg_flag.MSG_PEEK is a variant case which is never constructed | |
<-- line 1302 | |
| MSG_PEEK (* [@@dead "msg_flag.MSG_PEEK"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1321:1 | |
sendto is never used | |
<-- line 1321 | |
val sendto : (* [@@dead "sendto"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1337:3 | |
socket_bool_option.SO_BROADCAST is a variant case which is never constructed | |
<-- line 1337 | |
| SO_BROADCAST (** Permit sending of broadcast messages *) (* [@@dead "socket_bool_option.SO_BROADCAST"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1338:3 | |
socket_bool_option.SO_REUSEADDR is a variant case which is never constructed | |
<-- line 1338 | |
| SO_REUSEADDR (** Allow reuse of local addresses for bind *) (* [@@dead "socket_bool_option.SO_REUSEADDR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1339:3 | |
socket_bool_option.SO_KEEPALIVE is a variant case which is never constructed | |
<-- line 1339 | |
| SO_KEEPALIVE (** Keep connection active *) (* [@@dead "socket_bool_option.SO_KEEPALIVE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1342:3 | |
socket_bool_option.SO_ACCEPTCONN is a variant case which is never constructed | |
<-- line 1342 | |
| SO_ACCEPTCONN (** Report whether socket listening is enabled *) (* [@@dead "socket_bool_option.SO_ACCEPTCONN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1344:3 | |
socket_bool_option.IPV6_ONLY is a variant case which is never constructed | |
<-- line 1344 | |
| IPV6_ONLY (** Forbid binding an IPv6 socket to an IPv4 address *) (* [@@dead "socket_bool_option.IPV6_ONLY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1352:3 | |
socket_int_option.SO_ERROR is a variant case which is never constructed | |
<-- line 1352 | |
| SO_ERROR (** Deprecated. Use {!Unix.getsockopt_error} instead. *) (* [@@dead "socket_int_option.SO_ERROR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1353:3 | |
socket_int_option.SO_TYPE is a variant case which is never constructed | |
<-- line 1353 | |
| SO_TYPE (** Report the socket type *) (* [@@dead "socket_int_option.SO_TYPE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1355:3 | |
socket_int_option.SO_SNDLOWAT is a variant case which is never constructed | |
<-- line 1355 | |
| SO_SNDLOWAT (** Minimum number of bytes to process for output (* [@@dead "socket_int_option.SO_SNDLOWAT"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1377:1 | |
getsockopt is never used | |
<-- line 1377 | |
val getsockopt : file_descr -> socket_bool_option -> bool (* [@@dead "getsockopt"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1381:1 | |
setsockopt is never used | |
<-- line 1381 | |
val setsockopt : file_descr -> socket_bool_option -> bool -> unit (* [@@dead "setsockopt"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1387:1 | |
setsockopt_int is never used | |
<-- line 1387 | |
val setsockopt_int : file_descr -> socket_int_option -> int -> unit (* [@@dead "setsockopt_int"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1394:1 | |
setsockopt_optint is never used | |
<-- line 1394 | |
val setsockopt_optint : (* [@@dead "setsockopt_optint"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1407:1 | |
getsockopt_error is never used | |
<-- line 1407 | |
val getsockopt_error : file_descr -> error option (* [@@dead "getsockopt_error"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1415:1 | |
open_connection is never used | |
<-- line 1415 | |
val open_connection : sockaddr -> in_channel * out_channel (* [@@dead "open_connection"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1443:5 | |
host_entry.h_aliases is a record label never used to read a value | |
<-- line 1443 | |
h_aliases : string array; (* [@@dead "host_entry.h_aliases"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1451:5 | |
protocol_entry.p_aliases is a record label never used to read a value | |
<-- line 1451 | |
p_aliases : string array; (* [@@dead "protocol_entry.p_aliases"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1452:5 | |
protocol_entry.p_proto is a record label never used to read a value | |
<-- line 1452 | |
p_proto : int (* [@@dead "protocol_entry.p_proto"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1460:5 | |
service_entry.s_proto is a record label never used to read a value | |
<-- line 1460 | |
s_proto : string (* [@@dead "service_entry.s_proto"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1464:1 | |
gethostname is never used | |
<-- line 1464 | |
val gethostname : unit -> string (* [@@dead "gethostname"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1475:1 | |
getprotobyname is never used | |
<-- line 1475 | |
val getprotobyname : string -> protocol_entry (* [@@dead "getprotobyname"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1479:1 | |
getprotobynumber is never used | |
<-- line 1479 | |
val getprotobynumber : int -> protocol_entry (* [@@dead "getprotobynumber"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1492:5 | |
addr_info.ai_family is a record label never used to read a value | |
<-- line 1492 | |
{ ai_family : socket_domain; (** Socket domain *) (* [@@dead "addr_info.ai_family"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1495:5 | |
addr_info.ai_addr is a record label never used to read a value | |
<-- line 1495 | |
ai_addr : sockaddr; (** Address *) (* [@@dead "addr_info.ai_addr"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1496:5 | |
addr_info.ai_canonname is a record label never used to read a value | |
<-- line 1496 | |
ai_canonname : string (** Canonical host name *) (* [@@dead "addr_info.ai_canonname"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1508:3 | |
getaddrinfo_option.AI_PASSIVE is a variant case which is never constructed | |
<-- line 1508 | |
| AI_PASSIVE (** Set address to ``any'' address (* [@@dead "getaddrinfo_option.AI_PASSIVE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1532:5 | |
name_info.ni_hostname is a record label never used to read a value | |
<-- line 1532 | |
{ ni_hostname : string; (** Name or IP address of host *) (* [@@dead "name_info.ni_hostname"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1533:5 | |
name_info.ni_service is a record label never used to read a value | |
<-- line 1533 | |
ni_service : string; (** Name of service or port number *) (* [@@dead "name_info.ni_service"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1538:5 | |
getnameinfo_option.NI_NOFQDN is a variant case which is never constructed | |
<-- line 1538 | |
NI_NOFQDN (** Do not qualify local host names *) (* [@@dead "getnameinfo_option.NI_NOFQDN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1540:3 | |
getnameinfo_option.NI_NAMEREQD is a variant case which is never constructed | |
<-- line 1540 | |
| NI_NAMEREQD (** Fail if host name cannot be determined *) (* [@@dead "getnameinfo_option.NI_NAMEREQD"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1541:3 | |
getnameinfo_option.NI_NUMERICSERV is a variant case which is never constructed | |
<-- line 1541 | |
| NI_NUMERICSERV (** Always return service as port number *) (* [@@dead "getnameinfo_option.NI_NUMERICSERV"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1542:3 | |
getnameinfo_option.NI_DGRAM is a variant case which is never constructed | |
<-- line 1542 | |
| NI_DGRAM (** Consider the service as UDP-based (* [@@dead "getnameinfo_option.NI_DGRAM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1566:5 | |
terminal_io.c_ignpar is a record label never used to read a value | |
<-- line 1566 | |
mutable c_ignpar : bool; (** Ignore characters with parity errors. *) (* [@@dead "terminal_io.c_ignpar"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1567:5 | |
terminal_io.c_parmrk is a record label never used to read a value | |
<-- line 1567 | |
mutable c_parmrk : bool; (** Mark parity errors. *) (* [@@dead "terminal_io.c_parmrk"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1568:5 | |
terminal_io.c_inpck is a record label never used to read a value | |
<-- line 1568 | |
mutable c_inpck : bool; (** Enable parity check on input. *) (* [@@dead "terminal_io.c_inpck"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1573:5 | |
terminal_io.c_ixon is a record label never used to read a value | |
<-- line 1573 | |
mutable c_ixon : bool; (** Recognize XON/XOFF characters on input. *) (* [@@dead "terminal_io.c_ixon"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1576:5 | |
terminal_io.c_opost is a record label never used to read a value | |
<-- line 1576 | |
mutable c_opost : bool; (** Enable output processing. *) (* [@@dead "terminal_io.c_opost"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1579:5 | |
terminal_io.c_ibaud is a record label never used to read a value | |
<-- line 1579 | |
mutable c_ibaud : int; (** Input baud rate. *) (* [@@dead "terminal_io.c_ibaud"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1580:5 | |
terminal_io.c_csize is a record label never used to read a value | |
<-- line 1580 | |
mutable c_csize : int; (** Number of bits per character (5-8). *) (* [@@dead "terminal_io.c_csize"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1582:5 | |
terminal_io.c_cread is a record label never used to read a value | |
<-- line 1582 | |
mutable c_cread : bool; (** Reception is enabled. *) (* [@@dead "terminal_io.c_cread"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1583:5 | |
terminal_io.c_parenb is a record label never used to read a value | |
<-- line 1583 | |
mutable c_parenb : bool; (** Enable parity generation and detection. *) (* [@@dead "terminal_io.c_parenb"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1589:5 | |
terminal_io.c_icanon is a record label never used to read a value | |
<-- line 1589 | |
mutable c_icanon : bool; (** Enable canonical processing (* [@@dead "terminal_io.c_icanon"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1593:5 | |
terminal_io.c_echoe is a record label never used to read a value | |
<-- line 1593 | |
mutable c_echoe : bool; (** Echo ERASE (to erase previous character). *) (* [@@dead "terminal_io.c_echoe"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1594:5 | |
terminal_io.c_echok is a record label never used to read a value | |
<-- line 1594 | |
mutable c_echok : bool; (** Echo KILL (to erase the current line). *) (* [@@dead "terminal_io.c_echok"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1595:5 | |
terminal_io.c_echonl is a record label never used to read a value | |
<-- line 1595 | |
mutable c_echonl : bool; (** Echo NL even if c_echo is not set. *) (* [@@dead "terminal_io.c_echonl"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1601:5 | |
terminal_io.c_veof is a record label never used to read a value | |
<-- line 1601 | |
mutable c_veof : char; (** End-of-file character (usually ctrl-D). *) (* [@@dead "terminal_io.c_veof"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1602:5 | |
terminal_io.c_veol is a record label never used to read a value | |
<-- line 1602 | |
mutable c_veol : char; (** Alternate end-of-line char. (usually none). *) (* [@@dead "terminal_io.c_veol"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1605:5 | |
terminal_io.c_vtime is a record label never used to read a value | |
<-- line 1605 | |
mutable c_vtime : int; (** Maximum read wait (in 0.1s units). *) (* [@@dead "terminal_io.c_vtime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1606:5 | |
terminal_io.c_vstart is a record label never used to read a value | |
<-- line 1606 | |
mutable c_vstart : char; (** Start character (usually ctrl-Q). *) (* [@@dead "terminal_io.c_vstart"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1616:5 | |
setattr_when.TCSANOW is a variant case which is never constructed | |
<-- line 1616 | |
TCSANOW (* [@@dead "setattr_when.TCSANOW"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1618:3 | |
setattr_when.TCSAFLUSH is a variant case which is never constructed | |
<-- line 1618 | |
| TCSAFLUSH (* [@@dead "setattr_when.TCSAFLUSH"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1632:1 | |
tcsendbreak is never used | |
<-- line 1632 | |
val tcsendbreak : file_descr -> int -> unit (* [@@dead "tcsendbreak"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1646:5 | |
flush_queue.TCIFLUSH is a variant case which is never constructed | |
<-- line 1646 | |
TCIFLUSH (* [@@dead "flush_queue.TCIFLUSH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1648:3 | |
flush_queue.TCIOFLUSH is a variant case which is never constructed | |
<-- line 1648 | |
| TCIOFLUSH (* [@@dead "flush_queue.TCIOFLUSH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1660:5 | |
flow_action.TCOOFF is a variant case which is never constructed | |
<-- line 1660 | |
TCOOFF (* [@@dead "flow_action.TCOOFF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1661:3 | |
flow_action.TCOON is a variant case which is never constructed | |
<-- line 1661 | |
| TCOON (* [@@dead "flow_action.TCOON"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 52:1 | |
init is never used | |
<-- line 52 | |
val init : int -> f:(int -> char) -> string (* [@@dead "init"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 59:1 | |
copy is never used | |
<-- line 59 | |
val copy : string -> string [@@ocaml.deprecated] (* [@@dead "copy"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 80:1 | |
blit is never used | |
<-- line 80 | |
val blit : (* [@@dead "blit"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 100:1 | |
iteri is never used | |
<-- line 100 | |
val iteri : f:(int -> char -> unit) -> string -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 106:1 | |
map is never used | |
<-- line 106 | |
val map : f:(char -> char) -> string -> string (* [@@dead "map"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 133:1 | |
index is never used | |
<-- line 133 | |
val index : string -> char -> int (* [@@dead "index"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 139:1 | |
index_opt is never used | |
<-- line 139 | |
val index_opt: string -> char -> int option (* [@@dead "index_opt"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 145:1 | |
rindex is never used | |
<-- line 145 | |
val rindex : string -> char -> int (* [@@dead "rindex"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 198:1 | |
contains is never used | |
<-- line 198 | |
val contains : string -> char -> bool (* [@@dead "contains"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 210:1 | |
rcontains_from is never used | |
<-- line 210 | |
val rcontains_from : string -> int -> char -> bool (* [@@dead "rcontains_from"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 231:1 | |
capitalize is never used | |
<-- line 231 | |
val capitalize : string -> string (* [@@dead "capitalize"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 243:1 | |
uppercase_ascii is never used | |
<-- line 243 | |
val uppercase_ascii : string -> string (* [@@dead "uppercase_ascii"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 248:1 | |
lowercase_ascii is never used | |
<-- line 248 | |
val lowercase_ascii : string -> string (* [@@dead "lowercase_ascii"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 258:1 | |
uncapitalize_ascii is never used | |
<-- line 258 | |
val uncapitalize_ascii : string -> string (* [@@dead "uncapitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 266:1 | |
compare is never used | |
<-- line 266 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 55:1 | |
enabled is never used | |
<-- line 55 | |
val enabled : bool (* [@@dead "enabled"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 64:3 | |
Series.create is never used | |
<-- line 64 | |
val create : path:string -> t (* [@@dead "Series.create"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 71:3 | |
Series.save_event is never used | |
<-- line 71 | |
val save_event : ?time:float -> t -> event_name:string -> unit (* [@@dead "Series.save_event"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 79:3 | |
Series.save_and_close is never used | |
<-- line 79 | |
val save_and_close : ?time:float -> t -> unit (* [@@dead "Series.save_and_close"] *) | |
Warning Dead Value | |
stdlib-406/sort.mli 24:1 | |
list is never used | |
<-- line 24 | |
val list : ('a -> 'a -> bool) -> 'a list -> 'a list (* [@@dead "list"] *) | |
Warning Dead Value | |
stdlib-406/sort.mli 38:1 | |
merge is never used | |
<-- line 38 | |
val merge : ('a -> 'a -> bool) -> 'a list -> 'a list -> 'a list (* [@@dead "merge"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 32:1 | |
hd is never used | |
<-- line 32 | |
val hd : 'a list -> 'a (* [@@dead "hd"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 36:1 | |
compare_lengths is never used | |
<-- line 36 | |
val compare_lengths : 'a list -> 'b list -> int (* [@@dead "compare_lengths"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 43:1 | |
compare_length_with is never used | |
<-- line 43 | |
val compare_length_with : 'a list -> len:int -> int (* [@@dead "compare_length_with"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 73:1 | |
rev is never used | |
<-- line 73 | |
val rev : 'a list -> 'a list (* [@@dead "rev"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 83:1 | |
append is never used | |
<-- line 83 | |
val append : 'a list -> 'a list -> 'a list (* [@@dead "append"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 93:1 | |
concat is never used | |
<-- line 93 | |
val concat : 'a list list -> 'a list (* [@@dead "concat"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 107:1 | |
iter is never used | |
<-- line 107 | |
val iter : f:('a -> unit) -> 'a list -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 198:1 | |
exists2 is never used | |
<-- line 198 | |
val exists2 : f:('a -> 'b -> bool) -> 'a list -> 'b list -> bool (* [@@dead "exists2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 207:1 | |
memq is never used | |
<-- line 207 | |
val memq : 'a -> set:'a list -> bool (* [@@dead "memq"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 236:1 | |
partition is never used | |
<-- line 236 | |
val partition : f:('a -> bool) -> 'a list -> 'a list * 'a list (* [@@dead "partition"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 247:1 | |
assoc is never used | |
<-- line 247 | |
val assoc : 'a -> ('a * 'b) list -> 'b (* [@@dead "assoc"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 265:1 | |
assq is never used | |
<-- line 265 | |
val assq : 'a -> ('a * 'b) list -> 'b (* [@@dead "assq"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 269:1 | |
assq_opt is never used | |
<-- line 269 | |
val assq_opt: 'a -> ('a * 'b) list -> 'b option (* [@@dead "assq_opt"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 274:1 | |
mem_assoc is never used | |
<-- line 274 | |
val mem_assoc : 'a -> map:('a * 'b) list -> bool (* [@@dead "mem_assoc"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 278:1 | |
mem_assq is never used | |
<-- line 278 | |
val mem_assq : 'a -> map:('a * 'b) list -> bool (* [@@dead "mem_assq"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 301:1 | |
combine is never used | |
<-- line 301 | |
val combine : 'a list -> 'b list -> ('a * 'b) list (* [@@dead "combine"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 312:1 | |
sort is never used | |
<-- line 312 | |
val sort : cmp:('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "sort"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 328:1 | |
stable_sort is never used | |
<-- line 328 | |
val stable_sort : cmp:('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "stable_sort"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 337:1 | |
fast_sort is never used | |
<-- line 337 | |
val fast_sort : cmp:('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "fast_sort"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 341:1 | |
sort_uniq is never used | |
<-- line 341 | |
val sort_uniq : cmp:('a -> 'a -> int) -> 'a list -> 'a list (* [@@dead "sort_uniq"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 345:1 | |
merge is never used | |
<-- line 345 | |
val merge : cmp:('a -> 'a -> int) -> 'a list -> 'a list -> 'a list (* [@@dead "merge"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 25:5 | |
stat.promoted_words is a record label never used to read a value | |
<-- line 25 | |
promoted_words : float; (* [@@dead "stat.promoted_words"] *) | |
Warning Dead Type | |
stdlib-406/gc.mli 37:5 | |
stat.major_collections is a record label never used to read a value | |
<-- line 37 | |
major_collections : int; (* [@@dead "stat.major_collections"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 161:1 | |
pp_close_box is never used | |
<-- line 161 | |
val pp_close_box : formatter -> unit -> unit (* [@@dead "pp_close_box"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 239:1 | |
print_bool is never used | |
<-- line 239 | |
val print_bool : bool -> unit (* [@@dead "print_bool"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 264:1 | |
print_space is never used | |
<-- line 264 | |
val print_space : unit -> unit (* [@@dead "print_space"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 338:1 | |
pp_print_newline is never used | |
<-- line 338 | |
val pp_print_newline : formatter -> unit -> unit (* [@@dead "pp_print_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 355:1 | |
set_margin is never used | |
<-- line 355 | |
val set_margin : int -> unit (* [@@dead "set_margin"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 403:1 | |
set_max_boxes is never used | |
<-- line 403 | |
val set_max_boxes : int -> unit (* [@@dead "set_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 420:1 | |
over_max_boxes is never used | |
<-- line 420 | |
val over_max_boxes : unit -> bool (* [@@dead "over_max_boxes"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 475:1 | |
pp_print_tbreak is never used | |
<-- line 475 | |
val pp_print_tbreak : formatter -> int -> int -> unit (* [@@dead "pp_print_tbreak"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 601:1 | |
pp_set_print_tags is never used | |
<-- line 601 | |
val pp_set_print_tags : formatter -> bool -> unit (* [@@dead "pp_set_print_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 606:1 | |
set_mark_tags is never used | |
<-- line 606 | |
val set_mark_tags : bool -> unit (* [@@dead "set_mark_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 610:1 | |
get_print_tags is never used | |
<-- line 610 | |
val get_print_tags : unit -> bool (* [@@dead "get_print_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 614:1 | |
get_mark_tags is never used | |
<-- line 614 | |
val get_mark_tags : unit -> bool (* [@@dead "get_mark_tags"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 618:1 | |
pp_set_formatter_out_channel is never used | |
<-- line 618 | |
val pp_set_formatter_out_channel : (* [@@dead "pp_set_formatter_out_channel"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 620:1 | |
set_formatter_out_channel is never used | |
<-- line 620 | |
val set_formatter_out_channel : Pervasives.out_channel -> unit (* [@@dead "set_formatter_out_channel"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 631:1 | |
set_formatter_output_functions is never used | |
<-- line 631 | |
val set_formatter_output_functions : (* [@@dead "set_formatter_output_functions"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 649:1 | |
get_formatter_output_functions is never used | |
<-- line 649 | |
val get_formatter_output_functions : (* [@@dead "get_formatter_output_functions"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 728:3 | |
formatter_tag_functions.print_close_tag is a record label never used to read a value | |
<-- line 728 | |
print_close_tag : tag -> unit; (* [@@dead "formatter_tag_functions.print_close_tag"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 758:1 | |
pp_get_formatter_tag_functions is never used | |
<-- line 758 | |
val pp_get_formatter_tag_functions : (* [@@dead "pp_get_formatter_tag_functions"] *) | |
Warning Dead Type | |
stdlib-406/format.mli 869:3 | |
symbolic_output_item.Output_newline is a variant case which is never constructed | |
<-- line 869 | |
| Output_newline (** symbolic newline command *) (* [@@dead "symbolic_output_item.Output_newline"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 887:1 | |
make_symbolic_output_buffer is never used | |
<-- line 887 | |
val make_symbolic_output_buffer : unit -> symbolic_output_buffer (* [@@dead "make_symbolic_output_buffer"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 907:1 | |
flush_symbolic_output_buffer is never used | |
<-- line 907 | |
val flush_symbolic_output_buffer : (* [@@dead "flush_symbolic_output_buffer"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1080:1 | |
kfprintf is never used | |
<-- line 1080 | |
val kfprintf : (* [@@dead "kfprintf"] *) | |
Warning Dead Value | |
stdlib-406/format.mli 1119:1 | |
kprintf is never used | |
<-- line 1119 | |
val kprintf : (string -> 'a) -> ('b, unit, string, 'a) format4 -> 'b (* [@@dead "kprintf"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 30:1 | |
compare is never used | |
<-- line 30 | |
val compare : t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/digest.mli 53:1 | |
subbytes is never used | |
<-- line 53 | |
val subbytes : bytes -> int -> int -> t (* [@@dead "subbytes"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 39:1 | |
conj is never used | |
<-- line 39 | |
val conj: t -> t (* [@@dead "conj"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 68:1 | |
arg is never used | |
<-- line 68 | |
val arg: t -> float (* [@@dead "arg"] *) | |
Warning Dead Value | |
stdlib-406/complex.mli 82:1 | |
log is never used | |
<-- line 82 | |
val log: t -> t (* [@@dead "log"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 83:3 | |
K1.Make.stats_alive is never used | |
<-- line 83 | |
val stats_alive: 'a t -> Hashtbl.statistics (* [@@dead "K1.Make.stats_alive"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 140:3 | |
K1.blit_key is never used | |
<-- line 140 | |
val blit_key : ('k,_) t -> ('k,_) t -> unit (* [@@dead "K1.blit_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 164:3 | |
K1.unset_data is never used | |
<-- line 164 | |
val unset_data: ('k,'d) t -> unit (* [@@dead "K1.unset_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 176:3 | |
K1.blit_data is never used | |
<-- line 176 | |
val blit_data : (_,'d) t -> (_,'d) t -> unit (* [@@dead "K1.blit_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 198:3 | |
K2.get_key1 is never used | |
<-- line 198 | |
val get_key1: ('k1,'k2,'d) t -> 'k1 option (* [@@dead "K2.get_key1"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 201:3 | |
K2.get_key1_copy is never used | |
<-- line 201 | |
val get_key1_copy: ('k1,'k2,'d) t -> 'k1 option (* [@@dead "K2.get_key1_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 204:3 | |
K2.set_key1 is never used | |
<-- line 204 | |
val set_key1: ('k1,'k2,'d) t -> 'k1 -> unit (* [@@dead "K2.set_key1"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 207:3 | |
K2.unset_key1 is never used | |
<-- line 207 | |
val unset_key1: ('k1,'k2,'d) t -> unit (* [@@dead "K2.unset_key1"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 234:3 | |
K2.blit_key12 is never used | |
<-- line 234 | |
val blit_key12: ('k1,'k2,_) t -> ('k1,'k2,_) t -> unit (* [@@dead "K2.blit_key12"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 237:3 | |
K2.get_data is never used | |
<-- line 237 | |
val get_data: ('k1,'k2,'d) t -> 'd option (* [@@dead "K2.get_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 240:3 | |
K2.get_data_copy is never used | |
<-- line 240 | |
val get_data_copy: ('k1,'k2,'d) t -> 'd option (* [@@dead "K2.get_data_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 243:3 | |
K2.set_data is never used | |
<-- line 243 | |
val set_data: ('k1,'k2,'d) t -> 'd -> unit (* [@@dead "K2.set_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 274:3 | |
Kn.create is never used | |
<-- line 274 | |
val create: int -> ('k,'d) t (* [@@dead "Kn.create"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 277:3 | |
Kn.get_key is never used | |
<-- line 277 | |
val get_key: ('k,'d) t -> int -> 'k option (* [@@dead "Kn.get_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 280:3 | |
Kn.get_key_copy is never used | |
<-- line 280 | |
val get_key_copy: ('k,'d) t -> int -> 'k option (* [@@dead "Kn.get_key_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 295:3 | |
Kn.get_data is never used | |
<-- line 295 | |
val get_data: ('k,'d) t -> 'd option (* [@@dead "Kn.get_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 298:3 | |
Kn.get_data_copy is never used | |
<-- line 298 | |
val get_data_copy: ('k,'d) t -> 'd option (* [@@dead "Kn.get_data_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 301:3 | |
Kn.set_data is never used | |
<-- line 301 | |
val set_data: ('k,'d) t -> 'd -> unit (* [@@dead "Kn.set_data"] *) | |
Warning Dead Type | |
stdlib-406/ephemeron.mli 332:3 | |
GenHashTable.equal.ETrue is a variant case which is never constructed | |
<-- line 332 | |
| ETrue | EFalse (* [@@dead "GenHashTable.equal.ETrue"] *) | |
Warning Dead Type | |
stdlib-406/ephemeron.mli 332:11 | |
GenHashTable.equal.EFalse is a variant case which is never constructed | |
<-- line 332 | |
| ETrue | EFalse (* [@@dead "GenHashTable.equal.EFalse"] *) | |
Warning Dead Type | |
stdlib-406/ephemeron.mli 333:3 | |
GenHashTable.equal.EDead is a variant case which is never constructed | |
<-- line 333 | |
| EDead (** the container is dead *) (* [@@dead "GenHashTable.equal.EDead"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 30:1 | |
new_method is never used | |
<-- line 30 | |
val new_method : table -> label (* [@@dead "new_method"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 36:1 | |
get_method_label is never used | |
<-- line 36 | |
val get_method_label : table -> string -> label (* [@@dead "get_method_label"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 41:1 | |
narrow is never used | |
<-- line 41 | |
val narrow : table -> string array -> string array -> string array -> unit (* [@@dead "narrow"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 42:1 | |
widen is never used | |
<-- line 42 | |
val widen : table -> unit (* [@@dead "widen"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 43:1 | |
add_initializer is never used | |
<-- line 43 | |
val add_initializer : table -> (obj -> unit) -> unit (* [@@dead "add_initializer"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 45:1 | |
create_table is never used | |
<-- line 45 | |
val create_table : string array -> table (* [@@dead "create_table"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 50:1 | |
make_class is never used | |
<-- line 50 | |
val make_class : (* [@@dead "make_class"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 66:1 | |
create_object_opt is never used | |
<-- line 66 | |
val create_object_opt : obj -> table -> obj (* [@@dead "create_object_opt"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 67:1 | |
run_initializers is never used | |
<-- line 67 | |
val run_initializers : obj -> table -> unit (* [@@dead "run_initializers"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 69:1 | |
create_object_and_run_initializers is never used | |
<-- line 69 | |
val create_object_and_run_initializers : obj -> table -> obj (* [@@dead "create_object_and_run_initializers"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 82:1 | |
lookup_tables is never used | |
<-- line 82 | |
val lookup_tables : tables -> closure array -> tables (* [@@dead "lookup_tables"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 117:3 | |
impl.GetMeth is a variant case which is never constructed | |
<-- line 117 | |
| GetMeth (* [@@dead "impl.GetMeth"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 119:3 | |
impl.AppConst is a variant case which is never constructed | |
<-- line 119 | |
| AppConst (* [@@dead "impl.AppConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 121:3 | |
impl.AppEnv is a variant case which is never constructed | |
<-- line 121 | |
| AppEnv (* [@@dead "impl.AppEnv"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 122:3 | |
impl.AppMeth is a variant case which is never constructed | |
<-- line 122 | |
| AppMeth (* [@@dead "impl.AppMeth"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 127:3 | |
impl.AppVarConst is a variant case which is never constructed | |
<-- line 127 | |
| AppVarConst (* [@@dead "impl.AppVarConst"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 132:3 | |
impl.MethAppEnv is a variant case which is never constructed | |
<-- line 132 | |
| MethAppEnv (* [@@dead "impl.MethAppEnv"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 133:3 | |
impl.MethAppMeth is a variant case which is never constructed | |
<-- line 133 | |
| MethAppMeth (* [@@dead "impl.MethAppMeth"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 137:3 | |
impl.SendMeth is a variant case which is never constructed | |
<-- line 137 | |
| SendMeth (* [@@dead "impl.SendMeth"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 145:5 | |
params.copy_parent is a record label never used to read a value | |
<-- line 145 | |
mutable copy_parent : bool; (* [@@dead "params.copy_parent"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalOO.mli 148:5 | |
params.bucket_small_size is a record label never used to read a value | |
<-- line 148 | |
mutable bucket_small_size : int } (* [@@dead "params.bucket_small_size"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 150:1 | |
params is never used | |
<-- line 150 | |
val params : params (* [@@dead "params"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalOO.mli 158:1 | |
stats is never used | |
<-- line 158 | |
val stats : unit -> stats (* [@@dead "stats"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalLazy.mli 22:1 | |
force_lazy_block is never used | |
<-- line 22 | |
val force_lazy_block : 'a lazy_t -> 'a (* [@@dead "force_lazy_block"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalLazy.mli 26:1 | |
force is never used | |
<-- line 26 | |
val force : 'a lazy_t -> 'a (* [@@dead "force"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalMod.mli 21:3 | |
shape.Function is a variant case which is never constructed | |
<-- line 21 | |
| Function (* [@@dead "shape.Function"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalMod.mli 23:3 | |
shape.Class is a variant case which is never constructed | |
<-- line 23 | |
| Class (* [@@dead "shape.Class"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalMod.mli 25:3 | |
shape.Value is a variant case which is never constructed | |
<-- line 25 | |
| Value of Obj.t (* [@@dead "shape.Value"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormatBasics.mli 49:3 | |
custom_arity.Custom_zero is a variant case which is never constructed | |
<-- line 49 | |
| Custom_zero : ('a, string, 'a) custom_arity (* [@@dead "custom_arity.Custom_zero"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormatBasics.mli 50:3 | |
custom_arity.Custom_succ is a variant case which is never constructed | |
<-- line 50 | |
| Custom_succ : ('a, 'b, 'c) custom_arity -> (* [@@dead "custom_arity.Custom_succ"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormatBasics.mli 53:69 | |
block_type.Pp_fits is a variant case which is never constructed | |
<-- line 53 | |
type block_type = Pp_hbox | Pp_vbox | Pp_hvbox | Pp_hovbox | Pp_box | Pp_fits (* [@@dead "block_type.Pp_fits"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 25:1 | |
add_in_char_set is never used | |
<-- line 25 | |
val add_in_char_set : mutable_char_set -> char -> unit (* [@@dead "add_in_char_set"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 41:3 | |
acc.Acc_formatting_lit is a variant case which is never constructed | |
<-- line 41 | |
| Acc_formatting_lit of ('b, 'c) acc * formatting_lit (* [@@dead "acc.Acc_formatting_lit"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 42:3 | |
acc.Acc_formatting_gen is a variant case which is never constructed | |
<-- line 42 | |
| Acc_formatting_gen of ('b, 'c) acc * ('b, 'c) acc_formatting_gen (* [@@dead "acc.Acc_formatting_gen"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 44:3 | |
acc.Acc_char_literal is a variant case which is never constructed | |
<-- line 44 | |
| Acc_char_literal of ('b, 'c) acc * char (* [@@dead "acc.Acc_char_literal"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 48:3 | |
acc.Acc_flush is a variant case which is never constructed | |
<-- line 48 | |
| Acc_flush of ('b, 'c) acc (* [@@dead "acc.Acc_flush"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 49:3 | |
acc.Acc_invalid_arg is a variant case which is never constructed | |
<-- line 49 | |
| Acc_invalid_arg of ('b, 'c) acc * string (* [@@dead "acc.Acc_invalid_arg"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalFormat.mli 56:33 | |
fmt_ebb.Fmt_EBB is a variant case which is never constructed | |
<-- line 56 | |
type ('b, 'c, 'e, 'f) fmt_ebb = Fmt_EBB : (* [@@dead "fmt_ebb.Fmt_EBB"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 97:1 | |
string_of_fmtty is never used | |
<-- line 97 | |
val string_of_fmtty : (* [@@dead "string_of_fmtty"] *) | |
Warning Dead Value | |
stdlib-406/camlinternalFormat.mli 99:1 | |
string_of_fmt is never used | |
<-- line 99 | |
val string_of_fmt : (* [@@dead "string_of_fmt"] *) | |
Warning Dead Value | |
stdlib-406/callback.mli 23:1 | |
register is never used | |
<-- line 23 | |
val register : string -> 'a -> unit (* [@@dead "register"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 57:1 | |
blit is never used | |
<-- line 57 | |
val blit : t -> int -> bytes -> int -> int -> unit (* [@@dead "blit"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 88:1 | |
add_utf_8_uchar is never used | |
<-- line 88 | |
val add_utf_8_uchar : t -> Uchar.t -> unit (* [@@dead "add_utf_8_uchar"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 94:1 | |
add_utf_16le_uchar is never used | |
<-- line 94 | |
val add_utf_16le_uchar : t -> Uchar.t -> unit (* [@@dead "add_utf_16le_uchar"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 101:1 | |
add_utf_16be_uchar is never used | |
<-- line 101 | |
val add_utf_16be_uchar : t -> Uchar.t -> unit (* [@@dead "add_utf_16be_uchar"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 111:1 | |
add_bytes is never used | |
<-- line 111 | |
val add_bytes : t -> bytes -> unit (* [@@dead "add_bytes"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 124:1 | |
add_substitute is never used | |
<-- line 124 | |
val add_substitute : t -> (string -> string) -> string -> unit (* [@@dead "add_substitute"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 140:1 | |
add_buffer is never used | |
<-- line 140 | |
val add_buffer : t -> t -> unit (* [@@dead "add_buffer"] *) | |
Warning Dead Value | |
stdlib-406/buffer.mli 155:1 | |
truncate is never used | |
<-- line 155 | |
val truncate : t -> int -> unit (* [@@dead "truncate"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 127:1 | |
float64 is never used | |
<-- line 127 | |
val float64 : (float, float64_elt) kind (* [@@dead "float64"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 130:1 | |
complex32 is never used | |
<-- line 130 | |
val complex32 : (Complex.t, complex32_elt) kind (* [@@dead "complex32"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 136:1 | |
int8_signed is never used | |
<-- line 136 | |
val int8_signed : (int, int8_signed_elt) kind (* [@@dead "int8_signed"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 139:1 | |
int8_unsigned is never used | |
<-- line 139 | |
val int8_unsigned : (int, int8_unsigned_elt) kind (* [@@dead "int8_unsigned"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 145:1 | |
int16_unsigned is never used | |
<-- line 145 | |
val int16_unsigned : (int, int16_unsigned_elt) kind (* [@@dead "int16_unsigned"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 148:1 | |
int is never used | |
<-- line 148 | |
val int : (int, int_elt) kind (* [@@dead "int"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 154:1 | |
int64 is never used | |
<-- line 154 | |
val int64 : (int64, int64_elt) kind (* [@@dead "int64"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 176:1 | |
kind_size_in_bytes is never used | |
<-- line 176 | |
val kind_size_in_bytes : ('a, 'b) kind -> int (* [@@dead "kind_size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 223:1 | |
c_layout is never used | |
<-- line 223 | |
val c_layout : c_layout layout (* [@@dead "c_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 224:1 | |
fortran_layout is never used | |
<-- line 224 | |
val fortran_layout : fortran_layout layout (* [@@dead "fortran_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 277:3 | |
Genarray.dims is never used | |
<-- line 277 | |
val dims : ('a, 'b, 'c) t -> int array (* [@@dead "Genarray.dims"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 307:3 | |
Genarray.size_in_bytes is never used | |
<-- line 307 | |
val size_in_bytes : ('a, 'b, 'c) t -> int (* [@@dead "Genarray.size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 441:3 | |
Genarray.map_file is never used | |
<-- line 441 | |
val map_file: (* [@@dead "Genarray.map_file"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 483:3 | |
Array0.size_in_bytes is never used | |
<-- line 483 | |
val size_in_bytes : ('a, 'b, 'c) t -> int (* [@@dead "Array0.size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 486:3 | |
Array0.get is never used | |
<-- line 486 | |
val get: ('a, 'b, 'c) t -> 'a (* [@@dead "Array0.get"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 500:3 | |
Array0.of_value is never used | |
<-- line 500 | |
val of_value: ('a, 'b) kind -> 'c layout -> 'a -> ('a, 'b, 'c) t (* [@@dead "Array0.of_value"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 521:3 | |
Array1.create is never used | |
<-- line 521 | |
val create: ('a, 'b) kind -> 'c layout -> int -> ('a, 'b, 'c) t (* [@@dead "Array1.create"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 573:3 | |
Array1.slice is never used | |
<-- line 573 | |
val slice: ('a, 'b, 'c) t -> int -> ('a, 'b, 'c) Array0.t (* [@@dead "Array1.slice"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 589:3 | |
Array1.of_array is never used | |
<-- line 589 | |
val of_array: ('a, 'b) kind -> 'c layout -> 'a array -> ('a, 'b, 'c) t (* [@@dead "Array1.of_array"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 593:3 | |
Array1.map_file is never used | |
<-- line 593 | |
val map_file: Unix.file_descr -> ?pos:int64 -> ('a, 'b) kind -> 'c layout -> (* [@@dead "Array1.map_file"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 691:3 | |
Array2.slice_left is never used | |
<-- line 691 | |
val slice_left: ('a, 'b, c_layout) t -> int -> ('a, 'b, c_layout) Array1.t (* [@@dead "Array2.slice_left"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 697:3 | |
Array2.slice_right is never used | |
<-- line 697 | |
val slice_right: (* [@@dead "Array2.slice_right"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 771:3 | |
Array3.change_layout is never used | |
<-- line 771 | |
val change_layout: ('a, 'b, 'c) t -> 'd layout -> ('a, 'b, 'd) t (* [@@dead "Array3.change_layout"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 782:3 | |
Array3.size_in_bytes is never used | |
<-- line 782 | |
val size_in_bytes : ('a, 'b, 'c) t -> int (* [@@dead "Array3.size_in_bytes"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 826:3 | |
Array3.slice_right_1 is never used | |
<-- line 826 | |
val slice_right_1: (* [@@dead "Array3.slice_right_1"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 843:3 | |
Array3.slice_right_2 is never used | |
<-- line 843 | |
val slice_right_2: (* [@@dead "Array3.slice_right_2"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 907:1 | |
array0_of_genarray is never used | |
<-- line 907 | |
val array0_of_genarray : ('a, 'b, 'c) Genarray.t -> ('a, 'b, 'c) Array0.t (* [@@dead "array0_of_genarray"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 947:1 | |
reshape_0 is never used | |
<-- line 947 | |
val reshape_0 : ('a, 'b, 'c) Genarray.t -> ('a, 'b, 'c) Array0.t (* [@@dead "reshape_0"] *) | |
Warning Dead Value | |
stdlib-406/bigarray.mli 960:1 | |
reshape_3 is never used | |
<-- line 960 | |
val reshape_3 : (* [@@dead "reshape_3"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 129:1 | |
parse_argv_dynamic is never used | |
<-- line 129 | |
val parse_argv_dynamic : ?current:int ref -> string array -> (* [@@dead "parse_argv_dynamic"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 137:1 | |
parse_and_expand_argv_dynamic is never used | |
<-- line 137 | |
val parse_and_expand_argv_dynamic : int ref -> string array ref -> (* [@@dead "parse_and_expand_argv_dynamic"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 160:1 | |
usage is never used | |
<-- line 160 | |
val usage : (key * spec * doc) list -> usage_msg -> unit (* [@@dead "usage"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 179:1 | |
current is never used | |
<-- line 179 | |
val current : int ref (* [@@dead "current"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 186:1 | |
read_arg is never used | |
<-- line 186 | |
val read_arg: string -> string array (* [@@dead "read_arg"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 191:1 | |
read_arg0 is never used | |
<-- line 191 | |
val read_arg0: string -> string array (* [@@dead "read_arg0"] *) | |
Warning Dead Value | |
stdlib-406/arg.mli 197:1 | |
write_arg is never used | |
<-- line 197 | |
val write_arg: string -> string array -> unit (* [@@dead "write_arg"] *) | |
Warning Dead Value | |
runtime/curry.ml 108:5 | |
__2 is never used | |
<-- line 108 | |
let __2 o = (* [@@dead "__2"] *) | |
Warning Dead Value | |
runtime/curry.ml 190:5 | |
curry_6 is never used | |
<-- line 190 | |
let curry_6 o a0 a1 a2 a3 a4 a5 arity = (* [@@dead "curry_6"] *) | |
Warning Dead Value | |
runtime/curry.ml 202:5 | |
_6 is never used | |
<-- line 202 | |
let _6 o a0 a1 a2 a3 a4 a5 = (* [@@dead "_6"] *) | |
Warning Dead Value | |
runtime/curry.ml 208:5 | |
__6 is never used | |
<-- line 208 | |
let __6 o = (* [@@dead "__6"] *) | |
Warning Dead Value | |
runtime/curry.ml 215:5 | |
curry_7 is never used | |
<-- line 215 | |
let curry_7 o a0 a1 a2 a3 a4 a5 a6 arity = (* [@@dead "curry_7"] *) | |
Warning Dead Value | |
runtime/curry.ml 227:5 | |
_7 is never used | |
<-- line 227 | |
let _7 o a0 a1 a2 a3 a4 a5 a6 = (* [@@dead "_7"] *) | |
Warning Dead Value | |
runtime/curry.ml 233:5 | |
__7 is never used | |
<-- line 233 | |
let __7 o = (* [@@dead "__7"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 35:1 | |
caml_obj_block is never used | |
<-- line 35 | |
val caml_obj_block : int -> int -> Caml_obj_extern.t (* [@@dead "caml_obj_block"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 55:1 | |
caml_equal is never used | |
<-- line 55 | |
val caml_equal : eq (* [@@dead "caml_equal"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 58:1 | |
caml_equal_undefined is never used | |
<-- line 58 | |
val caml_equal_undefined : Caml_obj_extern.t -> Caml_obj_extern.t Js.undefined -> bool (* [@@dead "caml_equal_undefined"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 59:1 | |
caml_equal_nullable is never used | |
<-- line 59 | |
val caml_equal_nullable : Caml_obj_extern.t -> Caml_obj_extern.t Js.nullable -> bool (* [@@dead "caml_equal_nullable"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 61:1 | |
caml_notequal is never used | |
<-- line 61 | |
val caml_notequal : eq (* [@@dead "caml_notequal"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 62:1 | |
caml_greaterequal is never used | |
<-- line 62 | |
val caml_greaterequal : eq (* [@@dead "caml_greaterequal"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 63:1 | |
caml_greaterthan is never used | |
<-- line 63 | |
val caml_greaterthan : eq (* [@@dead "caml_greaterthan"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 64:1 | |
caml_lessthan is never used | |
<-- line 64 | |
val caml_lessthan : eq (* [@@dead "caml_lessthan"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 65:1 | |
caml_lessequal is never used | |
<-- line 65 | |
val caml_lessequal : eq (* [@@dead "caml_lessequal"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 71:1 | |
caml_max is never used | |
<-- line 71 | |
val caml_max : Caml_obj_extern.t selector (* [@@dead "caml_max"] *) | |
Warning Dead Value | |
runtime/caml_obj.mli 73:1 | |
caml_obj_set_tag is never used | |
<-- line 73 | |
val caml_obj_set_tag : Caml_obj_extern.t -> int -> unit (* [@@dead "caml_obj_set_tag"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 32:1 | |
min_int is never used | |
<-- line 32 | |
val min_int : t (* [@@dead "min_int"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 38:1 | |
to_int32 is never used | |
<-- line 38 | |
val to_int32 : t -> nativeint (* [@@dead "to_int32"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 40:1 | |
add is never used | |
<-- line 40 | |
val add : t -> t -> t (* [@@dead "add"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 44:1 | |
lsr_ is never used | |
<-- line 44 | |
val lsr_ : t -> int -> t (* [@@dead "lsr_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 48:1 | |
xor is never used | |
<-- line 48 | |
val xor : t -> t -> t (* [@@dead "xor"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 54:1 | |
ge is never used | |
<-- line 54 | |
val ge : comparison (* [@@dead "ge"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 57:1 | |
lt is never used | |
<-- line 57 | |
val lt : comparison (* [@@dead "lt"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 58:1 | |
gt is never used | |
<-- line 58 | |
val gt : comparison (* [@@dead "gt"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 59:1 | |
le is never used | |
<-- line 59 | |
val le : comparison (* [@@dead "le"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 62:1 | |
equal_null is never used | |
<-- line 62 | |
val equal_null : t -> t Js.null -> bool (* [@@dead "equal_null"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 63:1 | |
equal_undefined is never used | |
<-- line 63 | |
val equal_undefined : t -> t Js.undefined -> bool (* [@@dead "equal_undefined"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 64:1 | |
equal_nullable is never used | |
<-- line 64 | |
val equal_nullable : t -> t Js.nullable -> bool (* [@@dead "equal_nullable"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 67:1 | |
max is never used | |
<-- line 67 | |
val max : t -> t -> t (* [@@dead "max"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 70:1 | |
of_float is never used | |
<-- line 70 | |
val of_float : float -> t (* [@@dead "of_float"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 71:1 | |
div is never used | |
<-- line 71 | |
val div : t -> t -> t (* [@@dead "div"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 72:1 | |
mod_ is never used | |
<-- line 72 | |
val mod_ : t -> t -> t (* [@@dead "mod_"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 75:1 | |
compare is never used | |
<-- line 75 | |
val compare : t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 79:1 | |
float_of_bits is never used | |
<-- line 79 | |
val float_of_bits : t -> float (* [@@dead "float_of_bits"] *) | |
Warning Dead Value | |
runtime/caml_int64.mli 82:1 | |
bits_of_float is never used | |
<-- line 82 | |
val bits_of_float : float -> t (* [@@dead "bits_of_float"] *) | |
Warning Dead Value | |
runtime/caml_int32.mli 27:1 | |
div is never used | |
<-- line 27 | |
val div : nativeint -> nativeint -> nativeint (* [@@dead "div"] *) | |
Warning Dead Value | |
runtime/caml_int32.mli 29:1 | |
mod_ is never used | |
<-- line 29 | |
val mod_ : nativeint -> nativeint -> nativeint (* [@@dead "mod_"] *) | |
Warning Dead Value | |
runtime/caml_int32.mli 31:1 | |
caml_bswap16 is never used | |
<-- line 31 | |
val caml_bswap16 : nativeint -> nativeint (* [@@dead "caml_bswap16"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 33:1 | |
caml_int32_float_of_bits is never used | |
<-- line 33 | |
val caml_int32_float_of_bits : int32 -> float (* [@@dead "caml_int32_float_of_bits"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 34:1 | |
caml_int32_bits_of_float is never used | |
<-- line 34 | |
val caml_int32_bits_of_float : float -> int32 (* [@@dead "caml_int32_bits_of_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 39:1 | |
caml_frexp_float is never used | |
<-- line 39 | |
val caml_frexp_float : float -> float * int (* [@@dead "caml_frexp_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 41:1 | |
caml_copysign_float is never used | |
<-- line 41 | |
val caml_copysign_float : float -> float -> float (* [@@dead "caml_copysign_float"] *) | |
Warning Dead Value | |
runtime/caml_float.mli 42:1 | |
caml_expm1_float is never used | |
<-- line 42 | |
val caml_expm1_float : float -> float (* [@@dead "caml_expm1_float"] *) | |
Warning Dead Value | |
runtime/caml_exceptions.mli 31:1 | |
caml_set_oo_id is never used | |
<-- line 31 | |
val caml_set_oo_id : (* [@@dead "caml_set_oo_id"] *) | |
Warning Dead Value | |
runtime/caml_exceptions.mli 39:1 | |
caml_is_extension is never used | |
<-- line 39 | |
val caml_is_extension : 'a -> bool (* [@@dead "caml_is_extension"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 28:1 | |
get is never used | |
<-- line 28 | |
val get : bytes -> int -> char (* [@@dead "get"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 32:1 | |
caml_blit_string is never used | |
<-- line 32 | |
val caml_blit_string : (* [@@dead "caml_blit_string"] *) | |
Warning Dead Value | |
runtime/caml_bytes.mli 39:1 | |
bytes_of_string is never used | |
<-- line 39 | |
val bytes_of_string : string -> bytes (* [@@dead "bytes_of_string"] *) | |
Warning Dead Value | |
runtime/caml_array.mli 31:1 | |
caml_make_vect is never used | |
<-- line 31 | |
val caml_make_vect : int -> 'a -> 'a array (* [@@dead "caml_make_vect"] *) | |
Warning Dead Value | |
others/js_vector.mli 38:1 | |
iter is never used | |
<-- line 38 | |
val iter : ('a -> unit [@bs]) -> 'a t -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
others/js_vector.mli 52:1 | |
foldRight is never used | |
<-- line 52 | |
val foldRight : ('b -> 'a -> 'a [@bs]) -> 'b t -> 'a -> 'a (* [@@dead "foldRight"] *) | |
Warning Dead Type | |
others/js_types.mli 48:3 | |
t.Symbol is a variant case which is never constructed | |
<-- line 48 | |
| Symbol : symbol t (* [@@dead "t.Symbol"] *) | |
Warning Dead Type | |
others/js_types.mli 58:3 | |
tagged_t.JSFalse is a variant case which is never constructed | |
<-- line 58 | |
| JSFalse (* [@@dead "tagged_t.JSFalse"] *) | |
Warning Dead Type | |
others/js_types.mli 59:3 | |
tagged_t.JSTrue is a variant case which is never constructed | |
<-- line 59 | |
| JSTrue (* [@@dead "tagged_t.JSTrue"] *) | |
Warning Dead Type | |
others/js_types.mli 63:3 | |
tagged_t.JSString is a variant case which is never constructed | |
<-- line 63 | |
| JSString of string (* [@@dead "tagged_t.JSString"] *) | |
Warning Dead Type | |
others/js_types.mli 64:3 | |
tagged_t.JSFunction is a variant case which is never constructed | |
<-- line 64 | |
| JSFunction of function_val (* [@@dead "tagged_t.JSFunction"] *) | |
Warning Dead Type | |
others/js_types.mli 65:3 | |
tagged_t.JSObject is a variant case which is never constructed | |
<-- line 65 | |
| JSObject of obj_val (* [@@dead "tagged_t.JSObject"] *) | |
Warning Dead Value | |
others/js_option.mli 27:1 | |
some is never used | |
<-- line 27 | |
val some : 'a -> 'a option (* [@@dead "some"] *) | |
Warning Dead Value | |
others/js_null_undefined.mli 82:1 | |
from_opt is never used | |
<-- line 82 | |
val from_opt: 'a option -> 'a t (* [@@dead "from_opt"] *) | |
Warning Dead Value | |
others/js_null.mli 46:1 | |
getExn is never used | |
<-- line 46 | |
val getExn : 'a t -> 'a (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/js_math.ml 83:5 | |
unsafe_ceil is never used | |
<-- line 83 | |
let unsafe_ceil = unsafe_ceil_int (* [@@dead "unsafe_ceil"] *) | |
Warning Dead Value | |
others/js_math.ml 91:5 | |
ceil is never used | |
<-- line 91 | |
let ceil = ceil_int (* [@@dead "ceil"] *) | |
Warning Dead Value | |
others/js_list.mli 38:1 | |
nth is never used | |
<-- line 38 | |
val nth : 'a t -> int -> 'a option (* [@@dead "nth"] *) | |
Warning Dead Value | |
others/js_list.mli 44:1 | |
mapRev is never used | |
<-- line 44 | |
val mapRev : ('a -> 'b [@bs]) -> 'a t -> 'b t (* [@@dead "mapRev"] *) | |
Warning Dead Value | |
others/js_list.mli 46:1 | |
map is never used | |
<-- line 46 | |
val map : ('a -> 'b [@bs]) -> 'a t -> 'b t (* [@@dead "map"] *) | |
Warning Dead Value | |
others/js_list.mli 48:1 | |
iter is never used | |
<-- line 48 | |
val iter : ('a -> unit [@bs]) -> 'a t -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
others/js_list.mli 50:1 | |
iteri is never used | |
<-- line 50 | |
val iteri : (int -> 'a -> unit [@bs]) -> 'a t -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
others/js_list.mli 52:1 | |
foldLeft is never used | |
<-- line 52 | |
val foldLeft : ('a -> 'b -> 'a [@bs]) -> 'a -> 'b list -> 'a (* [@@dead "foldLeft"] *) | |
Warning Dead Type | |
others/js_json.mli 40:3 | |
kind.Array is a variant case which is never constructed | |
<-- line 40 | |
| Array : t array kind (* [@@dead "kind.Array"] *) | |
Warning Dead Type | |
others/js_json.mli 42:3 | |
kind.Null is a variant case which is never constructed | |
<-- line 42 | |
| Null : Js_types.null_val kind (* [@@dead "kind.Null"] *) | |
Warning Dead Type | |
others/js_json.mli 49:3 | |
tagged_t.JSONNumber is a variant case which is never constructed | |
<-- line 49 | |
| JSONNumber of float (* [@@dead "tagged_t.JSONNumber"] *) | |
Warning Dead Value | |
others/belt_internalSetBuckets.mli 38:1 | |
fillArray is never used | |
<-- line 38 | |
val fillArray: int -> 'a array -> 'a bucket -> int (* [@@dead "fillArray"] *) | |
Warning Dead Value | |
others/belt_SetDict.mli 83:1 | |
some is never used | |
<-- line 83 | |
val some: ('value, 'id) t -> ('value -> bool) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_SetDict.mli 93:1 | |
partition is never used | |
<-- line 93 | |
val partition: ('value, 'id) t -> ('value -> bool) -> ('value, 'id) t * ('value, 'id) t (* [@@dead "partition"] *) | |
Warning Dead Value | |
others/belt_Set.mli 102:1 | |
fromSortedArrayUnsafe is never used | |
<-- line 102 | |
val fromSortedArrayUnsafe: 'value array -> id:('value, 'id) id -> ('value,'id) t (* [@@dead "fromSortedArrayUnsafe"] *) | |
Warning Dead Value | |
others/belt_Set.mli 249:1 | |
reduce is never used | |
<-- line 249 | |
val reduce: ('value, 'id) t -> 'a -> ('a -> 'value -> 'a ) -> 'a (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_Set.mli 258:1 | |
everyU is never used | |
<-- line 258 | |
val everyU: ('value, 'id) t -> ('value -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 269:1 | |
keepU is never used | |
<-- line 269 | |
val keepU: ('value, 'id) t -> ('value -> bool [@bs]) -> ('value, 'id) t (* [@@dead "keepU"] *) | |
Warning Dead Value | |
others/belt_Set.mli 375:1 | |
getId is never used | |
<-- line 375 | |
val getId: ('value, 'id) t -> ('value, 'id) id (* [@@dead "getId"] *) | |
Warning Dead Type | |
others/belt_Result.mli 45:18 | |
t.Ok is a variant case which is never constructed | |
<-- line 45 | |
type ('a,'b) t = Ok of 'a | Error of 'b (* [@@dead "t.Ok"] *) | |
Warning Dead Value | |
others/belt_Result.mli 47:1 | |
getExn is never used | |
<-- line 47 | |
val getExn : ('a, 'b) t -> 'a (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/belt_Result.mli 88:1 | |
flatMapU is never used | |
<-- line 88 | |
val flatMapU : ('a, 'c) t -> ('a -> ('b, 'c) t [@bs]) -> ('b, 'c) t (* [@@dead "flatMapU"] *) | |
Warning Dead Value | |
others/belt_Result.mli 122:1 | |
isOk is never used | |
<-- line 122 | |
val isOk : ('a, 'b) t -> bool (* [@@dead "isOk"] *) | |
Warning Dead Value | |
others/belt_Result.mli 129:1 | |
isError is never used | |
<-- line 129 | |
val isError : ('a, 'b) t -> bool (* [@@dead "isError"] *) | |
Warning Dead Value | |
others/belt_Result.mli 137:1 | |
eq is never used | |
<-- line 137 | |
val eq : ('a, 'c) t -> ('b, 'd) t -> ('a -> 'b -> bool) -> bool (* [@@dead "eq"] *) | |
Warning Dead Value | |
others/belt_Result.mli 162:1 | |
cmpU is never used | |
<-- line 162 | |
val cmpU : ('a, 'c) t -> ('b, 'd) t -> ('a -> 'b -> int [@bs]) -> int (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_Result.mli 163:1 | |
cmp is never used | |
<-- line 163 | |
val cmp : ('a, 'c) t -> ('b, 'd) t -> ('a -> 'b -> int) -> int (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_Range.mli 44:1 | |
everyByU is never used | |
<-- line 44 | |
val everyByU: int -> int -> step:int -> (int -> bool [@bs]) -> bool (* [@@dead "everyByU"] *) | |
Warning Dead Value | |
others/belt_Range.mli 53:1 | |
someU is never used | |
<-- line 53 | |
val someU: int -> int -> (int -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_Range.mli 61:1 | |
someBy is never used | |
<-- line 61 | |
val someBy: int -> int -> step:int -> (int -> bool ) -> bool (* [@@dead "someBy"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 36:1 | |
clear is never used | |
<-- line 36 | |
val clear: 'a t -> unit (* [@@dead "clear"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 39:1 | |
copy is never used | |
<-- line 39 | |
val copy : 'a t -> 'a t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 46:1 | |
pop is never used | |
<-- line 46 | |
val pop : 'a t -> 'a option (* [@@dead "pop"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 48:1 | |
topUndefined is never used | |
<-- line 48 | |
val topUndefined : 'a t -> 'a Js.undefined (* [@@dead "topUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 50:1 | |
top is never used | |
<-- line 50 | |
val top : 'a t -> 'a option (* [@@dead "top"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 56:1 | |
forEachU is never used | |
<-- line 56 | |
val forEachU : 'a t -> ('a -> unit [@bs] ) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_MutableStack.mli 57:1 | |
forEach is never used | |
<-- line 57 | |
val forEach : 'a t -> ('a -> unit ) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 48:1 | |
fromSortedArrayUnsafe is never used | |
<-- line 48 | |
val fromSortedArrayUnsafe: 'value array -> id:('value, 'id) id -> ('value,'id) t (* [@@dead "fromSortedArrayUnsafe"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 74:1 | |
cmp is never used | |
<-- line 74 | |
val cmp: (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 79:1 | |
forEachU is never used | |
<-- line 79 | |
val forEachU: ('value, 'id) t -> ('value -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 80:1 | |
forEach is never used | |
<-- line 80 | |
val forEach: ('value, 'id) t -> ('value -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 84:1 | |
reduceU is never used | |
<-- line 84 | |
val reduceU: ('value, 'id) t -> 'a -> ('a -> 'value -> 'a [@bs]) -> 'a (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_MutableSet.mli 89:1 | |
every is never used | |
<-- line 89 | |
val every: ('value, 'id) t -> ('value -> bool) -> bool (* [@@dead "every"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 43:1 | |
peekUndefined is never used | |
<-- line 43 | |
val peekUndefined: 'a t -> 'a Js.undefined (* [@@dead "peekUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 51:1 | |
pop is never used | |
<-- line 51 | |
val pop: 'a t -> 'a option (* [@@dead "pop"] *) | |
Warning Dead Value | |
others/belt_MutableQueue.mli 77:1 | |
forEachU is never used | |
<-- line 77 | |
val forEachU: 'a t -> ('a -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 38:1 | |
make is never used | |
<-- line 38 | |
val make: id:('k, 'id) id -> ('k, 'a, 'id) t (* [@@dead "make"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 39:1 | |
clear is never used | |
<-- line 39 | |
val clear: _ t -> unit (* [@@dead "clear"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 43:1 | |
cmpU is never used | |
<-- line 43 | |
val cmpU: (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 59:1 | |
eq is never used | |
<-- line 59 | |
val eq: ('k, 'a, 'id) t -> ('k, 'a, 'id) t -> ('a -> 'a -> bool) -> bool (* [@@dead "eq"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 66:1 | |
forEach is never used | |
<-- line 66 | |
val forEach: ('k, 'a, 'id) t -> ('k -> 'a -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 72:1 | |
reduceU is never used | |
<-- line 72 | |
val reduceU: ('k, 'a, 'id) t -> 'b -> ('b -> 'k -> 'a -> 'b [@bs]) -> 'b (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 78:1 | |
everyU is never used | |
<-- line 78 | |
val everyU: ('k, 'a, 'id) t -> ('k -> 'a -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 79:1 | |
every is never used | |
<-- line 79 | |
val every: ('k, 'a, 'id) t -> ('k -> 'a -> bool) -> bool (* [@@dead "every"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 86:1 | |
some is never used | |
<-- line 86 | |
val some: ('k, 'a, 'id) t -> ('k -> 'a -> bool) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 94:1 | |
toList is never used | |
<-- line 94 | |
val toList: ('k, 'a, 'id) t -> ('k * 'a) list (* [@@dead "toList"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 97:1 | |
toArray is never used | |
<-- line 97 | |
val toArray: ('k, 'a, 'id) t -> ('k * 'a) array (* [@@dead "toArray"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 102:1 | |
valuesToArray is never used | |
<-- line 102 | |
val valuesToArray: (_, 'a, _) t -> 'a array (* [@@dead "valuesToArray"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 108:1 | |
minUndefined is never used | |
<-- line 108 | |
val minUndefined: ('k, 'a, _) t -> ('k * 'a) Js.undefined (* [@@dead "minUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 109:1 | |
maximum is never used | |
<-- line 109 | |
val maximum: ('k, 'a, _) t -> ('k * 'a) option (* [@@dead "maximum"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 110:1 | |
maxUndefined is never used | |
<-- line 110 | |
val maxUndefined:('k, 'a, _) t -> ('k * 'a) Js.undefined (* [@@dead "maxUndefined"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 126:1 | |
remove is never used | |
<-- line 126 | |
val remove: ('k, 'a, 'id) t -> 'k -> unit (* [@@dead "remove"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 135:1 | |
updateU is never used | |
<-- line 135 | |
val updateU: ('k, 'a, 'id) t -> 'k -> ('a option -> 'a option [@bs]) -> unit (* [@@dead "updateU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 136:1 | |
update is never used | |
<-- line 136 | |
val update: ('k, 'a, 'id) t -> 'k -> ('a option -> 'a option) -> unit (* [@@dead "update"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 141:1 | |
map is never used | |
<-- line 141 | |
val map: ('k, 'a, 'id) t -> ('a -> 'b) -> ('k ,'b,'id ) t (* [@@dead "map"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 148:1 | |
mapWithKeyU is never used | |
<-- line 148 | |
val mapWithKeyU: ('k, 'a, 'id) t -> ('k -> 'a -> 'b [@bs]) -> ('k, 'b, 'id) t (* [@@dead "mapWithKeyU"] *) | |
Warning Dead Value | |
others/belt_MutableMap.mli 149:1 | |
mapWithKey is never used | |
<-- line 149 | |
val mapWithKey: ('k, 'a, 'id) t -> ('k -> 'a -> 'b) -> ('k, 'b, 'id) t (* [@@dead "mapWithKey"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 44:1 | |
cmp is never used | |
<-- line 44 | |
val cmp: (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 57:1 | |
eq is never used | |
<-- line 57 | |
val eq: (* [@@dead "eq"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 69:1 | |
findFirstBy is never used | |
<-- line 69 | |
val findFirstBy : ('k, 'v, 'id) t -> ('k -> 'v -> bool ) -> ('k * 'v) option (* [@@dead "findFirstBy"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 80:1 | |
forEach is never used | |
<-- line 80 | |
val forEach: ('k, 'a, 'id) t -> ('k -> 'a -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 93:1 | |
every is never used | |
<-- line 93 | |
val every: ('k, 'a, 'id) t -> ('k -> 'a -> bool) -> bool (* [@@dead "every"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 184:1 | |
update is never used | |
<-- line 184 | |
val update: (* [@@dead "update"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 216:1 | |
keep is never used | |
<-- line 216 | |
val keep: (* [@@dead "keep"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 227:1 | |
partition is never used | |
<-- line 227 | |
val partition: (* [@@dead "partition"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 252:1 | |
map is never used | |
<-- line 252 | |
val map: ('k, 'a, 'id) t -> ('a -> 'b) -> ('k ,'b,'id) t (* [@@dead "map"] *) | |
Warning Dead Value | |
others/belt_MapDict.mli 260:1 | |
mapWithKey is never used | |
<-- line 260 | |
val mapWithKey: ('k, 'a, 'id) t -> ('k -> 'a -> 'b) -> ('k, 'b, 'id) t (* [@@dead "mapWithKey"] *) | |
Warning Dead Value | |
others/belt_Map.mli 120:1 | |
cmpU is never used | |
<-- line 120 | |
val cmpU: (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 137:1 | |
eqU is never used | |
<-- line 137 | |
val eqU: (* [@@dead "eqU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 152:1 | |
findFirstByU is never used | |
<-- line 152 | |
val findFirstByU : ('k, 'v, 'id) t -> ('k -> 'v -> bool [@bs]) -> ('k * 'v) option (* [@@dead "findFirstByU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 164:1 | |
forEach is never used | |
<-- line 164 | |
val forEach: ('k, 'v, 'id) t -> ('k -> 'v -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_Map.mli 191:1 | |
everyU is never used | |
<-- line 191 | |
val everyU: ('k, 'v, 'id) t -> ('k -> 'v -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 192:1 | |
every is never used | |
<-- line 192 | |
val every: ('k, 'v, 'id) t -> ('k -> 'v -> bool) -> bool (* [@@dead "every"] *) | |
Warning Dead Value | |
others/belt_Map.mli 197:1 | |
some is never used | |
<-- line 197 | |
val some: ('k, 'v, 'id) t -> ('k -> 'v -> bool) -> bool (* [@@dead "some"] *) | |
Warning Dead Value | |
others/belt_Map.mli 201:1 | |
size is never used | |
<-- line 201 | |
val size: ('k, 'v, 'id) t -> int (* [@@dead "size"] *) | |
Warning Dead Value | |
others/belt_Map.mli 240:1 | |
valuesToArray is never used | |
<-- line 240 | |
val valuesToArray: ('k, 'v, 'id) t -> 'v array (* [@@dead "valuesToArray"] *) | |
Warning Dead Value | |
others/belt_Map.mli 262:1 | |
maxKeyUndefined is never used | |
<-- line 262 | |
val maxKeyUndefined: ('k, _, _) t -> 'k Js.undefined (* [@@dead "maxKeyUndefined"] *) | |
Warning Dead Value | |
others/belt_Map.mli 273:1 | |
maximum is never used | |
<-- line 273 | |
val maximum: ('k, 'v, _) t -> ('k * 'v) option (* [@@dead "maximum"] *) | |
Warning Dead Value | |
others/belt_Map.mli 376:1 | |
mergeU is never used | |
<-- line 376 | |
val mergeU: (* [@@dead "mergeU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 392:1 | |
keepU is never used | |
<-- line 392 | |
val keepU: (* [@@dead "keepU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 396:1 | |
keep is never used | |
<-- line 396 | |
val keep: (* [@@dead "keep"] *) | |
Warning Dead Value | |
others/belt_Map.mli 407:1 | |
partition is never used | |
<-- line 407 | |
val partition: (* [@@dead "partition"] *) | |
Warning Dead Value | |
others/belt_Map.mli 430:1 | |
map is never used | |
<-- line 430 | |
val map: ('k, 'v, 'id) t -> ('v -> 'v2) -> ('k, 'v2, 'id) t (* [@@dead "map"] *) | |
Warning Dead Value | |
others/belt_Map.mli 437:1 | |
mapWithKeyU is never used | |
<-- line 437 | |
val mapWithKeyU: ('k, 'v, 'id) t -> ('k -> 'v -> 'v2 [@bs]) -> ('k, 'v2, 'id) t (* [@@dead "mapWithKeyU"] *) | |
Warning Dead Value | |
others/belt_Map.mli 438:1 | |
mapWithKey is never used | |
<-- line 438 | |
val mapWithKey: ('k, 'v, 'id) t -> ('k -> 'v -> 'v2) -> ('k, 'v2, 'id) t (* [@@dead "mapWithKey"] *) | |
Warning Dead Value | |
others/belt_Map.mli 473:1 | |
checkInvariantInternal is never used | |
<-- line 473 | |
val checkInvariantInternal: _ t -> unit (* [@@dead "checkInvariantInternal"] *) | |
Warning Dead Value | |
others/belt_List.mli 45:1 | |
size is never used | |
<-- line 45 | |
val size: 'a t -> int (* [@@dead "size"] *) | |
Warning Dead Value | |
others/belt_List.mli 126:1 | |
makeByU is never used | |
<-- line 126 | |
val makeByU: int -> (int -> 'a [@bs]) -> 'a t (* [@@dead "makeByU"] *) | |
Warning Dead Value | |
others/belt_List.mli 139:1 | |
shuffle is never used | |
<-- line 139 | |
val shuffle: 'a t -> 'a t (* [@@dead "shuffle"] *) | |
Warning Dead Value | |
others/belt_List.mli 258:1 | |
mapWithIndexU is never used | |
<-- line 258 | |
val mapWithIndexU: 'a t -> (int -> 'a -> 'b [@bs]) -> 'b t (* [@@dead "mapWithIndexU"] *) | |
Warning Dead Value | |
others/belt_List.mli 298:1 | |
mapReverseU is never used | |
<-- line 298 | |
val mapReverseU: 'a t -> ('a -> 'b [@bs]) -> 'b t (* [@@dead "mapReverseU"] *) | |
Warning Dead Value | |
others/belt_List.mli 309:1 | |
forEachU is never used | |
<-- line 309 | |
val forEachU: 'a t -> ('a -> 'b [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_List.mli 330:1 | |
forEachWithIndexU is never used | |
<-- line 330 | |
val forEachWithIndexU: 'a t -> (int -> 'a -> 'b [@bs]) -> unit (* [@@dead "forEachWithIndexU"] *) | |
Warning Dead Value | |
others/belt_List.mli 349:1 | |
reduceU is never used | |
<-- line 349 | |
val reduceU: 'a t -> 'b -> ('b -> 'a -> 'b [@bs]) -> 'b (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_List.mli 408:1 | |
reduce2U is never used | |
<-- line 408 | |
val reduce2U: (* [@@dead "reduce2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 424:1 | |
reduceReverse2U is never used | |
<-- line 424 | |
val reduceReverse2U: (* [@@dead "reduceReverse2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 440:1 | |
everyU is never used | |
<-- line 440 | |
val everyU: 'a t -> ('a -> bool [@bs]) -> bool (* [@@dead "everyU"] *) | |
Warning Dead Value | |
others/belt_List.mli 454:1 | |
someU is never used | |
<-- line 454 | |
val someU: 'a t -> ('a -> bool [@bs]) -> bool (* [@@dead "someU"] *) | |
Warning Dead Value | |
others/belt_List.mli 479:1 | |
some2U is never used | |
<-- line 479 | |
val some2U: 'a t -> 'b t -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "some2U"] *) | |
Warning Dead Value | |
others/belt_List.mli 569:1 | |
keepU is never used | |
<-- line 569 | |
val keepU: 'a t -> ('a -> bool [@bs]) -> 'a t (* [@@dead "keepU"] *) | |
Warning Dead Value | |
others/belt_List.mli 580:1 | |
filter is never used | |
<-- line 580 | |
val filter: 'a t -> ('a -> bool) -> 'a t (* [@@dead "filter"] *) | |
Warning Dead Value | |
others/belt_List.mli 590:1 | |
keepWithIndexU is never used | |
<-- line 590 | |
val keepWithIndexU: 'a t -> ('a -> int -> bool [@bs]) -> 'a t (* [@@dead "keepWithIndexU"] *) | |
Warning Dead Value | |
others/belt_List.mli 602:1 | |
filterWithIndex is never used | |
<-- line 602 | |
val filterWithIndex: 'a t -> ('a -> int -> bool) -> 'a t (* [@@dead "filterWithIndex"] *) | |
Warning Dead Value | |
others/belt_List.mli 613:1 | |
keepMapU is never used | |
<-- line 613 | |
val keepMapU: 'a t -> ('a -> 'b option [@bs]) -> 'b t (* [@@dead "keepMapU"] *) | |
Warning Dead Value | |
others/belt_List.mli 643:1 | |
getAssocU is never used | |
<-- line 643 | |
val getAssocU: ('a * 'c) t -> 'b -> ('a -> 'b -> bool [@bs]) -> 'c option (* [@@dead "getAssocU"] *) | |
Warning Dead Value | |
others/belt_List.mli 655:1 | |
hasAssocU is never used | |
<-- line 655 | |
val hasAssocU: ('a * 'c) t -> 'b -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "hasAssocU"] *) | |
Warning Dead Value | |
others/belt_Id.mli 92:1 | |
comparableU is never used | |
<-- line 92 | |
val comparableU: (* [@@dead "comparableU"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 93:1 | |
clear is never used | |
<-- line 93 | |
val clear: ('key, 'value, 'id ) t -> unit (* [@@dead "clear"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 115:1 | |
forEach is never used | |
<-- line 115 | |
val forEach: ('key, 'value, 'id ) t -> ('key -> 'value -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 121:1 | |
reduceU is never used | |
<-- line 121 | |
val reduceU: ('key, 'value, 'id ) t -> 'c -> ('c -> 'key -> 'value -> 'c [@bs]) -> 'c (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 122:1 | |
reduce is never used | |
<-- line 122 | |
val reduce: ('key, 'value, 'id ) t -> 'c -> ('c -> 'key -> 'value -> 'c) -> 'c (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 149:1 | |
toArray is never used | |
<-- line 149 | |
val toArray: ('key, 'value, 'id ) t -> ('key * 'value) array (* [@@dead "toArray"] *) | |
Warning Dead Value | |
others/belt_HashMap.mli 154:1 | |
getBucketHistogram is never used | |
<-- line 154 | |
val getBucketHistogram: _ t -> int array (* [@@dead "getBucketHistogram"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 108:1 | |
error_message is never used | |
<-- line 108 | |
val error_message : error -> string (* [@@dead "error_message"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 120:1 | |
environment is never used | |
<-- line 120 | |
val environment : unit -> string array (* [@@dead "environment"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 124:1 | |
getenv is never used | |
<-- line 124 | |
val getenv : string -> string (* [@@dead "getenv"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 129:1 | |
unsafe_getenv is never used | |
<-- line 129 | |
val unsafe_getenv : string -> string (* [@@dead "unsafe_getenv"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 143:1 | |
putenv is never used | |
<-- line 143 | |
val putenv : string -> string -> unit (* [@@dead "putenv"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 174:1 | |
execv is never used | |
<-- line 174 | |
val execv : prog:string -> args:string array -> 'a (* [@@dead "execv"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 189:1 | |
execvpe is never used | |
<-- line 189 | |
val execvpe : prog:string -> args:string array -> env:string array -> 'a (* [@@dead "execvpe"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 197:1 | |
wait is never used | |
<-- line 197 | |
val wait : unit -> int * process_status (* [@@dead "wait"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 236:1 | |
stdin is never used | |
<-- line 236 | |
val stdin : file_descr (* [@@dead "stdin"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 239:1 | |
stdout is never used | |
<-- line 239 | |
val stdout : file_descr (* [@@dead "stdout"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 279:1 | |
close is never used | |
<-- line 279 | |
val close : file_descr -> unit (* [@@dead "close"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 287:1 | |
write is never used | |
<-- line 287 | |
val write : file_descr -> buf:bytes -> pos:int -> len:int -> int (* [@@dead "write"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 294:1 | |
single_write is never used | |
<-- line 294 | |
val single_write : file_descr -> buf:bytes -> pos:int -> len:int -> int (* [@@dead "single_write"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 304:1 | |
single_write_substring is never used | |
<-- line 304 | |
val single_write_substring : (* [@@dead "single_write_substring"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 314:1 | |
in_channel_of_descr is never used | |
<-- line 314 | |
val in_channel_of_descr : file_descr -> in_channel (* [@@dead "in_channel_of_descr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 348:1 | |
ftruncate is never used | |
<-- line 348 | |
val ftruncate : file_descr -> len:int -> unit (* [@@dead "ftruncate"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 381:1 | |
stat is never used | |
<-- line 381 | |
val stat : string -> stats (* [@@dead "stat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 384:1 | |
lstat is never used | |
<-- line 384 | |
val lstat : string -> stats (* [@@dead "lstat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 392:1 | |
isatty is never used | |
<-- line 392 | |
val isatty : file_descr -> bool (* [@@dead "isatty"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 401:5 | |
LargeFile.truncate is never used | |
<-- line 401 | |
val truncate : string -> len:int64 -> unit (* [@@dead "LargeFile.truncate"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 402:5 | |
LargeFile.ftruncate is never used | |
<-- line 402 | |
val ftruncate : file_descr -> len:int64 -> unit (* [@@dead "LargeFile.ftruncate"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 418:5 | |
LargeFile.lstat is never used | |
<-- line 418 | |
val lstat : string -> stats (* [@@dead "LargeFile.lstat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 419:5 | |
LargeFile.fstat is never used | |
<-- line 419 | |
val fstat : file_descr -> stats (* [@@dead "LargeFile.fstat"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 492:1 | |
rename is never used | |
<-- line 492 | |
val rename : src:string -> dst:string -> unit (* [@@dead "rename"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 495:1 | |
link is never used | |
<-- line 495 | |
val link : src:string -> dst:string -> unit (* [@@dead "link"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 523:1 | |
umask is never used | |
<-- line 523 | |
val umask : int -> int (* [@@dead "umask"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 527:1 | |
access is never used | |
<-- line 527 | |
val access : string -> perm:access_permission list -> unit (* [@@dead "access"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 535:1 | |
dup is never used | |
<-- line 535 | |
val dup : ?cloexec:bool -> file_descr -> file_descr (* [@@dead "dup"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 539:1 | |
dup2 is never used | |
<-- line 539 | |
val dup2 : ?cloexec:bool -> src:file_descr -> dst:file_descr -> unit (* [@@dead "dup2"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 543:1 | |
set_nonblock is never used | |
<-- line 543 | |
val set_nonblock : file_descr -> unit (* [@@dead "set_nonblock"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 555:1 | |
set_close_on_exec is never used | |
<-- line 555 | |
val set_close_on_exec : file_descr -> unit (* [@@dead "set_close_on_exec"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 561:1 | |
clear_close_on_exec is never used | |
<-- line 561 | |
val clear_close_on_exec : file_descr -> unit (* [@@dead "clear_close_on_exec"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 572:1 | |
rmdir is never used | |
<-- line 572 | |
val rmdir : string -> unit (* [@@dead "rmdir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 578:1 | |
getcwd is never used | |
<-- line 578 | |
val getcwd : unit -> string (* [@@dead "getcwd"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 587:1 | |
opendir is never used | |
<-- line 587 | |
val opendir : string -> dir_handle (* [@@dead "opendir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 597:1 | |
closedir is never used | |
<-- line 597 | |
val closedir : dir_handle -> unit (* [@@dead "closedir"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 633:1 | |
create_process_env is never used | |
<-- line 633 | |
val create_process_env : (* [@@dead "create_process_env"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 684:1 | |
close_process_full is never used | |
<-- line 684 | |
val close_process_full : (* [@@dead "close_process_full"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 698:1 | |
has_symlink is never used | |
<-- line 698 | |
val has_symlink : unit -> bool (* [@@dead "has_symlink"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 789:1 | |
sigpending is never used | |
<-- line 789 | |
val sigpending : unit -> int list (* [@@dead "sigpending"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 797:1 | |
pause is never used | |
<-- line 797 | |
val pause : unit -> unit (* [@@dead "pause"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 826:1 | |
time is never used | |
<-- line 826 | |
val time : unit -> float (* [@@dead "time"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 837:1 | |
localtime is never used | |
<-- line 837 | |
val localtime : float -> tm (* [@@dead "localtime"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 854:1 | |
sleep is never used | |
<-- line 854 | |
val sleep : int -> unit (* [@@dead "sleep"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 857:1 | |
times is never used | |
<-- line 857 | |
val times : unit -> process_times (* [@@dead "times"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 860:1 | |
utimes is never used | |
<-- line 860 | |
val utimes : string -> access:float -> modif:float -> unit (* [@@dead "utimes"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 885:1 | |
getitimer is never used | |
<-- line 885 | |
val getitimer : interval_timer -> interval_timer_status (* [@@dead "getitimer"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 888:1 | |
setitimer is never used | |
<-- line 888 | |
val setitimer : (* [@@dead "setitimer"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 903:1 | |
getuid is never used | |
<-- line 903 | |
val getuid : unit -> int (* [@@dead "getuid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 906:1 | |
geteuid is never used | |
<-- line 906 | |
val geteuid : unit -> int (* [@@dead "geteuid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 912:1 | |
getgid is never used | |
<-- line 912 | |
val getgid : unit -> int (* [@@dead "getgid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 915:1 | |
getegid is never used | |
<-- line 915 | |
val getegid : unit -> int (* [@@dead "getegid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 918:1 | |
setgid is never used | |
<-- line 918 | |
val setgid : int -> unit (* [@@dead "setgid"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 925:1 | |
setgroups is never used | |
<-- line 925 | |
val setgroups : int array -> unit (* [@@dead "setgroups"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 929:1 | |
initgroups is never used | |
<-- line 929 | |
val initgroups : string -> int -> unit (* [@@dead "initgroups"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 957:1 | |
getpwnam is never used | |
<-- line 957 | |
val getpwnam : string -> passwd_entry (* [@@dead "getpwnam"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 993:1 | |
inet_addr_any is never used | |
<-- line 993 | |
val inet_addr_any : inet_addr (* [@@dead "inet_addr_any"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 997:1 | |
inet_addr_loopback is never used | |
<-- line 997 | |
val inet_addr_loopback : inet_addr (* [@@dead "inet_addr_loopback"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1000:1 | |
inet6_addr_any is never used | |
<-- line 1000 | |
val inet6_addr_any : inet_addr (* [@@dead "inet6_addr_any"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1004:1 | |
inet6_addr_loopback is never used | |
<-- line 1004 | |
val inet6_addr_loopback : inet_addr (* [@@dead "inet6_addr_loopback"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1042:1 | |
domain_of_sockaddr is never used | |
<-- line 1042 | |
val domain_of_sockaddr: sockaddr -> socket_domain (* [@@dead "domain_of_sockaddr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1045:1 | |
socketpair is never used | |
<-- line 1045 | |
val socketpair : (* [@@dead "socketpair"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1055:1 | |
bind is never used | |
<-- line 1055 | |
val bind : file_descr -> addr:sockaddr -> unit (* [@@dead "bind"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1061:1 | |
listen is never used | |
<-- line 1061 | |
val listen : file_descr -> max:int -> unit (* [@@dead "listen"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1079:1 | |
getsockname is never used | |
<-- line 1079 | |
val getsockname : file_descr -> sockaddr (* [@@dead "getsockname"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1082:1 | |
getpeername is never used | |
<-- line 1082 | |
val getpeername : file_descr -> sockaddr (* [@@dead "getpeername"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1105:1 | |
send_substring is never used | |
<-- line 1105 | |
val send_substring : (* [@@dead "send_substring"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1111:1 | |
sendto is never used | |
<-- line 1111 | |
val sendto : (* [@@dead "sendto"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1129:5 | |
socket_bool_option.SO_DEBUG is a variant case which is never constructed | |
<-- line 1129 | |
SO_DEBUG (** Record debugging information *) (* [@@dead "socket_bool_option.SO_DEBUG"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1135:3 | |
socket_bool_option.SO_ACCEPTCONN is a variant case which is never constructed | |
<-- line 1135 | |
| SO_ACCEPTCONN (** Report whether socket listening is enabled *) (* [@@dead "socket_bool_option.SO_ACCEPTCONN"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1137:3 | |
socket_bool_option.IPV6_ONLY is a variant case which is never constructed | |
<-- line 1137 | |
| IPV6_ONLY (** Forbid binding an IPv6 socket to an IPv4 address *) (* [@@dead "socket_bool_option.IPV6_ONLY"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1143:5 | |
socket_int_option.SO_SNDBUF is a variant case which is never constructed | |
<-- line 1143 | |
SO_SNDBUF (** Size of send buffer *) (* [@@dead "socket_int_option.SO_SNDBUF"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1146:3 | |
socket_int_option.SO_TYPE is a variant case which is never constructed | |
<-- line 1146 | |
| SO_TYPE (** Report the socket type *) (* [@@dead "socket_int_option.SO_TYPE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1148:3 | |
socket_int_option.SO_SNDLOWAT is a variant case which is never constructed | |
<-- line 1148 | |
| SO_SNDLOWAT (** Minimum number of bytes to process for output operations *) (* [@@dead "socket_int_option.SO_SNDLOWAT"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1154:3 | |
socket_optint_option.SO_LINGER is a variant case which is never constructed | |
<-- line 1154 | |
SO_LINGER (** Whether to linger on closed connections (* [@@dead "socket_optint_option.SO_LINGER"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1163:3 | |
socket_float_option.SO_SNDTIMEO is a variant case which is never constructed | |
<-- line 1163 | |
| SO_SNDTIMEO (** Timeout for output operations *) (* [@@dead "socket_float_option.SO_SNDTIMEO"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1169:1 | |
getsockopt is never used | |
<-- line 1169 | |
val getsockopt : file_descr -> socket_bool_option -> bool (* [@@dead "getsockopt"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1173:1 | |
setsockopt is never used | |
<-- line 1173 | |
val setsockopt : file_descr -> socket_bool_option -> bool -> unit (* [@@dead "setsockopt"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1179:1 | |
setsockopt_int is never used | |
<-- line 1179 | |
val setsockopt_int : file_descr -> socket_int_option -> int -> unit (* [@@dead "setsockopt_int"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1186:1 | |
setsockopt_optint is never used | |
<-- line 1186 | |
val setsockopt_optint : (* [@@dead "setsockopt_optint"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1191:1 | |
getsockopt_float is never used | |
<-- line 1191 | |
val getsockopt_float : file_descr -> socket_float_option -> float (* [@@dead "getsockopt_float"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1199:1 | |
getsockopt_error is never used | |
<-- line 1199 | |
val getsockopt_error : file_descr -> error option (* [@@dead "getsockopt_error"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1206:1 | |
open_connection is never used | |
<-- line 1206 | |
val open_connection : sockaddr -> in_channel * out_channel (* [@@dead "open_connection"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1212:1 | |
shutdown_connection is never used | |
<-- line 1212 | |
val shutdown_connection : in_channel -> unit (* [@@dead "shutdown_connection"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1252:1 | |
gethostname is never used | |
<-- line 1252 | |
val gethostname : unit -> string (* [@@dead "gethostname"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1255:1 | |
gethostbyname is never used | |
<-- line 1255 | |
val gethostbyname : string -> host_entry (* [@@dead "gethostbyname"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1259:1 | |
gethostbyaddr is never used | |
<-- line 1259 | |
val gethostbyaddr : inet_addr -> host_entry (* [@@dead "gethostbyaddr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1263:1 | |
getprotobyname is never used | |
<-- line 1263 | |
val getprotobyname : string -> protocol_entry (* [@@dead "getprotobyname"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1267:1 | |
getprotobynumber is never used | |
<-- line 1267 | |
val getprotobynumber : int -> protocol_entry (* [@@dead "getprotobynumber"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1271:1 | |
getservbyname is never used | |
<-- line 1271 | |
val getservbyname : string -> protocol:string -> service_entry (* [@@dead "getservbyname"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1275:1 | |
getservbyport is never used | |
<-- line 1275 | |
val getservbyport : int -> protocol:string -> service_entry (* [@@dead "getservbyport"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1280:5 | |
addr_info.ai_family is a record label never used to read a value | |
<-- line 1280 | |
{ ai_family : socket_domain; (** Socket domain *) (* [@@dead "addr_info.ai_family"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1282:5 | |
addr_info.ai_protocol is a record label never used to read a value | |
<-- line 1282 | |
ai_protocol : int; (** Socket protocol number *) (* [@@dead "addr_info.ai_protocol"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1289:5 | |
getaddrinfo_option.AI_FAMILY is a variant case which is never constructed | |
<-- line 1289 | |
AI_FAMILY of socket_domain (** Impose the given socket domain *) (* [@@dead "getaddrinfo_option.AI_FAMILY"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1290:3 | |
getaddrinfo_option.AI_SOCKTYPE is a variant case which is never constructed | |
<-- line 1290 | |
| AI_SOCKTYPE of socket_type (** Impose the given socket type *) (* [@@dead "getaddrinfo_option.AI_SOCKTYPE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1292:3 | |
getaddrinfo_option.AI_NUMERICHOST is a variant case which is never constructed | |
<-- line 1292 | |
| AI_NUMERICHOST (** Do not call name resolver, (* [@@dead "getaddrinfo_option.AI_NUMERICHOST"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1296:3 | |
getaddrinfo_option.AI_PASSIVE is a variant case which is never constructed | |
<-- line 1296 | |
| AI_PASSIVE (** Set address to ``any'' address (* [@@dead "getaddrinfo_option.AI_PASSIVE"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1320:5 | |
name_info.ni_hostname is a record label never used to read a value | |
<-- line 1320 | |
{ ni_hostname : string; (** Name or IP address of host *) (* [@@dead "name_info.ni_hostname"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1328:3 | |
getnameinfo_option.NI_NAMEREQD is a variant case which is never constructed | |
<-- line 1328 | |
| NI_NAMEREQD (** Fail if host name cannot be determined *) (* [@@dead "getnameinfo_option.NI_NAMEREQD"] *) | |
Warning Dead Type | |
stdlib-406/unixLabels.mli 1330:3 | |
getnameinfo_option.NI_DGRAM is a variant case which is never constructed | |
<-- line 1330 | |
| NI_DGRAM (** Consider the service as UDP-based (* [@@dead "getnameinfo_option.NI_DGRAM"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1407:1 | |
tcsetattr is never used | |
<-- line 1407 | |
val tcsetattr : file_descr -> mode:setattr_when -> terminal_io -> unit (* [@@dead "tcsetattr"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1417:1 | |
tcsendbreak is never used | |
<-- line 1417 | |
val tcsendbreak : file_descr -> duration:int -> unit (* [@@dead "tcsendbreak"] *) | |
Warning Dead Value | |
stdlib-406/unixLabels.mli 1451:1 | |
setsid is never used | |
<-- line 1451 | |
val setsid : unit -> int (* [@@dead "setsid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 28:3 | |
error.EACCES is a variant case which is never constructed | |
<-- line 28 | |
| EACCES (** Permission denied *) (* [@@dead "error.EACCES"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 32:3 | |
error.ECHILD is a variant case which is never constructed | |
<-- line 32 | |
| ECHILD (** No child process *) (* [@@dead "error.ECHILD"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 34:3 | |
error.EDOM is a variant case which is never constructed | |
<-- line 34 | |
| EDOM (** Domain error for math functions, etc. *) (* [@@dead "error.EDOM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 36:3 | |
error.EFAULT is a variant case which is never constructed | |
<-- line 36 | |
| EFAULT (** Bad address *) (* [@@dead "error.EFAULT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 37:3 | |
error.EFBIG is a variant case which is never constructed | |
<-- line 37 | |
| EFBIG (** File too large *) (* [@@dead "error.EFBIG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 38:3 | |
error.EINTR is a variant case which is never constructed | |
<-- line 38 | |
| EINTR (** Function interrupted by signal *) (* [@@dead "error.EINTR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 40:3 | |
error.EIO is a variant case which is never constructed | |
<-- line 40 | |
| EIO (** Hardware I/O error *) (* [@@dead "error.EIO"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 41:3 | |
error.EISDIR is a variant case which is never constructed | |
<-- line 41 | |
| EISDIR (** Is a directory *) (* [@@dead "error.EISDIR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 42:3 | |
error.EMFILE is a variant case which is never constructed | |
<-- line 42 | |
| EMFILE (** Too many open files by the process *) (* [@@dead "error.EMFILE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 44:3 | |
error.ENAMETOOLONG is a variant case which is never constructed | |
<-- line 44 | |
| ENAMETOOLONG (** Filename too long *) (* [@@dead "error.ENAMETOOLONG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 47:3 | |
error.ENOENT is a variant case which is never constructed | |
<-- line 47 | |
| ENOENT (** No such file or directory *) (* [@@dead "error.ENOENT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 48:3 | |
error.ENOEXEC is a variant case which is never constructed | |
<-- line 48 | |
| ENOEXEC (** Not an executable file *) (* [@@dead "error.ENOEXEC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 49:3 | |
error.ENOLCK is a variant case which is never constructed | |
<-- line 49 | |
| ENOLCK (** No locks available *) (* [@@dead "error.ENOLCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 50:3 | |
error.ENOMEM is a variant case which is never constructed | |
<-- line 50 | |
| ENOMEM (** Not enough memory *) (* [@@dead "error.ENOMEM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 51:3 | |
error.ENOSPC is a variant case which is never constructed | |
<-- line 51 | |
| ENOSPC (** No space left on device *) (* [@@dead "error.ENOSPC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 52:3 | |
error.ENOSYS is a variant case which is never constructed | |
<-- line 52 | |
| ENOSYS (** Function not supported *) (* [@@dead "error.ENOSYS"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 53:3 | |
error.ENOTDIR is a variant case which is never constructed | |
<-- line 53 | |
| ENOTDIR (** Not a directory *) (* [@@dead "error.ENOTDIR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 54:3 | |
error.ENOTEMPTY is a variant case which is never constructed | |
<-- line 54 | |
| ENOTEMPTY (** Directory not empty *) (* [@@dead "error.ENOTEMPTY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 56:3 | |
error.ENXIO is a variant case which is never constructed | |
<-- line 56 | |
| ENXIO (** No such device or address *) (* [@@dead "error.ENXIO"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 57:3 | |
error.EPERM is a variant case which is never constructed | |
<-- line 57 | |
| EPERM (** Operation not permitted *) (* [@@dead "error.EPERM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 59:3 | |
error.ERANGE is a variant case which is never constructed | |
<-- line 59 | |
| ERANGE (** Result too large *) (* [@@dead "error.ERANGE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 60:3 | |
error.EROFS is a variant case which is never constructed | |
<-- line 60 | |
| EROFS (** Read-only file system *) (* [@@dead "error.EROFS"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 62:3 | |
error.ESRCH is a variant case which is never constructed | |
<-- line 62 | |
| ESRCH (** No such process *) (* [@@dead "error.ESRCH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 63:3 | |
error.EXDEV is a variant case which is never constructed | |
<-- line 63 | |
| EXDEV (** Invalid link *) (* [@@dead "error.EXDEV"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 64:3 | |
error.EWOULDBLOCK is a variant case which is never constructed | |
<-- line 64 | |
| EWOULDBLOCK (** Operation would block *) (* [@@dead "error.EWOULDBLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 65:3 | |
error.EINPROGRESS is a variant case which is never constructed | |
<-- line 65 | |
| EINPROGRESS (** Operation now in progress *) (* [@@dead "error.EINPROGRESS"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 68:3 | |
error.EDESTADDRREQ is a variant case which is never constructed | |
<-- line 68 | |
| EDESTADDRREQ (** Destination address required *) (* [@@dead "error.EDESTADDRREQ"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 71:3 | |
error.ENOPROTOOPT is a variant case which is never constructed | |
<-- line 71 | |
| ENOPROTOOPT (** Protocol not available *) (* [@@dead "error.ENOPROTOOPT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 73:3 | |
error.ESOCKTNOSUPPORT is a variant case which is never constructed | |
<-- line 73 | |
| ESOCKTNOSUPPORT (** Socket type not supported *) (* [@@dead "error.ESOCKTNOSUPPORT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 76:3 | |
error.EAFNOSUPPORT is a variant case which is never constructed | |
<-- line 76 | |
| EAFNOSUPPORT (** Address family not supported by protocol family *) (* [@@dead "error.EAFNOSUPPORT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 79:3 | |
error.ENETDOWN is a variant case which is never constructed | |
<-- line 79 | |
| ENETDOWN (** Network is down *) (* [@@dead "error.ENETDOWN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 83:3 | |
error.ECONNRESET is a variant case which is never constructed | |
<-- line 83 | |
| ECONNRESET (** Connection reset by peer *) (* [@@dead "error.ECONNRESET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 84:3 | |
error.ENOBUFS is a variant case which is never constructed | |
<-- line 84 | |
| ENOBUFS (** No buffer space available *) (* [@@dead "error.ENOBUFS"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 85:3 | |
error.EISCONN is a variant case which is never constructed | |
<-- line 85 | |
| EISCONN (** Socket is already connected *) (* [@@dead "error.EISCONN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 86:3 | |
error.ENOTCONN is a variant case which is never constructed | |
<-- line 86 | |
| ENOTCONN (** Socket is not connected *) (* [@@dead "error.ENOTCONN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 87:3 | |
error.ESHUTDOWN is a variant case which is never constructed | |
<-- line 87 | |
| ESHUTDOWN (** Can't send after socket shutdown *) (* [@@dead "error.ESHUTDOWN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 88:3 | |
error.ETOOMANYREFS is a variant case which is never constructed | |
<-- line 88 | |
| ETOOMANYREFS (** Too many references: can't splice *) (* [@@dead "error.ETOOMANYREFS"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 89:3 | |
error.ETIMEDOUT is a variant case which is never constructed | |
<-- line 89 | |
| ETIMEDOUT (** Connection timed out *) (* [@@dead "error.ETIMEDOUT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 90:3 | |
error.ECONNREFUSED is a variant case which is never constructed | |
<-- line 90 | |
| ECONNREFUSED (** Connection refused *) (* [@@dead "error.ECONNREFUSED"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 92:3 | |
error.EHOSTUNREACH is a variant case which is never constructed | |
<-- line 92 | |
| EHOSTUNREACH (** No route to host *) (* [@@dead "error.EHOSTUNREACH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 93:3 | |
error.ELOOP is a variant case which is never constructed | |
<-- line 93 | |
| ELOOP (** Too many levels of symbolic links *) (* [@@dead "error.ELOOP"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 127:1 | |
unsafe_environment is never used | |
<-- line 127 | |
val unsafe_environment : unit -> string array (* [@@dead "unsafe_environment"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 172:3 | |
process_status.WSIGNALED is a variant case which is never constructed | |
<-- line 172 | |
| WSIGNALED of int (* [@@dead "process_status.WSIGNALED"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 184:5 | |
wait_flag.WNOHANG is a variant case which is never constructed | |
<-- line 184 | |
WNOHANG (** Do not block if no child has (* [@@dead "wait_flag.WNOHANG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 186:3 | |
wait_flag.WUNTRACED is a variant case which is never constructed | |
<-- line 186 | |
| WUNTRACED (** Report also the children that receive stop signals. *) (* [@@dead "wait_flag.WUNTRACED"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 272:5 | |
open_flag.O_RDONLY is a variant case which is never constructed | |
<-- line 272 | |
O_RDONLY (** Open for reading *) (* [@@dead "open_flag.O_RDONLY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 273:3 | |
open_flag.O_WRONLY is a variant case which is never constructed | |
<-- line 273 | |
| O_WRONLY (** Open for writing *) (* [@@dead "open_flag.O_WRONLY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 274:3 | |
open_flag.O_RDWR is a variant case which is never constructed | |
<-- line 274 | |
| O_RDWR (** Open for reading and writing *) (* [@@dead "open_flag.O_RDWR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 276:3 | |
open_flag.O_APPEND is a variant case which is never constructed | |
<-- line 276 | |
| O_APPEND (** Open for append *) (* [@@dead "open_flag.O_APPEND"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 277:3 | |
open_flag.O_CREAT is a variant case which is never constructed | |
<-- line 277 | |
| O_CREAT (** Create if nonexistent *) (* [@@dead "open_flag.O_CREAT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 281:3 | |
open_flag.O_DSYNC is a variant case which is never constructed | |
<-- line 281 | |
| O_DSYNC (** Writes complete as `Synchronised I/O data (* [@@dead "open_flag.O_DSYNC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 283:3 | |
open_flag.O_SYNC is a variant case which is never constructed | |
<-- line 283 | |
| O_SYNC (** Writes complete as `Synchronised I/O file (* [@@dead "open_flag.O_SYNC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 285:3 | |
open_flag.O_RSYNC is a variant case which is never constructed | |
<-- line 285 | |
| O_RSYNC (** Reads complete as writes (depending on (* [@@dead "open_flag.O_RSYNC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 287:3 | |
open_flag.O_SHARE_DELETE is a variant case which is never constructed | |
<-- line 287 | |
| O_SHARE_DELETE (** Windows only: allow the file to be deleted (* [@@dead "open_flag.O_SHARE_DELETE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 293:3 | |
open_flag.O_KEEPEXEC is a variant case which is never constructed | |
<-- line 293 | |
| O_KEEPEXEC (** Clear the close-on-exec flag. (* [@@dead "open_flag.O_KEEPEXEC"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 387:5 | |
seek_command.SEEK_SET is a variant case which is never constructed | |
<-- line 387 | |
SEEK_SET (** indicates positions relative to the beginning of the file *) (* [@@dead "seek_command.SEEK_SET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 413:5 | |
file_kind.S_REG is a variant case which is never constructed | |
<-- line 413 | |
S_REG (** Regular file *) (* [@@dead "file_kind.S_REG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 414:3 | |
file_kind.S_DIR is a variant case which is never constructed | |
<-- line 414 | |
| S_DIR (** Directory *) (* [@@dead "file_kind.S_DIR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 415:3 | |
file_kind.S_CHR is a variant case which is never constructed | |
<-- line 415 | |
| S_CHR (** Character device *) (* [@@dead "file_kind.S_CHR"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 418:3 | |
file_kind.S_FIFO is a variant case which is never constructed | |
<-- line 418 | |
| S_FIFO (** Named pipe *) (* [@@dead "file_kind.S_FIFO"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 419:3 | |
file_kind.S_SOCK is a variant case which is never constructed | |
<-- line 419 | |
| S_SOCK (** Socket *) (* [@@dead "file_kind.S_SOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 422:5 | |
stats.st_dev is a record label never used to read a value | |
<-- line 422 | |
{ st_dev : int; (** Device number *) (* [@@dead "stats.st_dev"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 424:5 | |
stats.st_kind is a record label never used to read a value | |
<-- line 424 | |
st_kind : file_kind; (** Kind of the file *) (* [@@dead "stats.st_kind"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 425:5 | |
stats.st_perm is a record label never used to read a value | |
<-- line 425 | |
st_perm : file_perm; (** Access rights *) (* [@@dead "stats.st_perm"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 426:5 | |
stats.st_nlink is a record label never used to read a value | |
<-- line 426 | |
st_nlink : int; (** Number of links *) (* [@@dead "stats.st_nlink"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 428:5 | |
stats.st_gid is a record label never used to read a value | |
<-- line 428 | |
st_gid : int; (** Group ID of the file's group *) (* [@@dead "stats.st_gid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 429:5 | |
stats.st_rdev is a record label never used to read a value | |
<-- line 429 | |
st_rdev : int; (** Device minor number *) (* [@@dead "stats.st_rdev"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 430:5 | |
stats.st_size is a record label never used to read a value | |
<-- line 430 | |
st_size : int; (** Size in bytes *) (* [@@dead "stats.st_size"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 431:5 | |
stats.st_atime is a record label never used to read a value | |
<-- line 431 | |
st_atime : float; (** Last access time *) (* [@@dead "stats.st_atime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 432:5 | |
stats.st_mtime is a record label never used to read a value | |
<-- line 432 | |
st_mtime : float; (** Last modification time *) (* [@@dead "stats.st_mtime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 433:5 | |
stats.st_ctime is a record label never used to read a value | |
<-- line 433 | |
st_ctime : float; (** Last status change time *) (* [@@dead "stats.st_ctime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 469:9 | |
LargeFile.stats.st_perm is a record label never used to read a value | |
<-- line 469 | |
st_perm : file_perm; (** Access rights *) (* [@@dead "LargeFile.stats.st_perm"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 470:9 | |
LargeFile.stats.st_nlink is a record label never used to read a value | |
<-- line 470 | |
st_nlink : int; (** Number of links *) (* [@@dead "LargeFile.stats.st_nlink"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 471:9 | |
LargeFile.stats.st_uid is a record label never used to read a value | |
<-- line 471 | |
st_uid : int; (** User id of the owner *) (* [@@dead "LargeFile.stats.st_uid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 473:9 | |
LargeFile.stats.st_rdev is a record label never used to read a value | |
<-- line 473 | |
st_rdev : int; (** Device minor number *) (* [@@dead "LargeFile.stats.st_rdev"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 474:9 | |
LargeFile.stats.st_size is a record label never used to read a value | |
<-- line 474 | |
st_size : int64; (** Size in bytes *) (* [@@dead "LargeFile.stats.st_size"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 475:9 | |
LargeFile.stats.st_atime is a record label never used to read a value | |
<-- line 475 | |
st_atime : float; (** Last access time *) (* [@@dead "LargeFile.stats.st_atime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 476:9 | |
LargeFile.stats.st_mtime is a record label never used to read a value | |
<-- line 476 | |
st_mtime : float; (** Last modification time *) (* [@@dead "LargeFile.stats.st_mtime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 477:9 | |
LargeFile.stats.st_ctime is a record label never used to read a value | |
<-- line 477 | |
st_ctime : float; (** Last status change time *) (* [@@dead "LargeFile.stats.st_ctime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 577:3 | |
access_permission.W_OK is a variant case which is never constructed | |
<-- line 577 | |
| W_OK (** Write permission *) (* [@@dead "access_permission.W_OK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 578:3 | |
access_permission.X_OK is a variant case which is never constructed | |
<-- line 578 | |
| X_OK (** Execution permission *) (* [@@dead "access_permission.X_OK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 886:5 | |
lock_command.F_ULOCK is a variant case which is never constructed | |
<-- line 886 | |
F_ULOCK (** Unlock a region *) (* [@@dead "lock_command.F_ULOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 888:3 | |
lock_command.F_TLOCK is a variant case which is never constructed | |
<-- line 888 | |
| F_TLOCK (** Lock a region for writing, or fail if already locked *) (* [@@dead "lock_command.F_TLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 890:3 | |
lock_command.F_RLOCK is a variant case which is never constructed | |
<-- line 890 | |
| F_RLOCK (** Lock a region for reading, and block if already locked *) (* [@@dead "lock_command.F_RLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 891:3 | |
lock_command.F_TRLOCK is a variant case which is never constructed | |
<-- line 891 | |
| F_TRLOCK (** Lock a region for reading, or fail if already locked *) (* [@@dead "lock_command.F_TRLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 939:5 | |
sigprocmask_command.SIG_SETMASK is a variant case which is never constructed | |
<-- line 939 | |
SIG_SETMASK (* [@@dead "sigprocmask_command.SIG_SETMASK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 940:3 | |
sigprocmask_command.SIG_BLOCK is a variant case which is never constructed | |
<-- line 940 | |
| SIG_BLOCK (* [@@dead "sigprocmask_command.SIG_BLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 941:3 | |
sigprocmask_command.SIG_UNBLOCK is a variant case which is never constructed | |
<-- line 941 | |
| SIG_UNBLOCK (* [@@dead "sigprocmask_command.SIG_UNBLOCK"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 977:5 | |
process_times.tms_utime is a record label never used to read a value | |
<-- line 977 | |
{ tms_utime : float; (** User time for the process *) (* [@@dead "process_times.tms_utime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 978:5 | |
process_times.tms_stime is a record label never used to read a value | |
<-- line 978 | |
tms_stime : float; (** System time for the process *) (* [@@dead "process_times.tms_stime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 979:5 | |
process_times.tms_cutime is a record label never used to read a value | |
<-- line 979 | |
tms_cutime : float; (** User time for the children processes *) (* [@@dead "process_times.tms_cutime"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 985:5 | |
tm.tm_sec is a record label never used to read a value | |
<-- line 985 | |
{ tm_sec : int; (** Seconds 0..60 *) (* [@@dead "tm.tm_sec"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 987:5 | |
tm.tm_hour is a record label never used to read a value | |
<-- line 987 | |
tm_hour : int; (** Hours 0..23 *) (* [@@dead "tm.tm_hour"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 990:5 | |
tm.tm_year is a record label never used to read a value | |
<-- line 990 | |
tm_year : int; (** Year - 1900 *) (* [@@dead "tm.tm_year"] *) | |
Warning Dead Value | |
stdlib-406/unix.mli 1034:1 | |
sleepf is never used | |
<-- line 1034 | |
val sleepf : float -> unit (* [@@dead "sleepf"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1052:5 | |
interval_timer.ITIMER_REAL is a variant case which is never constructed | |
<-- line 1052 | |
ITIMER_REAL (* [@@dead "interval_timer.ITIMER_REAL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1055:3 | |
interval_timer.ITIMER_VIRTUAL is a variant case which is never constructed | |
<-- line 1055 | |
| ITIMER_VIRTUAL (* [@@dead "interval_timer.ITIMER_VIRTUAL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1134:5 | |
passwd_entry.pw_name is a record label never used to read a value | |
<-- line 1134 | |
{ pw_name : string; (* [@@dead "passwd_entry.pw_name"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1135:5 | |
passwd_entry.pw_passwd is a record label never used to read a value | |
<-- line 1135 | |
pw_passwd : string; (* [@@dead "passwd_entry.pw_passwd"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1136:5 | |
passwd_entry.pw_uid is a record label never used to read a value | |
<-- line 1136 | |
pw_uid : int; (* [@@dead "passwd_entry.pw_uid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1137:5 | |
passwd_entry.pw_gid is a record label never used to read a value | |
<-- line 1137 | |
pw_gid : int; (* [@@dead "passwd_entry.pw_gid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1139:5 | |
passwd_entry.pw_dir is a record label never used to read a value | |
<-- line 1139 | |
pw_dir : string; (* [@@dead "passwd_entry.pw_dir"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1140:5 | |
passwd_entry.pw_shell is a record label never used to read a value | |
<-- line 1140 | |
pw_shell : string (* [@@dead "passwd_entry.pw_shell"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1146:5 | |
group_entry.gr_passwd is a record label never used to read a value | |
<-- line 1146 | |
gr_passwd : string; (* [@@dead "group_entry.gr_passwd"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1147:5 | |
group_entry.gr_gid is a record label never used to read a value | |
<-- line 1147 | |
gr_gid : int; (* [@@dead "group_entry.gr_gid"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1219:3 | |
socket_domain.PF_INET is a variant case which is never constructed | |
<-- line 1219 | |
| PF_INET (** Internet domain (IPv4) *) (* [@@dead "socket_domain.PF_INET"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1220:3 | |
socket_domain.PF_INET6 is a variant case which is never constructed | |
<-- line 1220 | |
| PF_INET6 (** Internet domain (IPv6) *) (* [@@dead "socket_domain.PF_INET6"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1226:5 | |
socket_type.SOCK_STREAM is a variant case which is never constructed | |
<-- line 1226 | |
SOCK_STREAM (** Stream socket *) (* [@@dead "socket_type.SOCK_STREAM"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1228:3 | |
socket_type.SOCK_RAW is a variant case which is never constructed | |
<-- line 1228 | |
| SOCK_RAW (** Raw socket *) (* [@@dead "socket_type.SOCK_RAW"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1236:5 | |
sockaddr.ADDR_UNIX is a variant case which is never constructed | |
<-- line 1236 | |
ADDR_UNIX of string (* [@@dead "sockaddr.ADDR_UNIX"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1281:3 | |
shutdown_command.SHUTDOWN_SEND is a variant case which is never constructed | |
<-- line 1281 | |
| SHUTDOWN_SEND (** Close for sending *) (* [@@dead "shutdown_command.SHUTDOWN_SEND"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1282:3 | |
shutdown_command.SHUTDOWN_ALL is a variant case which is never constructed | |
<-- line 1282 | |
| SHUTDOWN_ALL (** Close both *) (* [@@dead "shutdown_command.SHUTDOWN_ALL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1301:3 | |
msg_flag.MSG_DONTROUTE is a variant case which is never constructed | |
<-- line 1301 | |
| MSG_DONTROUTE (* [@@dead "msg_flag.MSG_DONTROUTE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1336:5 | |
socket_bool_option.SO_DEBUG is a variant case which is never constructed | |
<-- line 1336 | |
SO_DEBUG (** Record debugging information *) (* [@@dead "socket_bool_option.SO_DEBUG"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1340:3 | |
socket_bool_option.SO_DONTROUTE is a variant case which is never constructed | |
<-- line 1340 | |
| SO_DONTROUTE (** Bypass the standard routing algorithms *) (* [@@dead "socket_bool_option.SO_DONTROUTE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1341:3 | |
socket_bool_option.SO_OOBINLINE is a variant case which is never constructed | |
<-- line 1341 | |
| SO_OOBINLINE (** Leave out-of-band data in line *) (* [@@dead "socket_bool_option.SO_OOBINLINE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1343:3 | |
socket_bool_option.TCP_NODELAY is a variant case which is never constructed | |
<-- line 1343 | |
| TCP_NODELAY (** Control the Nagle algorithm for TCP sockets *) (* [@@dead "socket_bool_option.TCP_NODELAY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1350:5 | |
socket_int_option.SO_SNDBUF is a variant case which is never constructed | |
<-- line 1350 | |
SO_SNDBUF (** Size of send buffer *) (* [@@dead "socket_int_option.SO_SNDBUF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1351:3 | |
socket_int_option.SO_RCVBUF is a variant case which is never constructed | |
<-- line 1351 | |
| SO_RCVBUF (** Size of received buffer *) (* [@@dead "socket_int_option.SO_RCVBUF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1354:3 | |
socket_int_option.SO_RCVLOWAT is a variant case which is never constructed | |
<-- line 1354 | |
| SO_RCVLOWAT (** Minimum number of bytes to process for input operations*) (* [@@dead "socket_int_option.SO_RCVLOWAT"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1362:3 | |
socket_optint_option.SO_LINGER is a variant case which is never constructed | |
<-- line 1362 | |
SO_LINGER (** Whether to linger on closed connections (* [@@dead "socket_optint_option.SO_LINGER"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1370:5 | |
socket_float_option.SO_RCVTIMEO is a variant case which is never constructed | |
<-- line 1370 | |
SO_RCVTIMEO (** Timeout for input operations *) (* [@@dead "socket_float_option.SO_RCVTIMEO"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1371:3 | |
socket_float_option.SO_SNDTIMEO is a variant case which is never constructed | |
<-- line 1371 | |
| SO_SNDTIMEO (** Timeout for output operations *) (* [@@dead "socket_float_option.SO_SNDTIMEO"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1442:5 | |
host_entry.h_name is a record label never used to read a value | |
<-- line 1442 | |
{ h_name : string; (* [@@dead "host_entry.h_name"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1444:5 | |
host_entry.h_addrtype is a record label never used to read a value | |
<-- line 1444 | |
h_addrtype : socket_domain; (* [@@dead "host_entry.h_addrtype"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1445:5 | |
host_entry.h_addr_list is a record label never used to read a value | |
<-- line 1445 | |
h_addr_list : inet_addr array (* [@@dead "host_entry.h_addr_list"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1450:5 | |
protocol_entry.p_name is a record label never used to read a value | |
<-- line 1450 | |
{ p_name : string; (* [@@dead "protocol_entry.p_name"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1457:5 | |
service_entry.s_name is a record label never used to read a value | |
<-- line 1457 | |
{ s_name : string; (* [@@dead "service_entry.s_name"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1458:5 | |
service_entry.s_aliases is a record label never used to read a value | |
<-- line 1458 | |
s_aliases : string array; (* [@@dead "service_entry.s_aliases"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1459:5 | |
service_entry.s_port is a record label never used to read a value | |
<-- line 1459 | |
s_port : int; (* [@@dead "service_entry.s_port"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1493:5 | |
addr_info.ai_socktype is a record label never used to read a value | |
<-- line 1493 | |
ai_socktype : socket_type; (** Socket type *) (* [@@dead "addr_info.ai_socktype"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1494:5 | |
addr_info.ai_protocol is a record label never used to read a value | |
<-- line 1494 | |
ai_protocol : int; (** Socket protocol number *) (* [@@dead "addr_info.ai_protocol"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1501:5 | |
getaddrinfo_option.AI_FAMILY is a variant case which is never constructed | |
<-- line 1501 | |
AI_FAMILY of socket_domain (** Impose the given socket domain *) (* [@@dead "getaddrinfo_option.AI_FAMILY"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1502:3 | |
getaddrinfo_option.AI_SOCKTYPE is a variant case which is never constructed | |
<-- line 1502 | |
| AI_SOCKTYPE of socket_type (** Impose the given socket type *) (* [@@dead "getaddrinfo_option.AI_SOCKTYPE"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1503:3 | |
getaddrinfo_option.AI_PROTOCOL is a variant case which is never constructed | |
<-- line 1503 | |
| AI_PROTOCOL of int (** Impose the given protocol *) (* [@@dead "getaddrinfo_option.AI_PROTOCOL"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1504:3 | |
getaddrinfo_option.AI_NUMERICHOST is a variant case which is never constructed | |
<-- line 1504 | |
| AI_NUMERICHOST (** Do not call name resolver, (* [@@dead "getaddrinfo_option.AI_NUMERICHOST"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1506:3 | |
getaddrinfo_option.AI_CANONNAME is a variant case which is never constructed | |
<-- line 1506 | |
| AI_CANONNAME (** Fill the [ai_canonname] field (* [@@dead "getaddrinfo_option.AI_CANONNAME"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1539:3 | |
getnameinfo_option.NI_NUMERICHOST is a variant case which is never constructed | |
<-- line 1539 | |
| NI_NUMERICHOST (** Always return host as IP address *) (* [@@dead "getnameinfo_option.NI_NUMERICHOST"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1564:5 | |
terminal_io.c_ignbrk is a record label never used to read a value | |
<-- line 1564 | |
mutable c_ignbrk : bool; (** Ignore the break condition. *) (* [@@dead "terminal_io.c_ignbrk"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1565:5 | |
terminal_io.c_brkint is a record label never used to read a value | |
<-- line 1565 | |
mutable c_brkint : bool; (** Signal interrupt on break condition. *) (* [@@dead "terminal_io.c_brkint"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1569:5 | |
terminal_io.c_istrip is a record label never used to read a value | |
<-- line 1569 | |
mutable c_istrip : bool; (** Strip 8th bit on input characters. *) (* [@@dead "terminal_io.c_istrip"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1570:5 | |
terminal_io.c_inlcr is a record label never used to read a value | |
<-- line 1570 | |
mutable c_inlcr : bool; (** Map NL to CR on input. *) (* [@@dead "terminal_io.c_inlcr"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1571:5 | |
terminal_io.c_igncr is a record label never used to read a value | |
<-- line 1571 | |
mutable c_igncr : bool; (** Ignore CR on input. *) (* [@@dead "terminal_io.c_igncr"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1572:5 | |
terminal_io.c_icrnl is a record label never used to read a value | |
<-- line 1572 | |
mutable c_icrnl : bool; (** Map CR to NL on input. *) (* [@@dead "terminal_io.c_icrnl"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1574:5 | |
terminal_io.c_ixoff is a record label never used to read a value | |
<-- line 1574 | |
mutable c_ixoff : bool; (** Emit XON/XOFF chars to control input flow. *) (* [@@dead "terminal_io.c_ixoff"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1578:5 | |
terminal_io.c_obaud is a record label never used to read a value | |
<-- line 1578 | |
mutable c_obaud : int; (** Output baud rate (0 means close connection).*) (* [@@dead "terminal_io.c_obaud"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1581:5 | |
terminal_io.c_cstopb is a record label never used to read a value | |
<-- line 1581 | |
mutable c_cstopb : int; (** Number of stop bits (1-2). *) (* [@@dead "terminal_io.c_cstopb"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1584:5 | |
terminal_io.c_parodd is a record label never used to read a value | |
<-- line 1584 | |
mutable c_parodd : bool; (** Specify odd parity instead of even. *) (* [@@dead "terminal_io.c_parodd"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1585:5 | |
terminal_io.c_hupcl is a record label never used to read a value | |
<-- line 1585 | |
mutable c_hupcl : bool; (** Hang up on last close. *) (* [@@dead "terminal_io.c_hupcl"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1586:5 | |
terminal_io.c_clocal is a record label never used to read a value | |
<-- line 1586 | |
mutable c_clocal : bool; (** Ignore modem status lines. *) (* [@@dead "terminal_io.c_clocal"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1588:5 | |
terminal_io.c_isig is a record label never used to read a value | |
<-- line 1588 | |
mutable c_isig : bool; (** Generate signal on INTR, QUIT, SUSP. *) (* [@@dead "terminal_io.c_isig"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1591:5 | |
terminal_io.c_noflsh is a record label never used to read a value | |
<-- line 1591 | |
mutable c_noflsh : bool; (** Disable flush after INTR, QUIT, SUSP. *) (* [@@dead "terminal_io.c_noflsh"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1592:5 | |
terminal_io.c_echo is a record label never used to read a value | |
<-- line 1592 | |
mutable c_echo : bool; (** Echo input characters. *) (* [@@dead "terminal_io.c_echo"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1597:5 | |
terminal_io.c_vintr is a record label never used to read a value | |
<-- line 1597 | |
mutable c_vintr : char; (** Interrupt character (usually ctrl-C). *) (* [@@dead "terminal_io.c_vintr"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1598:5 | |
terminal_io.c_vquit is a record label never used to read a value | |
<-- line 1598 | |
mutable c_vquit : char; (** Quit character (usually ctrl-\). *) (* [@@dead "terminal_io.c_vquit"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1599:5 | |
terminal_io.c_verase is a record label never used to read a value | |
<-- line 1599 | |
mutable c_verase : char; (** Erase character (usually DEL or ctrl-H). *) (* [@@dead "terminal_io.c_verase"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1600:5 | |
terminal_io.c_vkill is a record label never used to read a value | |
<-- line 1600 | |
mutable c_vkill : char; (** Kill line character (usually ctrl-U). *) (* [@@dead "terminal_io.c_vkill"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1603:5 | |
terminal_io.c_vmin is a record label never used to read a value | |
<-- line 1603 | |
mutable c_vmin : int; (** Minimum number of characters to read (* [@@dead "terminal_io.c_vmin"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1607:5 | |
terminal_io.c_vstop is a record label never used to read a value | |
<-- line 1607 | |
mutable c_vstop : char; (** Stop character (usually ctrl-S). *) (* [@@dead "terminal_io.c_vstop"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1617:3 | |
setattr_when.TCSADRAIN is a variant case which is never constructed | |
<-- line 1617 | |
| TCSADRAIN (* [@@dead "setattr_when.TCSADRAIN"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1647:3 | |
flush_queue.TCOFLUSH is a variant case which is never constructed | |
<-- line 1647 | |
| TCOFLUSH (* [@@dead "flush_queue.TCOFLUSH"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1662:3 | |
flow_action.TCIOFF is a variant case which is never constructed | |
<-- line 1662 | |
| TCIOFF (* [@@dead "flow_action.TCIOFF"] *) | |
Warning Dead Type | |
stdlib-406/unix.mli 1663:3 | |
flow_action.TCION is a variant case which is never constructed | |
<-- line 1663 | |
| TCION (* [@@dead "flow_action.TCION"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 46:1 | |
make is never used | |
<-- line 46 | |
val make : int -> char -> string (* [@@dead "make"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 62:1 | |
sub is never used | |
<-- line 62 | |
val sub : string -> pos:int -> len:int -> string (* [@@dead "sub"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 70:1 | |
fill is never used | |
<-- line 70 | |
val fill : bytes -> pos:int -> len:int -> char -> unit (* [@@dead "fill"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 91:1 | |
concat is never used | |
<-- line 91 | |
val concat : sep:string -> string list -> string (* [@@dead "concat"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 95:1 | |
iter is never used | |
<-- line 95 | |
val iter : f:(char -> unit) -> string -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 112:1 | |
mapi is never used | |
<-- line 112 | |
val mapi : f:(int -> char -> char) -> string -> string (* [@@dead "mapi"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 118:1 | |
trim is never used | |
<-- line 118 | |
val trim : string -> string (* [@@dead "trim"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 126:1 | |
escaped is never used | |
<-- line 126 | |
val escaped : string -> string (* [@@dead "escaped"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 151:1 | |
rindex_opt is never used | |
<-- line 151 | |
val rindex_opt: string -> char -> int option (* [@@dead "rindex_opt"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 157:1 | |
index_from is never used | |
<-- line 157 | |
val index_from : string -> int -> char -> int (* [@@dead "index_from"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 165:1 | |
index_from_opt is never used | |
<-- line 165 | |
val index_from_opt: string -> int -> char -> int option (* [@@dead "index_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 176:1 | |
rindex_from is never used | |
<-- line 176 | |
val rindex_from : string -> int -> char -> int (* [@@dead "rindex_from"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 185:1 | |
rindex_from_opt is never used | |
<-- line 185 | |
val rindex_from_opt: string -> int -> char -> int option (* [@@dead "rindex_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 202:1 | |
contains_from is never used | |
<-- line 202 | |
val contains_from : string -> int -> char -> bool (* [@@dead "contains_from"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 217:1 | |
uppercase is never used | |
<-- line 217 | |
val uppercase : string -> string (* [@@dead "uppercase"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 224:1 | |
lowercase is never used | |
<-- line 224 | |
val lowercase : string -> string (* [@@dead "lowercase"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 237:1 | |
uncapitalize is never used | |
<-- line 237 | |
val uncapitalize : string -> string (* [@@dead "uncapitalize"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 253:1 | |
capitalize_ascii is never used | |
<-- line 253 | |
val capitalize_ascii : string -> string (* [@@dead "capitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 272:1 | |
equal is never used | |
<-- line 272 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/stringLabels.mli 276:1 | |
split_on_char is never used | |
<-- line 276 | |
val split_on_char: sep:char -> string -> string list (* [@@dead "split_on_char"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 94:3 | |
Snapshot.take is never used | |
<-- line 94 | |
val take : ?time:float -> Series.t -> unit (* [@@dead "Snapshot.take"] *) | |
Warning Dead Value | |
stdlib-406/spacetime.mli 99:1 | |
save_event_for_automatic_snapshots is never used | |
<-- line 99 | |
val save_event_for_automatic_snapshots : event_name:string -> unit (* [@@dead "save_event_for_automatic_snapshots"] *) | |
Warning Dead Value | |
stdlib-406/sort.mli 30:1 | |
array is never used | |
<-- line 30 | |
val array : ('a -> 'a -> bool) -> 'a array -> unit (* [@@dead "array"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 29:1 | |
length is never used | |
<-- line 29 | |
val length : 'a list -> int (* [@@dead "length"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 50:1 | |
cons is never used | |
<-- line 50 | |
val cons : 'a -> 'a list -> 'a list (* [@@dead "cons"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 55:1 | |
tl is never used | |
<-- line 55 | |
val tl : 'a list -> 'a list (* [@@dead "tl"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 59:1 | |
nth is never used | |
<-- line 59 | |
val nth : 'a list -> int -> 'a (* [@@dead "nth"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 65:1 | |
nth_opt is never used | |
<-- line 65 | |
val nth_opt: 'a list -> int -> 'a option (* [@@dead "nth_opt"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 76:1 | |
init is never used | |
<-- line 76 | |
val init : len:int -> f:(int -> 'a) -> 'a list (* [@@dead "init"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 88:1 | |
rev_append is never used | |
<-- line 88 | |
val rev_append : 'a list -> 'a list -> 'a list (* [@@dead "rev_append"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 99:1 | |
flatten is never used | |
<-- line 99 | |
val flatten : 'a list list -> 'a list (* [@@dead "flatten"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 112:1 | |
iteri is never used | |
<-- line 112 | |
val iteri : f:(int -> 'a -> unit) -> 'a list -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 119:1 | |
map is never used | |
<-- line 119 | |
val map : f:('a -> 'b) -> 'a list -> 'b list (* [@@dead "map"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 124:1 | |
mapi is never used | |
<-- line 124 | |
val mapi : f:(int -> 'a -> 'b) -> 'a list -> 'b list (* [@@dead "mapi"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 131:1 | |
rev_map is never used | |
<-- line 131 | |
val rev_map : f:('a -> 'b) -> 'a list -> 'b list (* [@@dead "rev_map"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 136:1 | |
fold_left is never used | |
<-- line 136 | |
val fold_left : f:('a -> 'b -> 'a) -> init:'a -> 'b list -> 'a (* [@@dead "fold_left"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 140:1 | |
fold_right is never used | |
<-- line 140 | |
val fold_right : f:('a -> 'b -> 'b) -> 'a list -> init:'b -> 'b (* [@@dead "fold_right"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 148:1 | |
iter2 is never used | |
<-- line 148 | |
val iter2 : f:('a -> 'b -> unit) -> 'a list -> 'b list -> unit (* [@@dead "iter2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 154:1 | |
map2 is never used | |
<-- line 154 | |
val map2 : f:('a -> 'b -> 'c) -> 'a list -> 'b list -> 'c list (* [@@dead "map2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 160:1 | |
rev_map2 is never used | |
<-- line 160 | |
val rev_map2 : f:('a -> 'b -> 'c) -> 'a list -> 'b list -> 'c list (* [@@dead "rev_map2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 165:1 | |
fold_left2 is never used | |
<-- line 165 | |
val fold_left2 : (* [@@dead "fold_left2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 172:1 | |
fold_right2 is never used | |
<-- line 172 | |
val fold_right2 : (* [@@dead "fold_right2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 183:1 | |
for_all is never used | |
<-- line 183 | |
val for_all : f:('a -> bool) -> 'a list -> bool (* [@@dead "for_all"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 188:1 | |
exists is never used | |
<-- line 188 | |
val exists : f:('a -> bool) -> 'a list -> bool (* [@@dead "exists"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 193:1 | |
for_all2 is never used | |
<-- line 193 | |
val for_all2 : f:('a -> 'b -> bool) -> 'a list -> 'b list -> bool (* [@@dead "for_all2"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 203:1 | |
mem is never used | |
<-- line 203 | |
val mem : 'a -> set:'a list -> bool (* [@@dead "mem"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 215:1 | |
find is never used | |
<-- line 215 | |
val find : f:('a -> bool) -> 'a list -> 'a (* [@@dead "find"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 221:1 | |
find_opt is never used | |
<-- line 221 | |
val find_opt: f:('a -> bool) -> 'a list -> 'a option (* [@@dead "find_opt"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 228:1 | |
filter is never used | |
<-- line 228 | |
val filter : f:('a -> bool) -> 'a list -> 'a list (* [@@dead "filter"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 233:1 | |
find_all is never used | |
<-- line 233 | |
val find_all : f:('a -> bool) -> 'a list -> 'a list (* [@@dead "find_all"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 255:1 | |
assoc_opt is never used | |
<-- line 255 | |
val assoc_opt: 'a -> ('a * 'b) list -> 'b option (* [@@dead "assoc_opt"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 282:1 | |
remove_assoc is never used | |
<-- line 282 | |
val remove_assoc : 'a -> ('a * 'b) list -> ('a * 'b) list (* [@@dead "remove_assoc"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 287:1 | |
remove_assq is never used | |
<-- line 287 | |
val remove_assq : 'a -> ('a * 'b) list -> ('a * 'b) list (* [@@dead "remove_assq"] *) | |
Warning Dead Value | |
stdlib-406/listLabels.mli 295:1 | |
split is never used | |
<-- line 295 | |
val split : ('a * 'b) list -> 'a list * 'b list (* [@@dead "split"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 80:3 | |
K1.Make.clean is never used | |
<-- line 80 | |
val clean: 'a t -> unit (* [@@dead "K1.Make.clean"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 94:3 | |
GenHashTable.MakeSeeded.clean is never used | |
<-- line 94 | |
val clean: 'a t -> unit (* [@@dead "GenHashTable.MakeSeeded.clean"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 97:3 | |
GenHashTable.MakeSeeded.stats_alive is never used | |
<-- line 97 | |
val stats_alive: 'a t -> Hashtbl.statistics (* [@@dead "GenHashTable.MakeSeeded.stats_alive"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 106:3 | |
K1.create is never used | |
<-- line 106 | |
val create: unit -> ('k,'d) t (* [@@dead "K1.create"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 110:3 | |
K1.get_key is never used | |
<-- line 110 | |
val get_key: ('k,'d) t -> 'k option (* [@@dead "K1.get_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 114:3 | |
K1.get_key_copy is never used | |
<-- line 114 | |
val get_key_copy: ('k,'d) t -> 'k option (* [@@dead "K1.get_key_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 122:3 | |
K1.set_key is never used | |
<-- line 122 | |
val set_key: ('k,'d) t -> 'k -> unit (* [@@dead "K1.set_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 127:3 | |
K1.unset_key is never used | |
<-- line 127 | |
val unset_key: ('k,'d) t -> unit (* [@@dead "K1.unset_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 132:3 | |
K1.check_key is never used | |
<-- line 132 | |
val check_key: ('k,'d) t -> bool (* [@@dead "K1.check_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 147:3 | |
K1.get_data is never used | |
<-- line 147 | |
val get_data: ('k,'d) t -> 'd option (* [@@dead "K1.get_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 151:3 | |
K1.get_data_copy is never used | |
<-- line 151 | |
val get_data_copy: ('k,'d) t -> 'd option (* [@@dead "K1.get_data_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 159:3 | |
K1.set_data is never used | |
<-- line 159 | |
val set_data: ('k,'d) t -> 'd -> unit (* [@@dead "K1.set_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 169:3 | |
K1.check_data is never used | |
<-- line 169 | |
val check_data: ('k,'d) t -> bool (* [@@dead "K1.check_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 195:3 | |
K2.create is never used | |
<-- line 195 | |
val create: unit -> ('k1,'k2,'d) t (* [@@dead "K2.create"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 210:3 | |
K2.check_key1 is never used | |
<-- line 210 | |
val check_key1: ('k1,'k2,'d) t -> bool (* [@@dead "K2.check_key1"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 213:3 | |
K2.get_key2 is never used | |
<-- line 213 | |
val get_key2: ('k1,'k2,'d) t -> 'k2 option (* [@@dead "K2.get_key2"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 216:3 | |
K2.get_key2_copy is never used | |
<-- line 216 | |
val get_key2_copy: ('k1,'k2,'d) t -> 'k2 option (* [@@dead "K2.get_key2_copy"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 219:3 | |
K2.set_key2 is never used | |
<-- line 219 | |
val set_key2: ('k1,'k2,'d) t -> 'k2 -> unit (* [@@dead "K2.set_key2"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 222:3 | |
K2.unset_key2 is never used | |
<-- line 222 | |
val unset_key2: ('k1,'k2,'d) t -> unit (* [@@dead "K2.unset_key2"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 225:3 | |
K2.check_key2 is never used | |
<-- line 225 | |
val check_key2: ('k1,'k2,'d) t -> bool (* [@@dead "K2.check_key2"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 228:3 | |
K2.blit_key1 is never used | |
<-- line 228 | |
val blit_key1: ('k1,_,_) t -> ('k1,_,_) t -> unit (* [@@dead "K2.blit_key1"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 231:3 | |
K2.blit_key2 is never used | |
<-- line 231 | |
val blit_key2: (_,'k2,_) t -> (_,'k2,_) t -> unit (* [@@dead "K2.blit_key2"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 246:3 | |
K2.unset_data is never used | |
<-- line 246 | |
val unset_data: ('k1,'k2,'d) t -> unit (* [@@dead "K2.unset_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 249:3 | |
K2.check_data is never used | |
<-- line 249 | |
val check_data: ('k1,'k2,'d) t -> bool (* [@@dead "K2.check_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 252:3 | |
K2.blit_data is never used | |
<-- line 252 | |
val blit_data: ('k1,'k2,'d) t -> ('k1,'k2,'d) t -> unit (* [@@dead "K2.blit_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 283:3 | |
Kn.set_key is never used | |
<-- line 283 | |
val set_key: ('k,'d) t -> int -> 'k -> unit (* [@@dead "Kn.set_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 286:3 | |
Kn.unset_key is never used | |
<-- line 286 | |
val unset_key: ('k,'d) t -> int -> unit (* [@@dead "Kn.unset_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 289:3 | |
Kn.check_key is never used | |
<-- line 289 | |
val check_key: ('k,'d) t -> int -> bool (* [@@dead "Kn.check_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 292:3 | |
Kn.blit_key is never used | |
<-- line 292 | |
val blit_key: ('k,_) t -> int -> ('k,_) t -> int -> int -> unit (* [@@dead "Kn.blit_key"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 304:3 | |
Kn.unset_data is never used | |
<-- line 304 | |
val unset_data: ('k,'d) t -> unit (* [@@dead "Kn.unset_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 307:3 | |
Kn.check_data is never used | |
<-- line 307 | |
val check_data: ('k,'d) t -> bool (* [@@dead "Kn.check_data"] *) | |
Warning Dead Value | |
stdlib-406/ephemeron.mli 310:3 | |
Kn.blit_data is never used | |
<-- line 310 | |
val blit_data: ('k,'d) t -> ('k,'d) t -> unit (* [@@dead "Kn.blit_data"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalMod.mli 22:3 | |
shape.Lazy is a variant case which is never constructed | |
<-- line 22 | |
| Lazy (* [@@dead "shape.Lazy"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalMod.mli 24:3 | |
shape.Module is a variant case which is never constructed | |
<-- line 24 | |
| Module of shape array (* [@@dead "shape.Module"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 19:20 | |
float32_elt.Float32_elt is a variant case which is never constructed | |
<-- line 19 | |
type float32_elt = Float32_elt (* [@@dead "float32_elt.Float32_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 20:20 | |
float64_elt.Float64_elt is a variant case which is never constructed | |
<-- line 20 | |
type float64_elt = Float64_elt (* [@@dead "float64_elt.Float64_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 21:24 | |
int8_signed_elt.Int8_signed_elt is a variant case which is never constructed | |
<-- line 21 | |
type int8_signed_elt = Int8_signed_elt (* [@@dead "int8_signed_elt.Int8_signed_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 22:26 | |
int8_unsigned_elt.Int8_unsigned_elt is a variant case which is never constructed | |
<-- line 22 | |
type int8_unsigned_elt = Int8_unsigned_elt (* [@@dead "int8_unsigned_elt.Int8_unsigned_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 23:25 | |
int16_signed_elt.Int16_signed_elt is a variant case which is never constructed | |
<-- line 23 | |
type int16_signed_elt = Int16_signed_elt (* [@@dead "int16_signed_elt.Int16_signed_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 24:27 | |
int16_unsigned_elt.Int16_unsigned_elt is a variant case which is never constructed | |
<-- line 24 | |
type int16_unsigned_elt = Int16_unsigned_elt (* [@@dead "int16_unsigned_elt.Int16_unsigned_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 25:18 | |
int32_elt.Int32_elt is a variant case which is never constructed | |
<-- line 25 | |
type int32_elt = Int32_elt (* [@@dead "int32_elt.Int32_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 26:18 | |
int64_elt.Int64_elt is a variant case which is never constructed | |
<-- line 26 | |
type int64_elt = Int64_elt (* [@@dead "int64_elt.Int64_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 27:16 | |
int_elt.Int_elt is a variant case which is never constructed | |
<-- line 27 | |
type int_elt = Int_elt (* [@@dead "int_elt.Int_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 28:22 | |
nativeint_elt.Nativeint_elt is a variant case which is never constructed | |
<-- line 28 | |
type nativeint_elt = Nativeint_elt (* [@@dead "nativeint_elt.Nativeint_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 29:22 | |
complex32_elt.Complex32_elt is a variant case which is never constructed | |
<-- line 29 | |
type complex32_elt = Complex32_elt (* [@@dead "complex32_elt.Complex32_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 30:22 | |
complex64_elt.Complex64_elt is a variant case which is never constructed | |
<-- line 30 | |
type complex64_elt = Complex64_elt (* [@@dead "complex64_elt.Complex64_elt"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 47:17 | |
c_layout.C_layout_typ is a variant case which is never constructed | |
<-- line 47 | |
type c_layout = C_layout_typ (* [@@dead "c_layout.C_layout_typ"] *) | |
Warning Dead Type | |
stdlib-406/camlinternalBigarray.ml 48:23 | |
fortran_layout.Fortran_layout_typ is a variant case which is never constructed | |
<-- line 48 | |
type fortran_layout = Fortran_layout_typ (* [@@dead "fortran_layout.Fortran_layout_typ"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 41:1 | |
make is never used | |
<-- line 41 | |
val make : int -> char -> bytes (* [@@dead "make"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 47:1 | |
init is never used | |
<-- line 47 | |
val init : int -> f:(int -> char) -> bytes (* [@@dead "init"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 53:1 | |
empty is never used | |
<-- line 53 | |
val empty : bytes (* [@@dead "empty"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 56:1 | |
copy is never used | |
<-- line 56 | |
val copy : bytes -> bytes (* [@@dead "copy"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 60:1 | |
of_string is never used | |
<-- line 60 | |
val of_string : string -> bytes (* [@@dead "of_string"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 64:1 | |
to_string is never used | |
<-- line 64 | |
val to_string : bytes -> string (* [@@dead "to_string"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 68:1 | |
sub is never used | |
<-- line 68 | |
val sub : bytes -> pos:int -> len:int -> bytes (* [@@dead "sub"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 76:1 | |
sub_string is never used | |
<-- line 76 | |
val sub_string : bytes -> pos:int -> len:int -> string (* [@@dead "sub_string"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 79:1 | |
extend is never used | |
<-- line 79 | |
val extend : bytes -> left:int -> right:int -> bytes (* [@@dead "extend"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 90:1 | |
fill is never used | |
<-- line 90 | |
val fill : bytes -> pos:int -> len:int -> char -> unit (* [@@dead "fill"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 97:1 | |
blit is never used | |
<-- line 97 | |
val blit : (* [@@dead "blit"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 110:1 | |
blit_string is never used | |
<-- line 110 | |
val blit_string : (* [@@dead "blit_string"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 122:1 | |
concat is never used | |
<-- line 122 | |
val concat : sep:bytes -> bytes list -> bytes (* [@@dead "concat"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 127:1 | |
cat is never used | |
<-- line 127 | |
val cat : bytes -> bytes -> bytes (* [@@dead "cat"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 135:1 | |
iter is never used | |
<-- line 135 | |
val iter : f:(char -> unit) -> bytes -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 140:1 | |
iteri is never used | |
<-- line 140 | |
val iteri : f:(int -> char -> unit) -> bytes -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 145:1 | |
map is never used | |
<-- line 145 | |
val map : f:(char -> char) -> bytes -> bytes (* [@@dead "map"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 150:1 | |
mapi is never used | |
<-- line 150 | |
val mapi : f:(int -> char -> char) -> bytes -> bytes (* [@@dead "mapi"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 155:1 | |
trim is never used | |
<-- line 155 | |
val trim : bytes -> bytes (* [@@dead "trim"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 160:1 | |
escaped is never used | |
<-- line 160 | |
val escaped : bytes -> bytes (* [@@dead "escaped"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 164:1 | |
index is never used | |
<-- line 164 | |
val index : bytes -> char -> int (* [@@dead "index"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 170:1 | |
index_opt is never used | |
<-- line 170 | |
val index_opt: bytes -> char -> int option (* [@@dead "index_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 175:1 | |
rindex is never used | |
<-- line 175 | |
val rindex : bytes -> char -> int (* [@@dead "rindex"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 181:1 | |
rindex_opt is never used | |
<-- line 181 | |
val rindex_opt: bytes -> char -> int option (* [@@dead "rindex_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 186:1 | |
index_from is never used | |
<-- line 186 | |
val index_from : bytes -> int -> char -> int (* [@@dead "index_from"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 194:1 | |
index_from_opt is never used | |
<-- line 194 | |
val index_from_opt: bytes -> int -> char -> int option (* [@@dead "index_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 202:1 | |
rindex_from is never used | |
<-- line 202 | |
val rindex_from : bytes -> int -> char -> int (* [@@dead "rindex_from"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 210:1 | |
rindex_from_opt is never used | |
<-- line 210 | |
val rindex_from_opt: bytes -> int -> char -> int option (* [@@dead "rindex_from_opt"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 219:1 | |
contains is never used | |
<-- line 219 | |
val contains : bytes -> char -> bool (* [@@dead "contains"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 222:1 | |
contains_from is never used | |
<-- line 222 | |
val contains_from : bytes -> int -> char -> bool (* [@@dead "contains_from"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 229:1 | |
rcontains_from is never used | |
<-- line 229 | |
val rcontains_from : bytes -> int -> char -> bool (* [@@dead "rcontains_from"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 236:1 | |
uppercase is never used | |
<-- line 236 | |
val uppercase : bytes -> bytes (* [@@dead "uppercase"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 243:1 | |
lowercase is never used | |
<-- line 243 | |
val lowercase : bytes -> bytes (* [@@dead "lowercase"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 250:1 | |
capitalize is never used | |
<-- line 250 | |
val capitalize : bytes -> bytes (* [@@dead "capitalize"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 256:1 | |
uncapitalize is never used | |
<-- line 256 | |
val uncapitalize : bytes -> bytes (* [@@dead "uncapitalize"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 262:1 | |
uppercase_ascii is never used | |
<-- line 262 | |
val uppercase_ascii : bytes -> bytes (* [@@dead "uppercase_ascii"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 267:1 | |
lowercase_ascii is never used | |
<-- line 267 | |
val lowercase_ascii : bytes -> bytes (* [@@dead "lowercase_ascii"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 272:1 | |
capitalize_ascii is never used | |
<-- line 272 | |
val capitalize_ascii : bytes -> bytes (* [@@dead "capitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 277:1 | |
uncapitalize_ascii is never used | |
<-- line 277 | |
val uncapitalize_ascii : bytes -> bytes (* [@@dead "uncapitalize_ascii"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 285:1 | |
compare is never used | |
<-- line 285 | |
val compare: t -> t -> int (* [@@dead "compare"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 291:1 | |
equal is never used | |
<-- line 291 | |
val equal: t -> t -> bool (* [@@dead "equal"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 306:1 | |
unsafe_to_string is never used | |
<-- line 306 | |
val unsafe_to_string : bytes -> string (* [@@dead "unsafe_to_string"] *) | |
Warning Dead Value | |
stdlib-406/bytesLabels.mli 307:1 | |
unsafe_of_string is never used | |
<-- line 307 | |
val unsafe_of_string : string -> bytes (* [@@dead "unsafe_of_string"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 55:1 | |
init is never used | |
<-- line 55 | |
val init : int -> f:(int -> 'a) -> 'a array (* [@@dead "init"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 65:1 | |
make_matrix is never used | |
<-- line 65 | |
val make_matrix : dimx:int -> dimy:int -> 'a -> 'a array array (* [@@dead "make_matrix"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 78:1 | |
create_matrix is never used | |
<-- line 78 | |
val create_matrix : dimx:int -> dimy:int -> 'a -> 'a array array (* [@@dead "create_matrix"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 83:1 | |
append is never used | |
<-- line 83 | |
val append : 'a array -> 'a array -> 'a array (* [@@dead "append"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 87:1 | |
concat is never used | |
<-- line 87 | |
val concat : 'a array list -> 'a array (* [@@dead "concat"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 90:1 | |
sub is never used | |
<-- line 90 | |
val sub : 'a array -> pos:int -> len:int -> 'a array (* [@@dead "sub"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 99:1 | |
copy is never used | |
<-- line 99 | |
val copy : 'a array -> 'a array (* [@@dead "copy"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 103:1 | |
fill is never used | |
<-- line 103 | |
val fill : 'a array -> pos:int -> len:int -> 'a -> unit (* [@@dead "fill"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 110:1 | |
blit is never used | |
<-- line 110 | |
val blit : (* [@@dead "blit"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 123:1 | |
to_list is never used | |
<-- line 123 | |
val to_list : 'a array -> 'a list (* [@@dead "to_list"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 126:1 | |
of_list is never used | |
<-- line 126 | |
val of_list : 'a list -> 'a array (* [@@dead "of_list"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 130:1 | |
iter is never used | |
<-- line 130 | |
val iter : f:('a -> unit) -> 'a array -> unit (* [@@dead "iter"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 135:1 | |
map is never used | |
<-- line 135 | |
val map : f:('a -> 'b) -> 'a array -> 'b array (* [@@dead "map"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 140:1 | |
iteri is never used | |
<-- line 140 | |
val iteri : f:(int -> 'a -> unit) -> 'a array -> unit (* [@@dead "iteri"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 145:1 | |
mapi is never used | |
<-- line 145 | |
val mapi : f:(int -> 'a -> 'b) -> 'a array -> 'b array (* [@@dead "mapi"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 150:1 | |
fold_left is never used | |
<-- line 150 | |
val fold_left : f:('a -> 'b -> 'a) -> init:'a -> 'b array -> 'a (* [@@dead "fold_left"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 155:1 | |
fold_right is never used | |
<-- line 155 | |
val fold_right : f:('b -> 'a -> 'a) -> 'b array -> init:'a -> 'a (* [@@dead "fold_right"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 164:1 | |
iter2 is never used | |
<-- line 164 | |
val iter2 : f:('a -> 'b -> unit) -> 'a array -> 'b array -> unit (* [@@dead "iter2"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 170:1 | |
map2 is never used | |
<-- line 170 | |
val map2 : f:('a -> 'b -> 'c) -> 'a array -> 'b array -> 'c array (* [@@dead "map2"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 181:1 | |
exists is never used | |
<-- line 181 | |
val exists : f:('a -> bool) -> 'a array -> bool (* [@@dead "exists"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 187:1 | |
for_all is never used | |
<-- line 187 | |
val for_all : f:('a -> bool) -> 'a array -> bool (* [@@dead "for_all"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 193:1 | |
mem is never used | |
<-- line 193 | |
val mem : 'a -> set:'a array -> bool (* [@@dead "mem"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 198:1 | |
memq is never used | |
<-- line 198 | |
val memq : 'a -> set:'a array -> bool (* [@@dead "memq"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 208:1 | |
make_float is never used | |
<-- line 208 | |
val make_float: int -> float array (* [@@dead "make_float"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 217:1 | |
sort is never used | |
<-- line 217 | |
val sort : cmp:('a -> 'a -> int) -> 'a array -> unit (* [@@dead "sort"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 243:1 | |
stable_sort is never used | |
<-- line 243 | |
val stable_sort : cmp:('a -> 'a -> int) -> 'a array -> unit (* [@@dead "stable_sort"] *) | |
Warning Dead Value | |
stdlib-406/arrayLabels.mli 253:1 | |
fast_sort is never used | |
<-- line 253 | |
val fast_sort : cmp:('a -> 'a -> int) -> 'a array -> unit (* [@@dead "fast_sort"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 33:1 | |
caml_weak_create is never used | |
<-- line 33 | |
val caml_weak_create : int -> 'a t (* [@@dead "caml_weak_create"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 34:1 | |
caml_weak_set is never used | |
<-- line 34 | |
val caml_weak_set : 'a t -> int -> 'a option -> unit (* [@@dead "caml_weak_set"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 35:1 | |
caml_weak_get is never used | |
<-- line 35 | |
val caml_weak_get : 'a t -> int -> 'a option (* [@@dead "caml_weak_get"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 36:1 | |
caml_weak_get_copy is never used | |
<-- line 36 | |
val caml_weak_get_copy : 'a t -> int -> 'a option (* [@@dead "caml_weak_get_copy"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 37:1 | |
caml_weak_check is never used | |
<-- line 37 | |
val caml_weak_check : 'a t -> int -> bool (* [@@dead "caml_weak_check"] *) | |
Warning Dead Value | |
runtime/caml_weak.mli 38:1 | |
caml_weak_blit is never used | |
<-- line 38 | |
val caml_weak_blit : 'a t -> int -> 'a t -> int -> int -> unit (* [@@dead "caml_weak_blit"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 27:1 | |
caml_sys_getenv is never used | |
<-- line 27 | |
val caml_sys_getenv : string -> string (* [@@dead "caml_sys_getenv"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 29:1 | |
caml_sys_time is never used | |
<-- line 29 | |
val caml_sys_time : unit -> float (* [@@dead "caml_sys_time"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 31:1 | |
os_type is never used | |
<-- line 31 | |
val os_type : unit -> string (* [@@dead "os_type"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 33:1 | |
caml_sys_random_seed is never used | |
<-- line 33 | |
val caml_sys_random_seed : unit -> nativeint array (* [@@dead "caml_sys_random_seed"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 35:1 | |
caml_sys_system_command is never used | |
<-- line 35 | |
val caml_sys_system_command : string -> int (* [@@dead "caml_sys_system_command"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 37:1 | |
caml_sys_getcwd is never used | |
<-- line 37 | |
val caml_sys_getcwd : unit -> string (* [@@dead "caml_sys_getcwd"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 39:1 | |
caml_sys_get_argv is never used | |
<-- line 39 | |
val caml_sys_get_argv : unit -> string * string array (* [@@dead "caml_sys_get_argv"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 41:1 | |
caml_sys_exit is never used | |
<-- line 41 | |
val caml_sys_exit : int -> unit (* [@@dead "caml_sys_exit"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 43:1 | |
caml_sys_is_directory is never used | |
<-- line 43 | |
val caml_sys_is_directory : string -> bool (* [@@dead "caml_sys_is_directory"] *) | |
Warning Dead Value | |
runtime/caml_sys.mli 44:1 | |
caml_sys_file_exists is never used | |
<-- line 44 | |
val caml_sys_file_exists : string -> bool (* [@@dead "caml_sys_file_exists"] *) | |
Warning Dead Value | |
runtime/caml_string.mli 26:1 | |
get is never used | |
<-- line 26 | |
val get : string -> int -> char (* [@@dead "get"] *) | |
Warning Dead Value | |
runtime/caml_splice_call.mli 28:1 | |
spliceApply is never used | |
<-- line 28 | |
val spliceApply : obj -> obj -> obj (* [@@dead "spliceApply"] *) | |
Warning Dead Value | |
runtime/caml_splice_call.mli 30:1 | |
spliceObjApply is never used | |
<-- line 30 | |
val spliceObjApply : obj -> obj -> obj -> obj (* [@@dead "spliceObjApply"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 34:1 | |
caml_bytes_compare is never used | |
<-- line 34 | |
val caml_bytes_compare: bytes -> bytes -> int (* [@@dead "caml_bytes_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 35:1 | |
caml_bytes_equal is never used | |
<-- line 35 | |
val caml_bytes_equal : bytes -> bytes -> bool (* [@@dead "caml_bytes_equal"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 36:1 | |
caml_int_compare is never used | |
<-- line 36 | |
val caml_int_compare : int -> int -> int (* [@@dead "caml_int_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 37:1 | |
caml_bool_compare is never used | |
<-- line 37 | |
val caml_bool_compare : bool -> bool -> int (* [@@dead "caml_bool_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 38:1 | |
caml_float_compare is never used | |
<-- line 38 | |
val caml_float_compare : float -> float -> int (* [@@dead "caml_float_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 39:1 | |
caml_nativeint_compare is never used | |
<-- line 39 | |
val caml_nativeint_compare : int -> int -> int (* [@@dead "caml_nativeint_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 40:1 | |
caml_string_compare is never used | |
<-- line 40 | |
val caml_string_compare : string -> string -> int (* [@@dead "caml_string_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 41:1 | |
caml_int32_compare is never used | |
<-- line 41 | |
val caml_int32_compare : int -> int -> int (* [@@dead "caml_int32_compare"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 44:1 | |
caml_bool_min is never used | |
<-- line 44 | |
val caml_bool_min : bool selector (* [@@dead "caml_bool_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 45:1 | |
caml_int_min is never used | |
<-- line 45 | |
val caml_int_min : int selector (* [@@dead "caml_int_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 46:1 | |
caml_float_min is never used | |
<-- line 46 | |
val caml_float_min : float selector (* [@@dead "caml_float_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 47:1 | |
caml_string_min is never used | |
<-- line 47 | |
val caml_string_min : string selector (* [@@dead "caml_string_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 48:1 | |
caml_nativeint_min is never used | |
<-- line 48 | |
val caml_nativeint_min : nativeint selector (* [@@dead "caml_nativeint_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 49:1 | |
caml_int32_min is never used | |
<-- line 49 | |
val caml_int32_min : int32 selector (* [@@dead "caml_int32_min"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 51:1 | |
caml_bool_max is never used | |
<-- line 51 | |
val caml_bool_max : bool selector (* [@@dead "caml_bool_max"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 52:1 | |
caml_int_max is never used | |
<-- line 52 | |
val caml_int_max : int selector (* [@@dead "caml_int_max"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 53:1 | |
caml_float_max is never used | |
<-- line 53 | |
val caml_float_max : float selector (* [@@dead "caml_float_max"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 54:1 | |
caml_string_max is never used | |
<-- line 54 | |
val caml_string_max : string selector (* [@@dead "caml_string_max"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 55:1 | |
caml_nativeint_max is never used | |
<-- line 55 | |
val caml_nativeint_max : nativeint selector (* [@@dead "caml_nativeint_max"] *) | |
Warning Dead Value | |
runtime/caml_primitive.mli 56:1 | |
caml_int32_max is never used | |
<-- line 56 | |
val caml_int32_max : int32 selector (* [@@dead "caml_int32_max"] *) | |
Warning Dead Value | |
runtime/caml_parser.mli 32:1 | |
caml_parse_engine is never used | |
<-- line 32 | |
val caml_parse_engine : (* [@@dead "caml_parse_engine"] *) | |
Warning Dead Value | |
runtime/caml_parser.mli 39:1 | |
caml_set_parser_trace is never used | |
<-- line 39 | |
val caml_set_parser_trace : bool -> bool (* [@@dead "caml_set_parser_trace"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 26:1 | |
nullable_to_opt is never used | |
<-- line 26 | |
val nullable_to_opt : 'a Js.null_undefined -> 'a option (* [@@dead "nullable_to_opt"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 28:1 | |
undefined_to_opt is never used | |
<-- line 28 | |
val undefined_to_opt : 'a Js.undefined -> 'a option (* [@@dead "undefined_to_opt"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 30:1 | |
null_to_opt is never used | |
<-- line 30 | |
val null_to_opt : 'a Js.null -> 'a option (* [@@dead "null_to_opt"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 32:1 | |
valFromOption is never used | |
<-- line 32 | |
val valFromOption : Caml_obj_extern.t -> Caml_obj_extern.t (* [@@dead "valFromOption"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 34:1 | |
some is never used | |
<-- line 34 | |
val some : Caml_obj_extern.t -> Caml_obj_extern.t (* [@@dead "some"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 36:1 | |
option_get is never used | |
<-- line 36 | |
val option_get : Caml_obj_extern.t option -> Caml_obj_extern.t Caml_undefined_extern.t (* [@@dead "option_get"] *) | |
Warning Dead Value | |
runtime/caml_option.mli 38:1 | |
option_get_unwrap is never used | |
<-- line 38 | |
val option_get_unwrap : 'a option -> Caml_obj_extern.t Caml_undefined_extern.t (* [@@dead "option_get_unwrap"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 32:5 | |
js is never used | |
<-- line 32 | |
let js label cacheid obj args = (* [@@dead "js"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 39:5 | |
js1 is never used | |
<-- line 39 | |
let js1 label cacheid a0 = (* [@@dead "js1"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 43:5 | |
js2 is never used | |
<-- line 43 | |
let js2 label cacheid a0 a1 = (* [@@dead "js2"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 47:5 | |
js3 is never used | |
<-- line 47 | |
let js3 label cacheid a0 a1 a2 = (* [@@dead "js3"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 51:5 | |
js4 is never used | |
<-- line 51 | |
let js4 label cacheid a0 a1 a2 a3 = (* [@@dead "js4"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 55:5 | |
js5 is never used | |
<-- line 55 | |
let js5 label cacheid a0 a1 a2 a3 a4 = (* [@@dead "js5"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 59:5 | |
js6 is never used | |
<-- line 59 | |
let js6 label cacheid a0 a1 a2 a3 a4 a5 = (* [@@dead "js6"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 63:5 | |
js7 is never used | |
<-- line 63 | |
let js7 label cacheid a0 a1 a2 a3 a4 a5 a6 = (* [@@dead "js7"] *) | |
Warning Dead Value | |
runtime/caml_oo_curry.ml 67:5 | |
js8 is never used | |
<-- line 67 | |
let js8 label cacheid a0 a1 a2 a3 a4 a5 a6 a7 = (* [@@dead "js8"] *) | |
Warning Dead Value | |
runtime/caml_module.mli 5:1 | |
init_mod is never used | |
<-- line 5 | |
val init_mod : (* [@@dead "init_mod"] *) | |
Warning Dead Value | |
runtime/caml_module.mli 10:1 | |
update_mod is never used | |
<-- line 10 | |
val update_mod: (* [@@dead "update_mod"] *) | |
Warning Dead Value | |
runtime/caml_md5.mli 30:1 | |
caml_md5_string is never used | |
<-- line 30 | |
val caml_md5_string : string -> int -> int -> string (* [@@dead "caml_md5_string"] *) | |
Warning Dead Value | |
runtime/caml_lexer.mli 34:1 | |
caml_lex_engine is never used | |
<-- line 34 | |
val caml_lex_engine : (* [@@dead "caml_lex_engine"] *) | |
Warning Dead Value | |
runtime/caml_lexer.mli 38:1 | |
caml_new_lex_engine is never used | |
<-- line 38 | |
val caml_new_lex_engine : (* [@@dead "caml_new_lex_engine"] *) | |
Warning Dead Value | |
runtime/caml_js_exceptions.ml 18:5 | |
internalToOCamlException is never used | |
<-- line 18 | |
let internalToOCamlException (e : Caml_obj_extern.t) = (* [@@dead "internalToOCamlException"] *) | |
Warning Dead Value | |
runtime/caml_js_exceptions.ml 23:5 | |
caml_as_js_exn is never used | |
<-- line 23 | |
let caml_as_js_exn exn = (* [@@dead "caml_as_js_exn"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 4:1 | |
stdin is never used | |
<-- line 4 | |
val stdin : 'a Caml_undefined_extern.t (* [@@dead "stdin"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 7:1 | |
stdout is never used | |
<-- line 7 | |
val stdout : out_channel (* [@@dead "stdout"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 9:1 | |
stderr is never used | |
<-- line 9 | |
val stderr : out_channel (* [@@dead "stderr"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 11:1 | |
caml_ml_flush is never used | |
<-- line 11 | |
val caml_ml_flush : (* [@@dead "caml_ml_flush"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 15:1 | |
caml_ml_output is never used | |
<-- line 15 | |
val caml_ml_output : (* [@@dead "caml_ml_output"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 22:1 | |
caml_ml_output_char is never used | |
<-- line 22 | |
val caml_ml_output_char : (* [@@dead "caml_ml_output_char"] *) | |
Warning Dead Value | |
runtime/caml_io.mli 27:1 | |
caml_ml_out_channels_list is never used | |
<-- line 27 | |
val caml_ml_out_channels_list : (* [@@dead "caml_ml_out_channels_list"] *) | |
Warning Dead Value | |
runtime/caml_hash.mli 29:1 | |
caml_hash is never used | |
<-- line 29 | |
val caml_hash : int -> 'a -> nativeint -> Caml_obj_extern.t -> nativeint (* [@@dead "caml_hash"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 29:1 | |
caml_gc_counters is never used | |
<-- line 29 | |
val caml_gc_counters : unit -> float * float * float (* [@@dead "caml_gc_counters"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 31:1 | |
caml_gc_set is never used | |
<-- line 31 | |
val caml_gc_set : control -> unit (* [@@dead "caml_gc_set"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 32:1 | |
caml_gc_minor is never used | |
<-- line 32 | |
val caml_gc_minor : unit -> unit (* [@@dead "caml_gc_minor"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 33:1 | |
caml_gc_major_slice is never used | |
<-- line 33 | |
val caml_gc_major_slice : int -> int (* [@@dead "caml_gc_major_slice"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 34:1 | |
caml_gc_major is never used | |
<-- line 34 | |
val caml_gc_major : unit -> unit (* [@@dead "caml_gc_major"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 35:1 | |
caml_gc_full_major is never used | |
<-- line 35 | |
val caml_gc_full_major : unit -> unit (* [@@dead "caml_gc_full_major"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 36:1 | |
caml_gc_compaction is never used | |
<-- line 36 | |
val caml_gc_compaction : unit -> unit (* [@@dead "caml_gc_compaction"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 37:1 | |
caml_final_register is never used | |
<-- line 37 | |
val caml_final_register : ('a -> unit) -> 'a -> unit (* [@@dead "caml_final_register"] *) | |
Warning Dead Value | |
runtime/caml_gc.mli 38:1 | |
caml_final_release is never used | |
<-- line 38 | |
val caml_final_release : unit -> unit (* [@@dead "caml_final_release"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 33:1 | |
caml_format_float is never used | |
<-- line 33 | |
val caml_format_float : string -> float -> string (* [@@dead "caml_format_float"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 35:1 | |
caml_hexstring_of_float is never used | |
<-- line 35 | |
val caml_hexstring_of_float : float -> int -> char -> string (* [@@dead "caml_hexstring_of_float"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 37:1 | |
caml_format_int is never used | |
<-- line 37 | |
val caml_format_int : string -> nativeint -> string (* [@@dead "caml_format_int"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 38:1 | |
caml_nativeint_format is never used | |
<-- line 38 | |
val caml_nativeint_format : string -> nativeint -> string (* [@@dead "caml_nativeint_format"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 39:1 | |
caml_int32_format is never used | |
<-- line 39 | |
val caml_int32_format : string -> nativeint -> string (* [@@dead "caml_int32_format"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 41:1 | |
caml_float_of_string is never used | |
<-- line 41 | |
val caml_float_of_string : string -> float (* [@@dead "caml_float_of_string"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 42:1 | |
caml_int64_format is never used | |
<-- line 42 | |
val caml_int64_format : string -> int64 -> string (* [@@dead "caml_int64_format"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 43:1 | |
caml_int_of_string is never used | |
<-- line 43 | |
val caml_int_of_string : string -> nativeint (* [@@dead "caml_int_of_string"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 44:1 | |
caml_int32_of_string is never used | |
<-- line 44 | |
val caml_int32_of_string : string -> nativeint (* [@@dead "caml_int32_of_string"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 45:1 | |
caml_int64_of_string is never used | |
<-- line 45 | |
val caml_int64_of_string : string -> int64 (* [@@dead "caml_int64_of_string"] *) | |
Warning Dead Value | |
runtime/caml_format.mli 46:1 | |
caml_nativeint_of_string is never used | |
<-- line 46 | |
val caml_nativeint_of_string : string -> nativeint (* [@@dead "caml_nativeint_of_string"] *) | |
Warning Dead Value | |
runtime/caml_external_polyfill.ml 27:6 | |
getGlobalThis is never used | |
<-- line 27 | |
let getGlobalThis : unit -> global [@bs]= [%raw{| function(){ (* [@@dead "getGlobalThis"] *) | |
Warning Dead Value | |
runtime/caml_external_polyfill.ml 37:5 | |
resolve is never used | |
<-- line 37 | |
let resolve : string -> dyn [@bs] = [%raw {|function(s){ (* [@@dead "resolve"] *) | |
Warning Dead Value | |
runtime/caml_external_polyfill.ml 49:5 | |
register is never used | |
<-- line 49 | |
let register : string -> fn -> unit = [%raw{| function(s,fn){ (* [@@dead "register"] *) | |
Warning Dead Value | |
runtime/caml_chrome_debugger.mli 27:1 | |
__ is never used | |
<-- line 27 | |
val __ : int -> obj -> obj (* [@@dead "__"] *) | |
Warning Dead Value | |
runtime/caml_chrome_debugger.mli 30:1 | |
variant is never used | |
<-- line 30 | |
val variant : 'a -> int -> obj -> obj (* [@@dead "variant"] *) | |
Warning Dead Value | |
runtime/caml_chrome_debugger.mli 32:1 | |
simpleVariant is never used | |
<-- line 32 | |
val simpleVariant : 'a -> obj -> obj (* [@@dead "simpleVariant"] *) | |
Warning Dead Value | |
runtime/caml_chrome_debugger.mli 36:1 | |
polyVar is never used | |
<-- line 36 | |
val polyVar : 'a -> obj -> obj (* [@@dead "polyVar"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 31:1 | |
out_of_memory is never used | |
<-- line 31 | |
val out_of_memory : exception_block (* [@@dead "out_of_memory"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 32:1 | |
sys_error is never used | |
<-- line 32 | |
val sys_error : exception_block (* [@@dead "sys_error"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 33:1 | |
failure is never used | |
<-- line 33 | |
val failure : exception_block (* [@@dead "failure"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 34:1 | |
invalid_argument is never used | |
<-- line 34 | |
val invalid_argument : exception_block (* [@@dead "invalid_argument"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 35:1 | |
end_of_file is never used | |
<-- line 35 | |
val end_of_file : exception_block (* [@@dead "end_of_file"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 36:1 | |
division_by_zero is never used | |
<-- line 36 | |
val division_by_zero : exception_block (* [@@dead "division_by_zero"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 37:1 | |
not_found is never used | |
<-- line 37 | |
val not_found : exception_block (* [@@dead "not_found"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 38:1 | |
match_failure is never used | |
<-- line 38 | |
val match_failure : exception_block (* [@@dead "match_failure"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 39:1 | |
stack_overflow is never used | |
<-- line 39 | |
val stack_overflow : exception_block (* [@@dead "stack_overflow"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 40:1 | |
sys_blocked_io is never used | |
<-- line 40 | |
val sys_blocked_io : exception_block (* [@@dead "sys_blocked_io"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 41:1 | |
assert_failure is never used | |
<-- line 41 | |
val assert_failure : exception_block (* [@@dead "assert_failure"] *) | |
Warning Dead Value | |
runtime/caml_builtin_exceptions.mli 42:1 | |
undefined_recursive_module is never used | |
<-- line 42 | |
val undefined_recursive_module : exception_block (* [@@dead "undefined_recursive_module"] *) | |
Warning Dead Type | |
others/js_result.mli 26:3 | |
t.Ok is a variant case which is never constructed | |
<-- line 26 | |
| Ok of 'good (* [@@dead "t.Ok"] *) | |
Warning Dead Type | |
others/js_result.mli 27:3 | |
t.Error is a variant case which is never constructed | |
<-- line 27 | |
| Error of 'bad (* [@@dead "t.Error"] *) | |
Warning Dead Type | |
others/dom.ml 149:3 | |
nodeFilter.acceptNode is a record label never used to read a value | |
<-- line 149 | |
acceptNode: element -> int (* return type should be NodeFilter.action, but that would create a cycle *) (* [@@dead "nodeFilter.acceptNode"] *) | |
Warning Dead Value | |
others/belt_Option.mli 30:1 | |
forEachU is never used | |
<-- line 30 | |
val forEachU : 'a option -> ('a -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 33:1 | |
forEach is never used | |
<-- line 33 | |
val forEach : 'a option -> ('a -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_Option.mli 45:1 | |
getExn is never used | |
<-- line 45 | |
val getExn : 'a option -> 'a (* [@@dead "getExn"] *) | |
Warning Dead Value | |
others/belt_Option.mli 55:1 | |
mapWithDefaultU is never used | |
<-- line 55 | |
val mapWithDefaultU : 'a option -> 'b -> ('a -> 'b [@bs]) -> 'b (* [@@dead "mapWithDefaultU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 58:1 | |
mapWithDefault is never used | |
<-- line 58 | |
val mapWithDefault : 'a option -> 'b -> ('a -> 'b) -> 'b (* [@@dead "mapWithDefault"] *) | |
Warning Dead Value | |
others/belt_Option.mli 70:1 | |
mapU is never used | |
<-- line 70 | |
val mapU : 'a option -> ('a -> 'b [@bs]) -> 'b option (* [@@dead "mapU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 73:1 | |
map is never used | |
<-- line 73 | |
val map : 'a option -> ('a -> 'b) -> 'b option (* [@@dead "map"] *) | |
Warning Dead Value | |
others/belt_Option.mli 85:1 | |
flatMapU is never used | |
<-- line 85 | |
val flatMapU : 'a option -> ('a -> 'b option [@bs]) -> 'b option (* [@@dead "flatMapU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 88:1 | |
flatMap is never used | |
<-- line 88 | |
val flatMap : 'a option -> ('a -> 'b option) -> 'b option (* [@@dead "flatMap"] *) | |
Warning Dead Value | |
others/belt_Option.mli 108:1 | |
getWithDefault is never used | |
<-- line 108 | |
val getWithDefault : 'a option -> 'a -> 'a (* [@@dead "getWithDefault"] *) | |
Warning Dead Value | |
others/belt_Option.mli 120:1 | |
isSome is never used | |
<-- line 120 | |
val isSome : 'a option -> bool (* [@@dead "isSome"] *) | |
Warning Dead Value | |
others/belt_Option.mli 125:1 | |
isNone is never used | |
<-- line 125 | |
val isNone : 'a option -> bool (* [@@dead "isNone"] *) | |
Warning Dead Value | |
others/belt_Option.mli 130:1 | |
eqU is never used | |
<-- line 130 | |
val eqU : 'a option -> 'b option -> ('a -> 'b -> bool [@bs]) -> bool (* [@@dead "eqU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 135:1 | |
eq is never used | |
<-- line 135 | |
val eq : 'a option -> 'b option -> ('a -> 'b -> bool) -> bool (* [@@dead "eq"] *) | |
Warning Dead Value | |
others/belt_Option.mli 157:1 | |
cmpU is never used | |
<-- line 157 | |
val cmpU : 'a option -> 'b option -> ('a -> 'b -> int [@bs]) -> int (* [@@dead "cmpU"] *) | |
Warning Dead Value | |
others/belt_Option.mli 160:1 | |
cmp is never used | |
<-- line 160 | |
val cmp : 'a option -> 'b option -> ('a -> 'b -> int) -> int (* [@@dead "cmp"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 93:1 | |
make is never used | |
<-- line 93 | |
val make: hintSize:int -> id:('a,'id) id -> ('a, 'id) t (* [@@dead "make"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 94:1 | |
clear is never used | |
<-- line 94 | |
val clear: ('a, 'id) t -> unit (* [@@dead "clear"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 95:1 | |
isEmpty is never used | |
<-- line 95 | |
val isEmpty: _ t -> bool (* [@@dead "isEmpty"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 97:1 | |
add is never used | |
<-- line 97 | |
val add: ('a, 'id) t -> 'a -> unit (* [@@dead "add"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 99:1 | |
copy is never used | |
<-- line 99 | |
val copy: ('a, 'id) t -> ('a, 'id) t (* [@@dead "copy"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 101:1 | |
has is never used | |
<-- line 101 | |
val has: ('a, 'id) t -> 'a -> bool (* [@@dead "has"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 103:1 | |
remove is never used | |
<-- line 103 | |
val remove: ('a, 'id) t -> 'a -> unit (* [@@dead "remove"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 105:1 | |
forEachU is never used | |
<-- line 105 | |
val forEachU: ('a, 'id) t -> ('a -> unit [@bs]) -> unit (* [@@dead "forEachU"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 106:1 | |
forEach is never used | |
<-- line 106 | |
val forEach: ('a, 'id) t -> ('a -> unit) -> unit (* [@@dead "forEach"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 109:1 | |
reduceU is never used | |
<-- line 109 | |
val reduceU: ('a, 'id) t -> 'c -> ('c -> 'a -> 'c [@bs]) -> 'c (* [@@dead "reduceU"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 110:1 | |
reduce is never used | |
<-- line 110 | |
val reduce: ('a, 'id) t -> 'c -> ('c -> 'a -> 'c) -> 'c (* [@@dead "reduce"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 113:1 | |
size is never used | |
<-- line 113 | |
val size: ('a, 'id) t -> int (* [@@dead "size"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 115:1 | |
logStats is never used | |
<-- line 115 | |
val logStats: _ t -> unit (* [@@dead "logStats"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 117:1 | |
toArray is never used | |
<-- line 117 | |
val toArray: ('a,'id) t -> 'a array (* [@@dead "toArray"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 119:1 | |
fromArray is never used | |
<-- line 119 | |
val fromArray: 'a array -> id:('a,'id) id -> ('a,'id) t (* [@@dead "fromArray"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 121:1 | |
mergeMany is never used | |
<-- line 121 | |
val mergeMany: ('a,'id) t -> 'a array -> unit (* [@@dead "mergeMany"] *) | |
Warning Dead Value | |
others/belt_HashSet.mli 123:1 | |
getBucketHistogram is never used | |
<-- line 123 | |
val getBucketHistogram: _ t -> int array (* [@@dead "getBucketHistogram"] *) | |
cristianoc-mbp1:jscomp cristianoc$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment