package core_kernel

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

Source file core_kernel__.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
(* generated by dune *)

(** @canonical Core_kernel.Arg *)
module Arg = Core_kernel__Arg

(** @canonical Core_kernel.Array *)
module Array = Core_kernel__Array

(** @canonical Core_kernel.Bag *)
module Bag = Core_kernel__Bag

(** @canonical Core_kernel.Bag_intf *)
module Bag_intf = Core_kernel__Bag_intf

(** @canonical Core_kernel.Bigbuffer *)
module Bigbuffer = Core_kernel__Bigbuffer

(** @canonical Core_kernel.Bigbuffer_internal *)
module Bigbuffer_internal = Core_kernel__Bigbuffer_internal

(** @canonical Core_kernel.Bigstring *)
module Bigstring = Core_kernel__Bigstring

(** @canonical Core_kernel.Bigsubstring *)
module Bigsubstring = Core_kernel__Bigsubstring

(** @canonical Core_kernel.Binable *)
module Binable = Core_kernel__Binable

(** @canonical Core_kernel.Binable0 *)
module Binable0 = Core_kernel__Binable0

(** @canonical Core_kernel.Binable_intf *)
module Binable_intf = Core_kernel__Binable_intf

(** @canonical Core_kernel.Binary_searchable *)
module Binary_searchable = Core_kernel__Binary_searchable

(** @canonical Core_kernel.Binary_searchable_intf *)
module Binary_searchable_intf = Core_kernel__Binary_searchable_intf

(** @canonical Core_kernel.Blang *)
module Blang = Core_kernel__Blang

(** @canonical Core_kernel.Blit *)
module Blit = Core_kernel__Blit

(** @canonical Core_kernel.Blit_intf *)
module Blit_intf = Core_kernel__Blit_intf

(** @canonical Core_kernel.Bool *)
module Bool = Core_kernel__Bool

(** @canonical Core_kernel.Bounded_index *)
module Bounded_index = Core_kernel__Bounded_index

(** @canonical Core_kernel.Bounded_index_intf *)
module Bounded_index_intf = Core_kernel__Bounded_index_intf

(** @canonical Core_kernel.Byte_units *)
module Byte_units = Core_kernel__Byte_units

(** @canonical Core_kernel.Byte_units0 *)
module Byte_units0 = Core_kernel__Byte_units0

(** @canonical Core_kernel.Bytes *)
module Bytes = Core_kernel__Bytes

(** @canonical Core_kernel.Char *)
module Char = Core_kernel__Char

(** @canonical Core_kernel.Command *)
module Command = Core_kernel__Command

(** @canonical Core_kernel.Command_intf *)
module Command_intf = Core_kernel__Command_intf

(** @canonical Core_kernel.Command_shape *)
module Command_shape = Core_kernel__Command_shape

(** @canonical Core_kernel.Command_shape_intf *)
module Command_shape_intf = Core_kernel__Command_shape_intf

(** @canonical Core_kernel.Comparable *)
module Comparable = Core_kernel__Comparable

(** @canonical Core_kernel.Comparable_intf *)
module Comparable_intf = Core_kernel__Comparable_intf

(** @canonical Core_kernel.Comparator *)
module Comparator = Core_kernel__Comparator

(** @canonical Core_kernel.Container *)
module Container = Core_kernel__Container

(** @canonical Core_kernel.Container_intf *)
module Container_intf = Core_kernel__Container_intf

(** @canonical Core_kernel.Core_bin_prot *)
module Core_bin_prot = Core_kernel__Core_bin_prot

(** @canonical Core_kernel.Core_pervasives *)
module Core_pervasives = Core_kernel__Core_pervasives

(** @canonical Core_kernel.Date *)
module Date = Core_kernel__Date

(** @canonical Core_kernel.Date0 *)
module Date0 = Core_kernel__Date0

(** @canonical Core_kernel.Date0_intf *)
module Date0_intf = Core_kernel__Date0_intf

(** @canonical Core_kernel.Date_intf *)
module Date_intf = Core_kernel__Date_intf

(** @canonical Core_kernel.Day_of_week *)
module Day_of_week = Core_kernel__Day_of_week

(** @canonical Core_kernel.Day_of_week_intf *)
module Day_of_week_intf = Core_kernel__Day_of_week_intf

(** @canonical Core_kernel.Debug *)
module Debug = Core_kernel__Debug

(** @canonical Core_kernel.Deprecate_pipe_bang *)
module Deprecate_pipe_bang = Core_kernel__Deprecate_pipe_bang

(** @canonical Core_kernel.Deque *)
module Deque = Core_kernel__Deque

(** @canonical Core_kernel.Deriving_hash *)
module Deriving_hash = Core_kernel__Deriving_hash

(** @canonical Core_kernel.Deriving_hash_intf *)
module Deriving_hash_intf = Core_kernel__Deriving_hash_intf

(** @canonical Core_kernel.Digit_string_helpers *)
module Digit_string_helpers = Core_kernel__Digit_string_helpers

(** @canonical Core_kernel.Doubly_linked *)
module Doubly_linked = Core_kernel__Doubly_linked

(** @canonical Core_kernel.Doubly_linked_intf *)
module Doubly_linked_intf = Core_kernel__Doubly_linked_intf

(** @canonical Core_kernel.Either *)
module Either = Core_kernel__Either

(** @canonical Core_kernel.Ephemeron *)
module Ephemeron = Core_kernel__Ephemeron

(** @canonical Core_kernel.Error *)
module Error = Core_kernel__Error

(** @canonical Core_kernel.Explicit_dependencies *)
module Explicit_dependencies = Core_kernel__Explicit_dependencies

(** @canonical Core_kernel.Fdeque *)
module Fdeque = Core_kernel__Fdeque

(** @canonical Core_kernel.Filename *)
module Filename = Core_kernel__Filename

(** @canonical Core_kernel.Float *)
module Float = Core_kernel__Float

(** @canonical Core_kernel.Float_with_finite_only_serialization *)
module Float_with_finite_only_serialization = Core_kernel__Float_with_finite_only_serialization

(** @canonical Core_kernel.Fn *)
module Fn = Core_kernel__Fn

(** @canonical Core_kernel.Fqueue *)
module Fqueue = Core_kernel__Fqueue

(** @canonical Core_kernel.Gc *)
module Gc = Core_kernel__Gc

(** @canonical Core_kernel.Hash_queue *)
module Hash_queue = Core_kernel__Hash_queue

(** @canonical Core_kernel.Hash_queue_intf *)
module Hash_queue_intf = Core_kernel__Hash_queue_intf

(** @canonical Core_kernel.Hash_set *)
module Hash_set = Core_kernel__Hash_set

(** @canonical Core_kernel.Hash_set_intf *)
module Hash_set_intf = Core_kernel__Hash_set_intf

(** @canonical Core_kernel.Hashable *)
module Hashable = Core_kernel__Hashable

(** @canonical Core_kernel.Hashtbl *)
module Hashtbl = Core_kernel__Hashtbl

(** @canonical Core_kernel.Hashtbl_intf *)
module Hashtbl_intf = Core_kernel__Hashtbl_intf

(** @canonical Core_kernel.Heap_block *)
module Heap_block = Core_kernel__Heap_block

(** @canonical Core_kernel.Hexdump *)
module Hexdump = Core_kernel__Hexdump

(** @canonical Core_kernel.Hexdump_intf *)
module Hexdump_intf = Core_kernel__Hexdump_intf

(** @canonical Core_kernel.Host_and_port *)
module Host_and_port = Core_kernel__Host_and_port

(** @canonical Core_kernel.Identifiable *)
module Identifiable = Core_kernel__Identifiable

(** @canonical Core_kernel.Immediate_option *)
module Immediate_option = Core_kernel__Immediate_option

(** @canonical Core_kernel.Immediate_option_intf *)
module Immediate_option_intf = Core_kernel__Immediate_option_intf

(** @canonical Core_kernel.Import *)
module Import = Core_kernel__Import

(** @canonical Core_kernel.Info *)
module Info = Core_kernel__Info

(** @canonical Core_kernel.Info_intf *)
module Info_intf = Core_kernel__Info_intf

(** @canonical Core_kernel.Int *)
module Int = Core_kernel__Int

(** @canonical Core_kernel.Int32 *)
module Int32 = Core_kernel__Int32

(** @canonical Core_kernel.Int63 *)
module Int63 = Core_kernel__Int63

(** @canonical Core_kernel.Int64 *)
module Int64 = Core_kernel__Int64

(** @canonical Core_kernel.Int_intf *)
module Int_intf = Core_kernel__Int_intf

(** @canonical Core_kernel.Interfaces *)
module Interfaces = Core_kernel__Interfaces

(** @canonical Core_kernel.Lazy *)
module Lazy = Core_kernel__Lazy

(** @canonical Core_kernel.Linked_queue *)
module Linked_queue = Core_kernel__Linked_queue

(** @canonical Core_kernel.List *)
module List = Core_kernel__List

(** @canonical Core_kernel.List0 *)
module List0 = Core_kernel__List0

(** @canonical Core_kernel.Make_stable *)
module Make_stable = Core_kernel__Make_stable

(** @canonical Core_kernel.Make_substring *)
module Make_substring = Core_kernel__Make_substring

(** @canonical Core_kernel.Map *)
module Map = Core_kernel__Map

(** @canonical Core_kernel.Map_intf *)
module Map_intf = Core_kernel__Map_intf

(** @canonical Core_kernel.Maybe_bound *)
module Maybe_bound = Core_kernel__Maybe_bound

(** @canonical Core_kernel.Md5 *)
module Md5 = Core_kernel__Md5

(** @canonical Core_kernel.Memo *)
module Memo = Core_kernel__Memo

(** @canonical Core_kernel.Month *)
module Month = Core_kernel__Month

(** @canonical Core_kernel.Month_intf *)
module Month_intf = Core_kernel__Month_intf

(** @canonical Core_kernel.Nativeint *)
module Nativeint = Core_kernel__Nativeint

(** @canonical Core_kernel.Never_returns *)
module Never_returns = Core_kernel__Never_returns

(** @canonical Core_kernel.No_polymorphic_compare *)
module No_polymorphic_compare = Core_kernel__No_polymorphic_compare

(** @canonical Core_kernel.Nothing *)
module Nothing = Core_kernel__Nothing

(** @canonical Core_kernel.Ofday_float *)
module Ofday_float = Core_kernel__Ofday_float

(** @canonical Core_kernel.Ofday_helpers *)
module Ofday_helpers = Core_kernel__Ofday_helpers

(** @canonical Core_kernel.Ofday_intf *)
module Ofday_intf = Core_kernel__Ofday_intf

(** @canonical Core_kernel.Ofday_ns *)
module Ofday_ns = Core_kernel__Ofday_ns

(** @canonical Core_kernel.Only_in_test *)
module Only_in_test = Core_kernel__Only_in_test

(** @canonical Core_kernel.Option *)
module Option = Core_kernel__Option

(** @canonical Core_kernel.Option_array *)
module Option_array = Core_kernel__Option_array

(** @canonical Core_kernel.Optional_syntax *)
module Optional_syntax = Core_kernel__Optional_syntax

(** @canonical Core_kernel.Optional_syntax_intf *)
module Optional_syntax_intf = Core_kernel__Optional_syntax_intf

(** @canonical Core_kernel.Or_error *)
module Or_error = Core_kernel__Or_error

(** @canonical Core_kernel.Ordered_collection_common *)
module Ordered_collection_common = Core_kernel__Ordered_collection_common

(** @canonical Core_kernel.Ordering *)
module Ordering = Core_kernel__Ordering

(** @canonical Core_kernel.Percent *)
module Percent = Core_kernel__Percent

(** @canonical Core_kernel.Perms *)
module Perms = Core_kernel__Perms

(** @canonical Core_kernel.Pid *)
module Pid = Core_kernel__Pid

(** @canonical Core_kernel.Printexc *)
module Printexc = Core_kernel__Printexc

(** @canonical Core_kernel.Printf *)
module Printf = Core_kernel__Printf

(** @canonical Core_kernel.Queue *)
module Queue = Core_kernel__Queue

(** @canonical Core_kernel.Queue_intf *)
module Queue_intf = Core_kernel__Queue_intf

(** @canonical Core_kernel.Quickcheck *)
module Quickcheck = Core_kernel__Quickcheck

(** @canonical Core_kernel.Quickcheck_intf *)
module Quickcheck_intf = Core_kernel__Quickcheck_intf

(** @canonical Core_kernel.Quickcheckable *)
module Quickcheckable = Core_kernel__Quickcheckable

(** @canonical Core_kernel.Quickcheckable_intf *)
module Quickcheckable_intf = Core_kernel__Quickcheckable_intf

(** @canonical Core_kernel.Ref *)
module Ref = Core_kernel__Ref

(** @canonical Core_kernel.Result *)
module Result = Core_kernel__Result

(** @canonical Core_kernel.Robustly_comparable *)
module Robustly_comparable = Core_kernel__Robustly_comparable

(** @canonical Core_kernel.Sequence *)
module Sequence = Core_kernel__Sequence

(** @canonical Core_kernel.Set *)
module Set = Core_kernel__Set

(** @canonical Core_kernel.Set_intf *)
module Set_intf = Core_kernel__Set_intf

(** @canonical Core_kernel.Set_once *)
module Set_once = Core_kernel__Set_once

(** @canonical Core_kernel.Sexp *)
module Sexp = Core_kernel__Sexp

(** @canonical Core_kernel.Sexpable *)
module Sexpable = Core_kernel__Sexpable

(** @canonical Core_kernel.Sign *)
module Sign = Core_kernel__Sign

(** @canonical Core_kernel.Sign_or_nan *)
module Sign_or_nan = Core_kernel__Sign_or_nan

(** @canonical Core_kernel.Source_code_position *)
module Source_code_position = Core_kernel__Source_code_position

(** @canonical Core_kernel.Source_code_position0 *)
module Source_code_position0 = Core_kernel__Source_code_position0

(** @canonical Core_kernel.Span_float *)
module Span_float = Core_kernel__Span_float

(** @canonical Core_kernel.Span_helpers *)
module Span_helpers = Core_kernel__Span_helpers

(** @canonical Core_kernel.Span_intf *)
module Span_intf = Core_kernel__Span_intf

(** @canonical Core_kernel.Span_ns *)
module Span_ns = Core_kernel__Span_ns

(** @canonical Core_kernel.Stable *)
module Stable = Core_kernel__Stable

(** @canonical Core_kernel.Stable_comparable *)
module Stable_comparable = Core_kernel__Stable_comparable

(** @canonical Core_kernel.Stable_int63able *)
module Stable_int63able = Core_kernel__Stable_int63able

(** @canonical Core_kernel.Stable_internal *)
module Stable_internal = Core_kernel__Stable_internal

(** @canonical Core_kernel.Stable_module_types *)
module Stable_module_types = Core_kernel__Stable_module_types

(** @canonical Core_kernel.Stable_unit_test *)
module Stable_unit_test = Core_kernel__Stable_unit_test

(** @canonical Core_kernel.Stable_unit_test_intf *)
module Stable_unit_test_intf = Core_kernel__Stable_unit_test_intf

(** @canonical Core_kernel.Stack *)
module Stack = Core_kernel__Stack

(** @canonical Core_kernel.Std_internal *)
module Std_internal = Core_kernel__Std_internal

(** @canonical Core_kernel.String *)
module String = Core_kernel__String

(** @canonical Core_kernel.String_id *)
module String_id = Core_kernel__String_id

(** @canonical Core_kernel.String_id_intf *)
module String_id_intf = Core_kernel__String_id_intf

(** @canonical Core_kernel.Substring *)
module Substring = Core_kernel__Substring

(** @canonical Core_kernel.Substring_intf *)
module Substring_intf = Core_kernel__Substring_intf

(** @canonical Core_kernel.T *)
module T = Core_kernel__T

(** @canonical Core_kernel.Time *)
module Time = Core_kernel__Time

(** @canonical Core_kernel.Time0_intf *)
module Time0_intf = Core_kernel__Time0_intf

(** @canonical Core_kernel.Time_float *)
module Time_float = Core_kernel__Time_float

(** @canonical Core_kernel.Time_float0 *)
module Time_float0 = Core_kernel__Time_float0

(** @canonical Core_kernel.Time_intf *)
module Time_intf = Core_kernel__Time_intf

(** @canonical Core_kernel.Time_ns *)
module Time_ns = Core_kernel__Time_ns

(** @canonical Core_kernel.Time_ns_alternate_sexp *)
module Time_ns_alternate_sexp = Core_kernel__Time_ns_alternate_sexp

(** @canonical Core_kernel.Time_ns_intf *)
module Time_ns_intf = Core_kernel__Time_ns_intf

(** @canonical Core_kernel.Tuple *)
module Tuple = Core_kernel__Tuple

(** @canonical Core_kernel.Type_equal *)
module Type_equal = Core_kernel__Type_equal

(** @canonical Core_kernel.Type_equal_intf *)
module Type_equal_intf = Core_kernel__Type_equal_intf

(** @canonical Core_kernel.Type_immediacy *)
module Type_immediacy = Core_kernel__Type_immediacy

(** @canonical Core_kernel.Uniform_array *)
module Uniform_array = Core_kernel__Uniform_array

(** @canonical Core_kernel.Union_find *)
module Union_find = Core_kernel__Union_find

(** @canonical Core_kernel.Unique_id *)
module Unique_id = Core_kernel__Unique_id

(** @canonical Core_kernel.Unique_id_intf *)
module Unique_id_intf = Core_kernel__Unique_id_intf

(** @canonical Core_kernel.Unit *)
module Unit = Core_kernel__Unit

(** @canonical Core_kernel.Unit_of_time *)
module Unit_of_time = Core_kernel__Unit_of_time

(** @canonical Core_kernel.Univ_map *)
module Univ_map = Core_kernel__Univ_map

(** @canonical Core_kernel.Univ_map_intf *)
module Univ_map_intf = Core_kernel__Univ_map_intf

(** @canonical Core_kernel.Validated *)
module Validated = Core_kernel__Validated

(** @canonical Core_kernel.Validated_intf *)
module Validated_intf = Core_kernel__Validated_intf

(** @canonical Core_kernel.Zone *)
module Zone = Core_kernel__Zone

(** @canonical Core_kernel.Zone_intf *)
module Zone_intf = Core_kernel__Zone_intf