This file is indexed.

/usr/share/doc/liblwt-ocaml-dev/api/index_values.html is in liblwt-ocaml-doc 2.4.3-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Lwt_condition" rel="Chapter" href="Lwt_condition.html">
<link title="Lwt_list" rel="Chapter" href="Lwt_list.html">
<link title="Lwt" rel="Chapter" href="Lwt.html">
<link title="Lwt_mutex" rel="Chapter" href="Lwt_mutex.html">
<link title="Lwt_mvar" rel="Chapter" href="Lwt_mvar.html">
<link title="Lwt_pool" rel="Chapter" href="Lwt_pool.html">
<link title="Lwt_sequence" rel="Chapter" href="Lwt_sequence.html">
<link title="Lwt_stream" rel="Chapter" href="Lwt_stream.html">
<link title="Lwt_switch" rel="Chapter" href="Lwt_switch.html">
<link title="Lwt_util" rel="Chapter" href="Lwt_util.html">
<link title="Lwt_pqueue" rel="Chapter" href="Lwt_pqueue.html">
<link title="Lwt_lib" rel="Chapter" href="Lwt_lib.html">
<link title="Lwt_glib" rel="Chapter" href="Lwt_glib.html">
<link title="Lwt_preemptive" rel="Chapter" href="Lwt_preemptive.html">
<link title="Lwt_event" rel="Chapter" href="Lwt_event.html">
<link title="Lwt_signal" rel="Chapter" href="Lwt_signal.html">
<link title="Lwt_react" rel="Chapter" href="Lwt_react.html">
<link title="Lwt_ssl" rel="Chapter" href="Lwt_ssl.html">
<link title="Lwt_text" rel="Chapter" href="Lwt_text.html">
<link title="Lwt_term" rel="Chapter" href="Lwt_term.html">
<link title="Lwt_read_line" rel="Chapter" href="Lwt_read_line.html">
<link title="Lwt_top" rel="Chapter" href="Lwt_top.html">
<link title="Lwt_chan" rel="Chapter" href="Lwt_chan.html">
<link title="Lwt_daemon" rel="Chapter" href="Lwt_daemon.html">
<link title="Lwt_gc" rel="Chapter" href="Lwt_gc.html">
<link title="Lwt_io" rel="Chapter" href="Lwt_io.html">
<link title="Lwt_log" rel="Chapter" href="Lwt_log.html">
<link title="Lwt_main" rel="Chapter" href="Lwt_main.html">
<link title="Lwt_process" rel="Chapter" href="Lwt_process.html">
<link title="Lwt_throttle" rel="Chapter" href="Lwt_throttle.html">
<link title="Lwt_timeout" rel="Chapter" href="Lwt_timeout.html">
<link title="Lwt_unix" rel="Chapter" href="Lwt_unix.html">
<link title="Lwt_sys" rel="Chapter" href="Lwt_sys.html">
<link title="Lwt_engine" rel="Chapter" href="Lwt_engine.html">
<link title="Lwt_bytes" rel="Chapter" href="Lwt_bytes.html">
<link title="Pa_lwt" rel="Chapter" href="Pa_lwt.html">
<link title="Pa_lwt_log" rel="Chapter" href="Pa_lwt_log.html"><title>Index of values</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Index of values</h1>
<table>
<tr><td align="left"><br></td></tr>
<tr><td><a href="Lwt.html#VAL(<&>)">(&lt;&amp;&gt;)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">t &lt;&amp;&gt; t'</code> is the same as <code class="code">join [t; t']</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VAL(<?>)">(&lt;?&gt;)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">t &lt;?&gt; t'</code> is the same as <code class="code">choose [t; t']</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VAL(=<<)">(=&lt;&lt;)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">f =&lt;&lt; t</code> is <code class="code">t &gt;&gt;= f</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VAL(=|<)">(=|&lt;)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">f =|&lt; m</code> is <code class="code">map f m</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VAL(>>=)">(&gt;&gt;=)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">t &gt;&gt;= f</code> is an alternative notation for <code class="code">bind t f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VAL(>|=)">(&gt;|=)</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">m &gt;|= f</code> is <code class="code">map f m</code>
</div>
</td></tr>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Lwt_unix.html#VALabort">abort</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">abort fd exn</code> makes all current and further uses of the file
      descriptor fail with the given exception.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALabort">abort</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">abort ch</code> abort current operations and close the channel
      immediatly.
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALabort">abort</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALabort_jobs">abort_jobs</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">abort_jobs exn</code> make all pending jobs to fail with exn.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALaccept">accept</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.accept</code>
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALaccept">accept</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
<code class="code">accept instance = send_command instance <span class="constructor">Command</span>.<span class="constructor">Accept_line</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALaccept_n">accept_n</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">accept_n fd count</code> accepts up to <code class="code">count</code> connection in one time.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALaccess">access</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.access</code>
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALaccum_s">accum_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALaccum_s">accum_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALaccum_s">accum_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALaccum_s">accum_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALadd">add</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALadd_entry">add_entry</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">add_entry line history</code> returns the history <code class="code">history</code> plus
      <code class="code">line</code> at the beginning.
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALadd_hook">add_hook</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">add_hook switch f</code> registers <code class="code">f</code> so it will be called when
      <a href="Lwt_switch.html#VALturn_off"><code class="code"><span class="constructor">Lwt_switch</span>.turn_off</code></a> is invoked.
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALadd_hook_or_exec">add_hook_or_exec</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">add_hook_or_exec switch f</code> is the same as <a href="Lwt_switch.html#VALadd_hook"><code class="code"><span class="constructor">Lwt_switch</span>.add_hook</code></a> except
      that if the switch is already off, then <code class="code">f</code> is called
      immediatly.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALadd_l">add_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">add_l x s</code> adds <code class="code">x</code> to the left of the sequence <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALadd_r">add_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">add_l x s</code> adds <code class="code">x</code> to the right of the sequence <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALadd_rule">add_rule</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">add_rule pattern level</code> adds a rule for sections logging
      levels.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALadd_task_l">add_task_l</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">add_task_l seq</code> creates a sleeping thread, adds its wakener to
      the left of <code class="code">seq</code> and returns its waiter.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALadd_task_r">add_task_r</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">add_task_r seq</code> creates a sleeping thread, adds its wakener to
      the right of <code class="code">seq</code> and returns its waiter.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Engine.html#VALall_input">all_input</a> [<a href="Lwt_read_line.Engine.html">Lwt_read_line.Engine</a>]</td>
<td><div class="info">
Returns the current complete user input.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALalways_notify">always_notify</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALalways_notify">always_notify</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALalways_notify_p">always_notify_p</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALalways_notify_p">always_notify_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALalways_notify_s">always_notify_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALalways_notify_s">always_notify_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALapp_p">app_p</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALapp_p">app_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALapp_s">app_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALapp_s">app_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALapp_s">app_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALapp_s">app_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALappend">append</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">append s1 s2</code> returns a stream which returns all elements of
      <code class="code">s1</code>, then all elements of <code class="code">s2</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALappend_rule">append_rule</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">append_rule pattern level</code> adds the given rule after all other
      rules.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALasync">async</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">async f</code> starts a thread without waiting for the result.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALasync_exception_hook">async_exception_hook</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Function called when a asynchronous exception is thrown.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALasync_method">async_method</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">async_method ()</code> returns the async method used in the current
      thread.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALasync_method_key">async_method_key</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The key for storing the local async method.
</div>
</td></tr>
<tr><td><a href="Lwt_main.html#VALat_exit">at_exit</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
<code class="code">at_exit hook</code> adds hook at the left of <code class="code">exit_hooks</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALatomic">atomic</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">atomic f</code> transforms a sequence of io operations into one
      single atomic io operation.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALatomic">atomic</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALauto_yield">auto_yield</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">auto_yield timeout</code> returns a function <code class="code">f</code> which will yield
      every <code class="code">timeout</code> seconds.
</div>
</td></tr>
<tr><td align="left"><br>B</td></tr>
<tr><td><a href="Lwt_term.html#VALbg">bg</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">bg col = <span class="constructor">Background</span> col</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALbind">bind</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.bind</code>
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALbind">bind</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
<code class="code">bind ?eq s f</code> is initially <code class="code">f x</code> where <code class="code">x</code> is the current
        value of <code class="code">s</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALbind">bind</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALbind">bind</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">bind t f</code> is a thread which first waits for the thread <code class="code">t</code> to
      terminate and then, if the thread succeeds, behaves as the
      application of function <code class="code">f</code> to the return value of <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALbind_s">bind_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
Same as <a href="Lwt_react.S.html#VALbind"><code class="code"><span class="constructor">Lwt_react</span>.<span class="constructor">S</span>.bind</code></a> except that <code class="code">f</code> returns a thread.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALblack">black</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALblank">blank</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
A space with default color and styles
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALblink">blink</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALblit">blit</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">blit buf1 ofs1 buf2 ofs2 len</code> copy <code class="code">len</code> bytes from <code class="code">buf1</code>
      starting at offset <code class="code">ofs1</code> to <code class="code">buf2</code> starting at offset <code class="code">ofs2</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALblit_bytes_string">blit_bytes_string</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as blit but the second buffer is a string instead of a byte
      array.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALblit_string_bytes">blit_string_bytes</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as blit but the first buffer is a string instead of a byte
      array.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALblock">block</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">block ch size f</code> pass to <code class="code">f</code> the internal buffer and an
      offset.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALblocking">blocking</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">blocking fd</code> returns whether <code class="code">fd</code> is used in blocking or
      non-blocking mode.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALblue">blue</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALbold">bold</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALbroadcast">broadcast</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">broadcast loggers</code> is a logger which send messages to all the
      given loggers.
</div>
</td></tr>
<tr><td><a href="Lwt_condition.html#VALbroadcast">broadcast</a> [<a href="Lwt_condition.html">Lwt_condition</a>]</td>
<td><div class="info">
<code class="code">broadcast condvar value</code> notifies all waiting threads.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALbuffer_size">buffer_size</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Returns the size of the internal buffer.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALbuffered">buffered</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">buffered oc</code> returns the number of bytes in the buffer
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALbyte_channel">byte_channel</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td><div class="info">
<code class="code">byte_channel ch</code> returns the underlying byte channel of a text
      channel
</div>
</td></tr>
<tr><td><a href="Lwt_sys.html#VALbyte_order">byte_order</a> [<a href="Lwt_sys.html">Lwt_sys</a>]</td>
<td><div class="info">
The byte order used by the computer running the program.
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Lwt_unix.html#VALcall_notification">call_notification</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Call the handler associated to the given notification.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALcancel">cancel</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">cancel t</code> cancels the threads <code class="code">t</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALcancel_jobs">cancel_jobs</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">cancel_jobs ()</code> is the same as <code class="code">abort_jobs <span class="constructor">Lwt</span>.<span class="constructor">Canceled</span></code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALcatch">catch</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">catch t f</code> is a thread that behaves as the thread <code class="code">t ()</code> if
      this thread succeeds.
</div>
</td></tr>
<tr><td><a href="Lwt_timeout.html#VALchange">change</a> [<a href="Lwt_timeout.html">Lwt_timeout</a>]</td>
<td><div class="info">
changes the duration of a timeout.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALchannel">channel</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">channel ?template ~close_mode ~channel ()</code> creates a logger
      from a channel.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALchars_of_file">chars_of_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">chars_of_file name</code> returns a stream of all characters of the
      file with name <code class="code">name</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALchars_of_file">chars_of_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALchars_to_file">chars_to_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">chars_to_file name chars</code> writes all characters of <code class="code">chars</code> to
      <code class="code">name</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALchars_to_file">chars_to_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALchdir">chdir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.chdir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALcheck">check</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">check switch</code> does nothing if <code class="code">switch</code> is <code class="code"><span class="constructor">None</span></code> or contains an
      switch that is currently on, and raise <a href="Lwt_switch.html#EXCEPTIONOff"><code class="code"><span class="constructor">Lwt_switch</span>.<span class="constructor">Off</span></code></a> otherwise.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALcheck_descriptor">check_descriptor</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">check_descriptor fd</code> raise an exception if <code class="code">fd</code> is not in the
      state <code class="code"><span class="constructor">Open</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALchmod">chmod</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.chmod</code>
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALchoose">choose</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">choose l</code> creates an stream from a list of streams.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALchoose">choose</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">choose l</code> behaves as the first thread in <code class="code">l</code> to terminate.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALchown">chown</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.chown</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALchroot">chroot</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.chroot</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALclear_close_on_exec">clear_close_on_exec</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.clear_close_on_exec</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALclear_line">clear_line</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">clear_line ()</code> clears the current line
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALclear_screen">clear_screen</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">clear_screen ()</code> clears the entire screen
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.html#VALclipboard">clipboard</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
The global clipboard.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALclone">clone</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">clone st</code> clone the given stream.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALclose">close</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Close a <b>file descriptor</b>.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALclose">close</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
Close the given logger
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALclose">close</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">close ch</code> closes the given channel.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALclose">close</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td><div class="info">
Close the underlying byte channel
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALclose">close</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALclose_in">close_in</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALclose_out">close_out</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALclosedir">closedir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.closedir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALcolumns">columns</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Number of columns of the terminal
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALcombine">combine</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">combine s1 s2</code> combine two streams.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.OrderedType.html#VALcompare">compare</a> [<a href="Lwt_pqueue.OrderedType.html">Lwt_pqueue.OrderedType</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALcomplete">complete</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">complete ?suffix before word after words</code> basic completion
      functions.
</div>
</td></tr>
<tr><td><a href="Lwt_top.html#VALcompletion_mode">completion_mode</a> [<a href="Lwt_top.html">Lwt_top</a>]</td>
<td><div class="info">
Return the current completion mode.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALconcat">concat</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">concat st</code> returns the concatenation of all streams of <code class="code">st</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALconnect">connect</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.connect</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALcontrol_mapping">control_mapping</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Mapping from control key codes to character codes.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALcopy">copy</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">copy buffer</code> creates a copy of the given byte array.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALcreate">create</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Creates a new byte array of the given size.
</div>
</td></tr>
<tr><td><a href="Lwt_timeout.html#VALcreate">create</a> [<a href="Lwt_timeout.html">Lwt_timeout</a>]</td>
<td><div class="info">
<code class="code">create n f</code> defines a new timeout with <code class="code">n</code> seconds duration.
</div>
</td></tr>
<tr><td><a href="Lwt_throttle.S.html#VALcreate">create</a> [<a href="Lwt_throttle.S.html">Lwt_throttle.S</a>]</td>
<td><div class="info">
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALcreate">create</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates a new switch.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALcreate">create</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">create ()</code> returns a new stream and a push function.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALcreate">create</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates a new empty sequence
</div>
</td></tr>
<tr><td><a href="Lwt_pool.html#VALcreate">create</a> [<a href="Lwt_pool.html">Lwt_pool</a>]</td>
<td><div class="info">
<code class="code">create n ?check ?validate f</code> creates a new pool with at most
      <code class="code">n</code> members.
</div>
</td></tr>
<tr><td><a href="Lwt_mvar.html#VALcreate">create</a> [<a href="Lwt_mvar.html">Lwt_mvar</a>]</td>
<td><div class="info">
<code class="code">create v</code> creates a new mailbox variable containing value <code class="code">v</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_mutex.html#VALcreate">create</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates a new mutex, which is initially unlocked
</div>
</td></tr>
<tr><td><a href="Lwt_condition.html#VALcreate">create</a> [<a href="Lwt_condition.html">Lwt_condition</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates a new condition variable.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALcreate_bounded">create_bounded</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">create_bounded size</code> returns a new stream and a bounded push
      source.
</div>
</td></tr>
<tr><td><a href="Lwt_mvar.html#VALcreate_empty">create_empty</a> [<a href="Lwt_mvar.html">Lwt_mvar</a>]</td>
<td><div class="info">
<code class="code">create ()</code> creates a new empty mailbox variable.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALcreate_with_reference">create_with_reference</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">create_with_reference ()</code> returns a new stream and a push
      function.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALcyan">cyan</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Lwt_daemon.html#VALdaemonize">daemonize</a> [<a href="Lwt_daemon.html">Lwt_daemon</a>]</td>
<td><div class="info">
Put the current running process into daemon mode.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALdebug">debug</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALdebug_f">debug_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALdecode_key">decode_key</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Decode a key.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALdefault">default</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
The default logger.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALdefault">default</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALdefault_async_method">default_async_method</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns the default async method.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALdefault_buffer_size">default_buffer_size</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Return the default size for buffers.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALdelay">delay</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">delay thread</code> is an event which does not occurs until
        <code class="code">thread</code> returns.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALdelay">delay</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALdelay">delay</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_preemptive.html#VALdetach">detach</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
detaches a computation to a preemptive thread.
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALdiff_s">diff_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALdiff_s">diff_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALdiff_s">diff_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALdiff_s">diff_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALdirect_access">direct_access</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">direct_access ch f</code> pass to <code class="code">f</code> a <a href="Lwt_io.html#VALdirect_access"><code class="code"><span class="constructor">Lwt_io</span>.direct_access</code></a>
      structure.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALdisable">disable</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALdisable">disable</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALdisable_signal_handler">disable_signal_handler</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Stops receiving this signal
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALdispatch">dispatch</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">dispatch f</code> is a logger which dispatch logging instructions to
      different logger according to their level and/or section.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Terminal.html#VALdraw">draw</a> [<a href="Lwt_read_line.Terminal.html">Lwt_read_line.Terminal</a>]</td>
<td><div class="info">
<code class="code">draw ~column ?map_text ?bar ~render_state ~engine_state
        prompt ()</code> returns <code class="code">(text, state)</code> where <code class="code">state</code> is the new
        rendering state, and <code class="code">text</code> is a text containing escape
        sequences.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALdup">dup</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.dup</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALdup2">dup2</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.dup2</code>
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Lwt_read_line.Engine.html#VALedition_state">edition_state</a> [<a href="Lwt_read_line.Engine.html">Lwt_read_line.Engine</a>]</td>
<td><div class="info">
Returns the edition state of a state, whatever its mode is.
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALembed_socket">embed_socket</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALempty">empty</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALencoding">encoding</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td><div class="info">
<code class="code">encoding ch</code> returns the character encoding of a channel.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALengine_state">engine_state</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Return the engine state of the given state
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALenter_drawing_mode">enter_drawing_mode</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Put the terminal into drawing mode
</div>
</td></tr>
<tr><td><a href="Lwt_main.html#VALenter_iter_hooks">enter_iter_hooks</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
Functions that are called before the main iteration.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALeprint">eprint</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALeprint">eprint</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALeprintc">eprintc</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Same as <code class="code">printc</code> but prints on stderr.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALeprintf">eprintf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALeprintf">eprintf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALeprintl">eprintl</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALeprintl">eprintl</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALeprintlc">eprintlc</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Same as <code class="code">printlc</code> but prints on stderr
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALeprintlf">eprintlf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALeprintlf">eprintlf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.Terminal.html#VALerase">erase</a> [<a href="Lwt_read_line.Terminal.html">Lwt_read_line.Terminal</a>]</td>
<td><div class="info">
<code class="code">erase ~columns ~render_state ()</code> returns a text which will
        erase everything (the prompt, user input, completion, ...).
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALerror">error</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALerror_f">error_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALestablish_server">establish_server</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">establich_server ?buffer_size ?backlog sockaddr f</code> creates a
      server which will listen for incomming connections.
</div>
</td></tr>
<tr><td><a href="Lwt_process.html#VALexec">exec</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td><div class="info">
Executes the given command and returns its exit status.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALexecute_job">execute_job</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
This is the old and deprecated way of running a job.
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALexists_p">exists_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALexists_s">exists_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_main.html#VALexit_hooks">exit_hooks</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
Sets of functions executed just before the program exit.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALextract">extract</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">extract buffer offset length</code> creates a new byte array of
      length <code class="code">length</code> and copy the <code class="code">length</code> bytes of <code class="code">buffer</code> at
      <code class="code">offset</code> into it.
</div>
</td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Lwt.html#VALfail">fail</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">fail e</code> is a thread that fails with the exception <code class="code">e</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALfake_event">fake_event</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
Event which does nothing when stopped.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALfake_io">fake_io</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
Simulates activity on the given file descriptor.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALfatal">fatal</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALfatal_f">fatal_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALfchmod">fchmod</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.fchmod</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALfchown">fchown</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.fchown</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALfdatasync">fdatasync</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Synchronise all data (but not metadata) of the file descriptor
      with the disk.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALfg">fg</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">fg col = <span class="constructor">Foreground</span> col</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALfile">file</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">desf_file ?template ?mode ?perm ~file_name ()</code> creates an
      logger which will write messages to <code class="code">file_name</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALfile_length">file_length</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Returns the length of a file
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALfiles_of_directory">files_of_directory</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">files_of_directory dir</code> returns the stream of all files of
      <code class="code">dir</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALfill">fill</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">fill buffer offset length value</code> puts <code class="code">value</code> in all <code class="code">length</code>
      bytes of <code class="code">buffer</code> starting at offset <code class="code">offset</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALfilter">filter</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfilter_map">filter_map</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfilter_map_s">filter_map_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">filter_map f st</code> filter and map <code class="code">st</code> at the same time
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALfilter_p">filter_p</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALfilter_p">filter_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALfilter_p">filter_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALfilter_s">filter_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALfilter_s">filter_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALfilter_s">filter_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALfilter_s">filter_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfilter_s">filter_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">filter f st</code> keeps only value <code class="code">x</code> such that <code class="code">f x</code> is <code class="code"><span class="keyword">true</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALfilter_s">filter_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_gc.html#VALfinalise">finalise</a> [<a href="Lwt_gc.html">Lwt_gc</a>]</td>
<td><div class="info">
<code class="code">finalise f x</code> ensures <code class="code">f x</code> is evaluated after <code class="code">x</code> has been
      garbage collected.
</div>
</td></tr>
<tr><td><a href="Lwt_gc.html#VALfinalise_or_exit">finalise_or_exit</a> [<a href="Lwt_gc.html">Lwt_gc</a>]</td>
<td><div class="info">
<code class="code">finalise_or_exit f x</code> call <code class="code">f x</code> when <code class="code">x</code> is garbage collected
      or (exclusively) when the program exit.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALfinalize">finalize</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">finalize f g</code> returns the same result as <code class="code">f ()</code> whether it
      fails or not.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALfind">find</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfind_map">find_map</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfind_map_s">find_map_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">find f s</code> find and map at the same time.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALfind_min">find_min</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfind_s">find_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">find f s</code> find an element in a stream.
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALfind_s">find_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALflatten">flatten</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">flatten st = map_list (<span class="keyword">fun</span> l <span class="keywordsign">-&gt;</span> l) st</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALflush">flush</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">flush oc</code> performs all pending writes on <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALflush">flush</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALflush">flush</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td><div class="info">
Flush the underlying byte channel
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALflush_all">flush_all</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">flush_all ()</code> flushes all open output channels
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALfmap_p">fmap_p</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALfmap_p">fmap_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALfmap_s">fmap_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALfmap_s">fmap_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALfmap_s">fmap_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALfmap_s">fmap_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfold">fold</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_sequence.html#VALfold_l">fold_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">fold_l f s</code> is:
      <pre class="codepre"><code class="code">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fold_l&nbsp;f&nbsp;s&nbsp;x&nbsp;=&nbsp;f&nbsp;en&nbsp;(...&nbsp;(f&nbsp;e2&nbsp;(f&nbsp;e1&nbsp;x)))<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code></pre>
      where <code class="code">e1</code>, <code class="code">e2</code>, ..., <code class="code">en</code> are the elements of <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALfold_left">fold_left</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
Similar to <code class="code"><span class="constructor">List</span>.fold_left</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALfold_left_s">fold_left_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_sequence.html#VALfold_r">fold_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">fold_r f s</code> is:
      <pre class="codepre"><code class="code">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fold_r&nbsp;f&nbsp;s&nbsp;x&nbsp;=&nbsp;f&nbsp;e1&nbsp;(f&nbsp;e2&nbsp;(...&nbsp;(f&nbsp;en&nbsp;x)))<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</code></pre>
      where <code class="code">e1</code>, <code class="code">e2</code>, ..., <code class="code">en</code> are the elements of <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALfold_right_s">fold_right_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALfold_s">fold_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALfold_s">fold_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALfold_s">fold_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALfold_s">fold_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfold_s">fold_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">fold f s x</code> fold_like function for streams.
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALfor_all_p">for_all_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALfor_all_s">for_all_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALfork">fork</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">fork ()</code> does the same as <code class="code"><span class="constructor">Unix</span>.fork</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALfprint">fprint</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALfprint">fprint</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALfprintf">fprintf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALfprintf">fprintf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALfprintl">fprintl</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALfprintl">fprintl</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALfprintlf">fprintlf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALfprintlf">fprintlf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALfrom">from</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">from f</code> creates an event which occurs each time <code class="code">f ()</code>
        returns a value.
</div>
</td></tr>
<tr><td><a href="Lwt_event.html#VALfrom">from</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALfrom">from</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">from f</code> creates an stream from the given input function.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALfrom_direct">from_direct</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">from_direct f</code> does the same as <a href="Lwt_stream.html#VALfrom"><code class="code"><span class="constructor">Lwt_stream</span>.from</code></a> but with a function
      that does not return a thread.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALfstat">fstat</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.fstat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALfstat">fstat</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.fstat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALfsync">fsync</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Synchronise all data and metadata of the file descriptor with
      the disk.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALftruncate">ftruncate</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.ftruncate</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALftruncate">ftruncate</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.ftruncate</code>
</div>
</td></tr>
<tr><td align="left"><br>G</td></tr>
<tr><td><a href="Lwt_bytes.html#VALget">get</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">get buffer offset</code> returns the byte at offset <code class="code">offset</code> in
      <code class="code">buffer</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALget">get</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">get ()</code> returns the engine currently in use.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALget">get</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
<code class="code">get ~zone ~x ~y</code> returns the point at relative position <code class="code">x</code>
        and <code class="code">y</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALget">get</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">get st</code> remove and returns the first element of the stream, if
      any.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALget">get</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
Returns the contents of a node
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALget">get</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">get key</code> returns the value associated with <code class="code">key</code> in the current
      thread.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALget_affinity">get_affinity</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">get_affinity ?pid ()</code> returns the list of CPUs the process with
      pid <code class="code">pid</code> is allowed to run on.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALget_available">get_available</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">get_available st</code> returns all available elements of <code class="code">l</code> without
      blocking
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALget_available_up_to">get_available_up_to</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">get_available_up_to n st</code> returns up to <code class="code">n</code> elements of <code class="code">l</code>
      without blocking
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALget_bounds">get_bounds</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
<code class="code">get_bounds ()</code> returns the minimum and the maximum number of
      preemptive threads.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALget_cpu">get_cpu</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">get_cpu ()</code> returns the number of the CPU the current thread is
      running on.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALget_credentials">get_credentials</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">get_credentials fd</code> returns credential informations from the
      given socket.
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALget_max_number_of_threads_queued">get_max_number_of_threads_queued</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
Returns the size of the waiting queue, if no more threads are
      available
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALget_while">get_while</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALget_while_s">get_while_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">get_while f st</code> returns the longest prefix of <code class="code">st</code> where all
      elements satisfy <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetaddrinfo">getaddrinfo</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getaddrinfo</code>
</div>
</td></tr>
<tr><td><a href="Lwt_lib.html#VALgetaddrinfo">getaddrinfo</a> [<a href="Lwt_lib.html">Lwt_lib</a>]</td>
<td><div class="info">
Cooperative getaddrinfo with cache (using Lwt_preemptive.detach)
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetgrgid">getgrgid</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getgrgid</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetgrnam">getgrnam</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getgrnam</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgethostbyaddr">gethostbyaddr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.gethostbyaddr</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgethostbyname">gethostbyname</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.gethostbyname</code>
</div>
</td></tr>
<tr><td><a href="Lwt_lib.html#VALgethostbyname">gethostbyname</a> [<a href="Lwt_lib.html">Lwt_lib</a>]</td>
<td><div class="info">
Cooperative gethostbyname with cache (using Lwt_preemptive.detach)
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgethostname">gethostname</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.gethostname</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetlogin">getlogin</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getlogin</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetnameinfo">getnameinfo</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getnameinfo</code>
</div>
</td></tr>
<tr><td><a href="Lwt_lib.html#VALgetnameinfo">getnameinfo</a> [<a href="Lwt_lib.html">Lwt_lib</a>]</td>
<td><div class="info">
Cooperative getnameinfo with cache (using Lwt_preemptive.detach)
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetpeername">getpeername</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getpeername</code>
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALgetpeername">getpeername</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALgetprotobyname">getprotobyname</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getprotobyname</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetprotobynumber">getprotobynumber</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getprotobynumber</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetpwnam">getpwnam</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getpwnam</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetpwuid">getpwuid</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getpwuid</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetservbyname">getservbyname</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getservbyname</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetservbyport">getservbyport</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getservbyport</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockname">getsockname</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockname</code>
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALgetsockname">getsockname</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockopt">getsockopt</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockopt</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockopt_error">getsockopt_error</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockopt_error</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockopt_float">getsockopt_float</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockopt_float</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockopt_int">getsockopt_int</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockopt_int</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALgetsockopt_optint">getsockopt_optint</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.getsockopt_optint</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALgoto_beginning_of_line">goto_beginning_of_line</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">goto_beginning_of_line n</code> put the cursor at the beginning of
      the <code class="code">n</code>th previous line.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALgreen">green</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td align="left"><br>H</td></tr>
<tr><td><a href="Lwt_unix.html#VALhandle_unix_error">handle_unix_error</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Same as <code class="code"><span class="constructor">Unix</span>.handle_unix_error</code> but catches lwt-level
      exceptions
</div>
</td></tr>
<tr><td><a href="Lwt_sys.html#VALhave">have</a> [<a href="Lwt_sys.html">Lwt_sys</a>]</td>
<td><div class="info">
Test whether the given feature is available on the current
      system.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALheight">height</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALhexdump">hexdump</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">hexdump oc str = hexdump_stream oc (<span class="constructor">Lwt_stream</span>.of_string str)</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALhexdump">hexdump</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALhexdump">hexdump</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">hexdump byte_stream</code> returns a stream which is the same as the
      output of <code class="code">hexdump -<span class="constructor">C</span></code>.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALhexdump_stream">hexdump_stream</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">hexdump_stream oc byte_stream</code> produces the same output as the
      command <code class="code">hexdump -<span class="constructor">C</span></code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALhexdump_stream">hexdump_stream</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALhidden">hidden</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALhide">hide</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Hides everything (prompt, user input, completion box) until
        <a href="Lwt_read_line.Control.html#VALshow"><code class="code"><span class="constructor">Lwt_read_line</span>.<span class="constructor">Control</span>.show</code></a> is called.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALhide_cursor">hide_cursor</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">hide_cursor ()</code> makes the cursor invisible
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Lwt_log.html#VALign_debug">ign_debug</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_debug_f">ign_debug_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_error">ign_error</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_error_f">ign_error_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_fatal">ign_fatal</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_fatal_f">ign_fatal_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_info">ign_info</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_info_f">ign_info_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_log">ign_log</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
Same as <a href="Lwt_log.html#VALlog"><code class="code"><span class="constructor">Lwt_log</span>.log</code></a> but ignore the resulting thread.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALign_log_f">ign_log_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
Same as <a href="Lwt_log.html#VALlog_f"><code class="code"><span class="constructor">Lwt_log</span>.log_f</code></a> but ignore the resulting thread.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALign_notice">ign_notice</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_notice_f">ign_notice_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_warning">ign_warning</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALign_warning_f">ign_warning_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALignore_result">ignore_result</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">ignore_result t</code> is like <code class="code"><span class="constructor">Pervasives</span>.ignore t</code> except that:
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALin_channel_of_descr">in_channel_of_descr</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALin_channel_of_descr">in_channel_of_descr</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALinfo">info</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALinfo_f">info_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.Terminal.html#VALinit">init</a> [<a href="Lwt_read_line.Terminal.html">Lwt_read_line.Terminal</a>]</td>
<td><div class="info">
Initial state
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Engine.html#VALinit">init</a> [<a href="Lwt_read_line.Engine.html">Lwt_read_line.Engine</a>]</td>
<td><div class="info">
<code class="code">init history</code> return a initial state using the given
        history
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALinit">init</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
<code class="code">init min max log</code> initialises this module.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALinner">inner</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td><div class="info">
<code class="code">inner zone</code> returns the inner part of <code class="code">zone</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALinput">input</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">input</code> input mode representation
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALinput">input</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALinput_binary_int">input_binary_int</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALinput_char">input_char</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALinput_line">input_line</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALinput_value">input_value</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_glib.html#VALinstall">install</a> [<a href="Lwt_glib.html">Lwt_glib</a>]</td>
<td><div class="info">
Install the Glib&lt;-&gt;Lwt integration.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALinterrupt">interrupt</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
<code class="code">accept instance = send_command instance <span class="constructor">Command</span>.<span class="constructor">Break</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALinverse">inverse</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALio_vector">io_vector</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALio_vector">io_vector</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Creates an io-vector
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALis_busy">is_busy</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">is_busy channel</code> returns whether the given channel is currently
      busy.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALis_empty">is_empty</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALis_empty">is_empty</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">is_empty st</code> returns wether the given stream is empty
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALis_empty">is_empty</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
Returns <code class="code"><span class="keyword">true</span></code> iff the given sequence is empty
</div>
</td></tr>
<tr><td><a href="Lwt_mutex.html#VALis_empty">is_empty</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">is_empty mutex</code> returns <code class="code"><span class="keyword">true</span></code> if they are no thread waiting on
      the mutex, and <code class="code"><span class="keyword">false</span></code> otherwise
</div>
</td></tr>
<tr><td><a href="Lwt_mutex.html#VALis_locked">is_locked</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">locked mutex</code> returns whether <code class="code">mutex</code> is currently locked
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALis_on">is_on</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">is_on switch</code> returns <code class="code"><span class="keyword">true</span></code> if the switch is currently on, and
      <code class="code"><span class="keyword">false</span></code> otherwise.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALis_sleeping">is_sleeping</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">is_sleeping t</code> returns <code class="code"><span class="keyword">true</span></code> iff <code class="code">t</code> is sleeping.
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALis_ssl">is_ssl</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td><div class="info">
Are we using an SSL socket?
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALisatty">isatty</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.isatty</code>
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALiter">iter</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">iter block</code> performs one iteration of the main loop.
</div>
</td></tr>
<tr><td><a href="Lwt_glib.html#VALiter">iter</a> [<a href="Lwt_glib.html">Lwt_glib</a>]</td>
<td><div class="info">
This function is not related to Lwt.
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALiter">iter</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">iter f l</code> start a thread for each element in <code class="code">l</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALiter">iter</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_sequence.html#VALiter_l">iter_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">iter_l f s</code> applies <code class="code">f</code> on all elements of <code class="code">s</code> starting from
      the left
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALiter_node_l">iter_node_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">iter_l f s</code> applies <code class="code">f</code> on all nodes of <code class="code">s</code> starting from
      the left
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALiter_node_r">iter_node_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">iter_l f s</code> applies <code class="code">f</code> on all nodes of <code class="code">s</code> starting from
      the right
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALiter_p">iter_p</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALiter_p">iter_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_sequence.html#VALiter_r">iter_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">iter_l f s</code> applies <code class="code">f</code> on all elements of <code class="code">s</code> starting from
      the right
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALiter_s">iter_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">iter f s</code> iterates over all elements of the stream
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALiter_s">iter_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_util.html#VALiter_serial">iter_serial</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
Similar to <code class="code">iter</code> but wait for one thread to terminate before
        starting the next one.
</div>
</td></tr>
<tr><td align="left"><br>J</td></tr>
<tr><td><a href="Lwt.html#VALjoin">join</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">join l</code> waits for all threads in <code class="code">l</code> to terminate.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALjunk">junk</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">junk st</code> remove the first element of <code class="code">st</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALjunk_old">junk_old</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">junk_old st</code> removes all elements that are ready to be read
      without yeilding from <code class="code">st</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALjunk_while">junk_while</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALjunk_while_s">junk_while_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">junk_while f st</code> removes all elements at the beginning of the
      streams which satisfy <code class="code">f</code>.
</div>
</td></tr>
<tr><td align="left"><br>K</td></tr>
<tr><td><a href="Lwt_react.S.html#VALkeep">keep</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
<code class="code">keep s</code> keeps a reference to <code class="code">s</code> so it will never be garbage
        collected.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALkeep">keep</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">keep e</code> keeps a reference to <code class="code">e</code> so it will never be garbage
        collected.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALkey_backspace">key_backspace</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">key_backspace = <span class="constructor">Key_control</span> <span class="string">'?'</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALkey_enter">key_enter</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">key_enter = <span class="constructor">Key_control</span> <span class="string">'j'</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALkey_escape">key_escape</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">key_escape = <span class="constructor">Key_control</span> <span class="string">'['</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALkey_tab">key_tab</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">key_escape = <span class="constructor">Key_control</span> <span class="string">'i'</span></code>
</div>
</td></tr>
<tr><td align="left"><br>L</td></tr>
<tr><td><a href="Lwt_react.S.html#VALl1_s">l1_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl1_s">l1_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALl2_s">l2_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl2_s">l2_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALl3_s">l3_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl3_s">l3_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALl4_s">l4_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl4_s">l4_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALl5_s">l5_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl5_s">l5_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALl6_s">l6_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALl6_s">l6_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.Terminal.html#VALlast_draw">last_draw</a> [<a href="Lwt_read_line.Terminal.html">Lwt_read_line.Terminal</a>]</td>
<td><div class="info">
Draw for the last time, i.e.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALlast_new">last_new</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">last_new st</code> returns the last element that can be obtained
      without sleepping, or wait for one if no one is already
      available.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALlblack">lblack</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALlblue">lblue</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALlcyan">lcyan</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALleave_drawing_mode">leave_drawing_mode</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Restore the state of the terminal
</div>
</td></tr>
<tr><td><a href="Lwt_main.html#VALleave_iter_hooks">leave_iter_hooks</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
Functions that are called after the main iteration.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALlength">length</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Returns the length of the given byte array.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALlength">length</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Returns the length of the channel in bytes
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALlength">length</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
Returns the number of elemenets in the given sequence.
</div>
</td></tr>
<tr><td><a href="Lwt_log.Section.html#VALlevel">level</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
<code class="code">level section</code> returns the logging level of <code class="code">section</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALlgreen">lgreen</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALlimit">limit</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
<code class="code">limit f s</code> limits the rate of <code class="code">s</code> update with <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALlimit">limit</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">limit f e</code> limits the rate of <code class="code">e</code> with <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALlimit">limit</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALlimit">limit</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALlines">lines</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Number of lines of the terminal
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALlines_of_file">lines_of_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">lines_of_file name</code> returns a stream of all lines of the file
      with name <code class="code">name</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALlines_of_file">lines_of_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALlines_to_file">lines_to_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">lines_to_file name lines</code> writes all lines of <code class="code">lines</code> to
      <code class="code">files</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALlines_to_file">lines_to_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALlink">link</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.link</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALlisten">listen</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.listen</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALlmagenta">lmagenta</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALload_history">load_history</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">load_history filename</code> loads history from <code class="code">filename</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALlocation_key">location_key</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
The key for storing current location.
</div>
</td></tr>
<tr><td><a href="Lwt_mutex.html#VALlock">lock</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">lock mutex</code> lockcs the mutex, that is:
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALlockf">lockf</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.lockf</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALlog">log</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">log ?section ?logger ~level message</code> logs a message.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALlog_f">log_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">log_f</code> is the same as <code class="code">log</code> except that it takes a format
      string
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.html#VALlookup">lookup</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">lookup word words</code> lookup for completion of <code class="code">word</code> into
      <code class="code">words</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALlookup_min">lookup_min</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALlred">lred</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALlseek">lseek</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.lseek</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALlseek">lseek</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.lseek</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALlstat">lstat</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.lstat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALlstat">lstat</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.lstat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALlwhite">lwhite</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALlyellow">lyellow</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Lwt_bytes.html#VALmadvise">madvise</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">madvise buffer pos len advice</code> advise the kernel about how the
      program is going to use the part of the memory mapped file
      between <code class="code">pos</code> and <code class="code">pos + len</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALmagenta">magenta</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.Section.html#VALmain">main</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
The main section.
</div>
</td></tr>
<tr><td><a href="Lwt_log.Section.html#VALmake">make</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
<code class="code">make name</code> creates a section with the given name.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALmake">make</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">make ~output ~close</code> creates a new logger.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALmake">make</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">make ?buffer_size ?close ~mode perform_io</code> is the
      main function for creating new channels.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALmake">make</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Creates a new read-line instance with the given
        parameters.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALmake">make</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td><div class="info">
Make a new zone where all points are initialized to
        <a href="Lwt_term.html#VALblank"><code class="code"><span class="constructor">Lwt_term</span>.blank</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALmake">make</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td><div class="info">
<code class="code">make ?strict ?encoding ch</code> creates a text channel from a byte
      channel.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALmake_error">make_error</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">error e</code> creates a result containing the exception <code class="code">e</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALmake_in_channel">make_in_channel</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td><div class="info">
<code class="code">make_in_channel read</code> creates an input channel from the <code class="code">read</code>
    function.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALmake_notification">make_notification</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">new_notifier ?once f</code> registers a new notifier.
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALmake_out_channel">make_out_channel</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td><div class="info">
<code class="code">make_out_channel write</code> creates an output channel from the <code class="code">write</code>
    function.
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALmake_region">make_region</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">make_region sz</code> create a region of size <code class="code">sz</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALmake_value">make_value</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">value x</code> creates a result containing the value <code class="code">x</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALmap">map</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
<code class="code">map ~zone ~x ~y f</code> replace the point at coordinates <code class="code">(x, y)</code>
        by the result of <code class="code">f</code> applied on it.
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALmap">map</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">map f l</code> apply <code class="code">f</code> to each element in <code class="code">l</code> and collect the
        results of the threads thus created.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALmap">map</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALmap">map</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">map f m</code> map the result of a thread.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALmap_exn">map_exn</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">map_exn s</code> returns a stream that captures all exceptions raised
      by the source of the stream (the function passed to <a href="Lwt_stream.html#VALfrom"><code class="code"><span class="constructor">Lwt_stream</span>.from</code></a>).
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALmap_file">map_file</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">map_file ~fd ?pos ~shared ?size ()</code> maps the file descriptor
      <code class="code">fd</code> to an array of bytes.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALmap_list">map_list</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALmap_list_s">map_list_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">map_list f st</code> applies <code class="code">f</code> on each element of <code class="code">st</code> and flattens
      the lists returned
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALmap_p">map_p</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALmap_p">map_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALmap_p">map_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALmap_s">map_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALmap_s">map_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALmap_s">map_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALmap_s">map_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALmap_s">map_s</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">map f st</code> maps the value returned by <code class="code">st</code> with <code class="code">f</code>
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALmap_s">map_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_util.html#VALmap_serial">map_serial</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
Similar to <code class="code">map</code> but wait for one thread to terminate before
        starting the next one.
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALmap_with_waiting_action">map_with_waiting_action</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">map_with_waiting_action f wa l</code> apply <code class="code">f</code> to each element
        in <code class="code">l</code> and collect the results of the threads thus created.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALmapped">mapped</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">mapped buffer</code> returns <code class="code"><span class="keyword">true</span></code> iff <code class="code">buffer</code> is a memory mapped
      file.
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALmerge_s">merge_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALmerge_s">merge_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALmerge_s">merge_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALmerge_s">merge_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALmincore">mincore</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">mincore buffer offset states</code> tests whether the given pages are
      in the system memory (the RAM).
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALmkdir">mkdir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.mkdir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALmkfifo">mkfifo</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.mkfifo</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALmode">mode</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">mode ch</code> returns the mode of a channel
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="Lwt_log.Section.html#VALname">name</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
<code class="code">name section</code> returns the name of <code class="code">section</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Command.html#VALnames">names</a> [<a href="Lwt_read_line.Command.html">Lwt_read_line.Command</a>]</td>
<td><div class="info">
<code class="code">names</code> is the list of all commands (except <code class="code"><span class="constructor">Char</span> ch</code>) with
        their name.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALnchoose">nchoose</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">nchoose l</code> returns the value of all that have succcessfully
      terminated.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALnchoose_split">nchoose_split</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">nchoose_split l</code> does the same as <a href="Lwt.html#VALnchoose"><code class="code"><span class="constructor">Lwt</span>.nchoose</code></a> but also retrurns
      the list of threads that have not yet terminated.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALnew_key">new_key</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">new_key ()</code> creates a new key.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALnext">next</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">next e</code> returns the next occurrence of <code class="code">e</code>
</div>
</td></tr>
<tr><td><a href="Lwt_event.html#VALnext">next</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALnext">next</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">next st</code> remove and returns the next element of the stream, of
      fail with <a href="Lwt_stream.html#EXCEPTIONEmpty"><code class="code"><span class="constructor">Lwt_stream</span>.<span class="constructor">Empty</span></code></a> if the stream is empty.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALnget">nget</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">nget n st</code> remove and returns at most the first <code class="code">n</code> elements of
      <code class="code">st</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALnjunk">njunk</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">njunk n st</code> removes at most the first <code class="code">n</code> elements of the
      stream.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALno_cancel">no_cancel</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">no_cancel thread</code> creates a thread which behave as <code class="code">thread</code>
      except that it cannot be canceled.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALnotice">notice</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALnotice_f">notice_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALnotify">notify</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALnotify">notify</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALnotify_p">notify_p</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALnotify_p">notify_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALnotify_s">notify_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALnotify_s">notify_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_stream.html#VALnpeek">npeek</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">npeek n st</code> returns at most the first <code class="code">n</code> elements of <code class="code">st</code>,
      without removing them.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALnpick">npick</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">npick l</code> is the same as <a href="Lwt.html#VALnchoose"><code class="code"><span class="constructor">Lwt</span>.nchoose</code></a>, except that it cancels all
      sleeping threads when one terminates.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALnull">null</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
Logger which drops everything
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALnull">null</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Output which drops everything
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALnull">null</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Lwt_stream.html#VALof_array">of_array</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">of_array a</code> creates a stream returning all elements of <code class="code">a</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALof_bytes">of_bytes</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Create a channel from a byte array.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALof_fd">of_fd</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">of_fd ?buffer_size ?close ~mode fd</code> creates a channel from a
      file descriptor.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Command.html#VALof_key">of_key</a> [<a href="Lwt_read_line.Command.html">Lwt_read_line.Command</a>]</td>
<td><div class="info">
<code class="code">of_key key</code> returns the command to which a key is mapped.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALof_list">of_list</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">of_list l</code> creates a stream returning all elements of <code class="code">l</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALof_result">of_result</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Returns a thread from a result.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALof_stream">of_stream</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">of_stream stream</code> creates an event which occurs each time a
        value is available on the stream.
</div>
</td></tr>
<tr><td><a href="Lwt_event.html#VALof_stream">of_stream</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALof_string">of_string</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">of_string str</code> returns a newly allocated byte array with the
      same contents as <code class="code">str</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Command.html#VALof_string">of_string</a> [<a href="Lwt_read_line.Command.html">Lwt_read_line.Command</a>]</td>
<td><div class="info">
<code class="code">of_string cld</code> tries to convert a command name to a
        command.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALof_string">of_string</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">of_string str</code> creates a stream returning all characters of
      <code class="code">str</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALof_unix_fd">of_unix_fd</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">of_unix_fd ?buffer_size ?close ~mode fd</code> is a short-hand for:
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALof_unix_file_descr">of_unix_file_descr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Creates a lwt <b>file descriptor</b> from a unix one.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALon_any">on_any</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">on_any t f g</code> executes <code class="code">f</code> or <code class="code">g</code> when <code class="code">t</code> terminates.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALon_cancel">on_cancel</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">on_cancel t f</code> executes <code class="code">f</code> when <code class="code">t</code> is canceled.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALon_failure">on_failure</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">on_failure t f</code> executes <code class="code">f</code> when <code class="code">t</code> terminates and fails.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALon_readable">on_readable</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">on_readable fd f</code> calls <code class="code">f</code> each time <code class="code">fd</code> becomes readable.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALon_signal">on_signal</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">on_signal signum f</code> calls <code class="code">f</code> each time the signal with numnber
      <code class="code">signum</code> is received by the process.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALon_signal_full">on_signal_full</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">on_signal_full f</code> is the same as <code class="code">on_signal f</code> except that <code class="code">f</code>
      also receive the signal handler identifier as argument so it can
      disable it.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALon_success">on_success</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">on_success t f</code> executes <code class="code">f</code> when <code class="code">t</code> terminates without
      failing.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALon_terminate">on_terminate</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">on_terminate st f</code> executes <code class="code">f</code> when the end of the stream <code class="code">st</code>
      is reached.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALon_termination">on_termination</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">on_termination t f</code> executes <code class="code">f</code> when <code class="code">t</code> terminates.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALon_timer">on_timer</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">on_timer delay repeat f</code> calls <code class="code">f</code> one time after <code class="code">delay</code>
      seconds.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALon_writable">on_writable</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">on_readable fd f</code> calls <code class="code">f</code> each time <code class="code">fd</code> becomes writable.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALopen_connection">open_connection</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">open_connection ?buffer_size addr</code> open a connection to
      the given address and returns two channels for using it.
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALopen_connection">open_connection</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALopen_file">open_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">open_file ?buffer_size ?flags ?perm ~mode filename</code> open the
      file with name <code class="code">filename</code> and returns a channel for
      reading/writing it.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALopen_file">open_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALopen_in">open_in</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALopen_in_gen">open_in_gen</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALopen_out">open_out</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALopen_out_gen">open_out_gen</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALopen_process">open_process</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALopen_process_full">open_process_full</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALopen_process_in">open_process_in</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALopen_process_none">open_process_none</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALopen_process_out">open_process_out</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALopendir">opendir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.opendir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALopenfile">openfile</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.openfile</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALout_channel_of_descr">out_channel_of_descr</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALout_channel_of_descr">out_channel_of_descr</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALoutput">output</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">output</code> output mode representation
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALoutput">output</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALoutput_binary_int">output_binary_int</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALoutput_char">output_char</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALoutput_string">output_string</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_chan.html#VALoutput_value">output_value</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Lwt_bytes.html#VALpage_size">page_size</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Size of pages.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALparse">parse</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">parse st f</code> parses <code class="code">st</code> with <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALparse_key_raw">parse_key_raw</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">parse_key_raw st</code> recognize escape sequence in a stream of
      unicode character.
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALpartition_p">partition_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALpartition_s">partition_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALpause">pause</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">pause ()</code> is a sleeping thread which is wake up on the next
      call to <a href="Lwt.html#VALwakeup_paused"><code class="code"><span class="constructor">Lwt</span>.wakeup_paused</code></a>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALpaused_count">paused_count</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">paused_count ()</code> returns the number of currently paused
      threads.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALpeek">peek</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
<code class="code">peek st</code> returns the first element of the stream, if any,
      without removing it.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALpick">pick</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">pick l</code> is the same as <a href="Lwt.html#VALchoose"><code class="code"><span class="constructor">Lwt</span>.choose</code></a>, except that it cancels all
      sleeping threads when one terminates.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALpipe">pipe</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">pipe ()</code> creates pipe using <code class="code"><span class="constructor">Unix</span>.pipe</code> and returns two lwt <b>      file descriptor</b>s created from unix <b>file_descriptor</b>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALpipe">pipe</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">pipe ?buffer_size ()</code> creates a pipe using <a href="Lwt_unix.html#VALpipe"><code class="code"><span class="constructor">Lwt_unix</span>.pipe</code></a> and
      makes two channels from the two returned file descriptors
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALpipe_in">pipe_in</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">pipe_in ()</code> is the same as <a href="Lwt_unix.html#VALpipe"><code class="code"><span class="constructor">Lwt_unix</span>.pipe</code></a> but maps only the unix <b>      file descriptor</b> for reading into a lwt one.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALpipe_out">pipe_out</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">pipe_out ()</code> is the inverse of <a href="Lwt_unix.html#VALpipe_in"><code class="code"><span class="constructor">Lwt_unix</span>.pipe_in</code></a>.
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALplain">plain</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpmap">pmap</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpmap_chars">pmap_chars</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpmap_line">pmap_line</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpmap_lines">pmap_lines</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALpoints">points</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALpool_size">pool_size</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Maximum number of system threads that can be started.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALposition">position</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">position ch</code> Returns the current position in the channel.
</div>
</td></tr>
<tr><td><a href="Lwt_process.html#VALpread">pread</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpread_chars">pread_chars</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpread_line">pread_line</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpread_lines">pread_lines</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALprint">print</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALprint">print</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALprint_words">print_words</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">print_words oc columns strs</code> pretty-prints a list of words.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALprintc">printc</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">printc st</code> prints the given styled text on standard output.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALprintf">printf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALprintf">printf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALprintl">printl</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALprintl">printl</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALprintlc">printlc</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">printlc st</code> prints <code class="code">st</code>, then reset styles and prints a
      newline
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALprintlf">printlf</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_text.html#VALprintlf">printlf</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALprotected">protected</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">protected thread</code> creates a new cancelable thread which behave
      as <code class="code">thread</code> except that cancelling it does not cancel
      <code class="code">thread</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALproxy">proxy</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">proxy buffer offset length</code> creates a ``proxy''.
</div>
</td></tr>
<tr><td><a href="Lwt_mvar.html#VALput">put</a> [<a href="Lwt_mvar.html">Lwt_mvar</a>]</td>
<td><div class="info">
<code class="code">put mvar value</code> puts a value into a mailbox variable.
</div>
</td></tr>
<tr><td><a href="Lwt_process.html#VALpwrite">pwrite</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpwrite_chars">pwrite_chars</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpwrite_line">pwrite_line</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALpwrite_lines">pwrite_lines</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Lwt_term.html#VALraw_mode">raw_mode</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Returns wether the terminal is currently in raw mode
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALread">read</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALread">read</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">read fd buf ofs len</code> has the same semantic as <code class="code"><span class="constructor">Unix</span>.read</code>, but
      is cooperative
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALread">read</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read ?count ic</code> reads at most <code class="code">len</code> characters from <code class="code">ic</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread">read</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALread">read</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALread_bytes">read_bytes</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_char">read_char</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_char ic</code> reads the next character of <code class="code">ic</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_char">read_char</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_char_opt">read_char_opt</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Same as <code class="code">read_byte</code> but does not raises <code class="code"><span class="constructor">End_of_file</span></code> on end of
      input
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_char_opt">read_char_opt</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_chars">read_chars</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_chars ic</code> returns a stream holding all characters of
      <code class="code">ic</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_chars">read_chars</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_float32">read_float32</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Reads an IEEE single precision floating point value
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_float64">read_float64</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Reads an IEEE double precision floating point value
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_int">read_int</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Reads a 32-bits integer as an ocaml int
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_int16">read_int16</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_int32">read_int32</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALread_int64">read_int64</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_into">read_into</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_into ic buffer offset length</code> reads up to <code class="code">length</code> bytes,
      stores them in <code class="code">buffer</code> at offset <code class="code">offset</code>, and returns the
      number of bytes read.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALread_into_exactly">read_into_exactly</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_into_exactly ic buffer offset length</code> reads exactly
      <code class="code">length</code> bytes and stores them in <code class="code">buffer</code> at offset <code class="code">offset</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALread_key">read_key</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Get and decode a key from <a href="Lwt_term.html#VALstandard_input"><code class="code"><span class="constructor">Lwt_term</span>.standard_input</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALread_keyword">read_keyword</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALread_keyword">read_keyword</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">read_keyword ?history ?case_sensitive ?mode ~prompt ~keywords
      ()</code> reads one word which is a member of <code class="code">words</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALread_line">read_line</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_line ic</code> reads one complete line from <code class="code">ic</code> and returns it
      without the end of line.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALread_line">read_line</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALread_line">read_line</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">readline ?history ?complete ?mode ?prompt ()</code> inputs some text
      from the user.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_line">read_line</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_line_opt">read_line_opt</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Same as <a href="Lwt_io.html#VALread_line"><code class="code"><span class="constructor">Lwt_io</span>.read_line</code></a> but do not raise <code class="code"><span class="constructor">End_of_file</span></code> on end of
      input.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_line_opt">read_line_opt</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALread_lines">read_lines</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_lines ic</code> returns a stream holding all lines of <code class="code">ic</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALread_lines">read_lines</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALread_password">read_password</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALread_password">read_password</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">read_password ?clipboard ?clear ~prompt ()</code> inputs a password
      from the user.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALread_value">read_value</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">read_value ic</code> reads a marshaled value from <code class="code">ic</code>
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALread_yes_no">read_yes_no</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALread_yes_no">read_yes_no</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">read_yes_no ?history ?dynamic prompt ()</code> is the same as:
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALreadable">readable</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns whether the given file descriptor is currently
      readable.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALreadable_count">readable_count</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
Returns the number of events waiting for a file descriptor to
      become readable.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALreaddir">readdir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.dir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALreaddir_n">readdir_n</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">readdir_n handle count</code> reads at most <code class="code">count</code> entry from the
      given directory.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALreadlink">readlink</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.readlink</code>
</div>
</td></tr>
<tr><td><a href="Lwt_chan.html#VALreally_input">really_input</a> [<a href="Lwt_chan.html">Lwt_chan</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALrecv">recv</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALrecv">recv</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.recv</code>
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALrecv_msg">recv_msg</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
This call is not available on windows.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALrecv_msg">recv_msg</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">recv_msg ~socket ~io_vectors</code> receives data into a list of
      io-vectors, plus any file-descriptors that may accompany the
      message.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALrecvfrom">recvfrom</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALrecvfrom">recvfrom</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.recvfrom</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALred">red</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALregister_action">register_action</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">register_action set fd action</code> registers <code class="code">action</code> on <code class="code">fd</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALregister_pause_notifier">register_pause_notifier</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">register_pause_notifier f</code> register a function <code class="code">f</code> that will be
      called each time pause is called.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALreinstall_signal_handler">reinstall_signal_handler</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">reinstall_signal_handler signum</code> if any signal handler is
      registered for this signal with <a href="Lwt_unix.html#VALon_signal"><code class="code"><span class="constructor">Lwt_unix</span>.on_signal</code></a>, it reinstall the
      signal handler (with <code class="code"><span class="constructor">Sys</span>.set_signal</code>).
</div>
</td></tr>
<tr><td><a href="Lwt_glib.html#VALremove">remove</a> [<a href="Lwt_glib.html">Lwt_glib</a>]</td>
<td><div class="info">
Remove the Glib&lt;-&gt;Lwt integration.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALremove">remove</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
Removes a node from the sequence it is part of.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALremove_min">remove_min</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALrename">rename</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.rename</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALrender">render</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">render ~buffer ~template ~section ~level ~message</code> instantiate
      all variables of <code class="code">template</code>, and store the result in
      <code class="code">buffer</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALrender">render</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Render an offscreen array to the terminal.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALrender_state">render_state</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Return the rendering state of the given state
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALrender_update">render_update</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">render_update displayed to_display</code> does the same as <code class="code">render
      to_display</code> but assumes that <code class="code">displayed</code> contains the current
      displayed text.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Engine.html#VALreset">reset</a> [<a href="Lwt_read_line.Engine.html">Lwt_read_line.Engine</a>]</td>
<td><div class="info">
<code class="code">reset state</code> reset the given state, if the user was doing a
        selection, it is canceled
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALreset">reset</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.Section.html#VALreset_level">reset_level</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
<code class="code">reset_level section</code> resets the level of <code class="code">section</code> to its
        default value, i.e.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALresize_buffer">resize_buffer</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Resize the internal buffer to the given size
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALresize_region">resize_region</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">resize_region reg sz</code> resize the region <code class="code">reg</code> to size <code class="code">sz</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALresult">result</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Threads waiting for the read-line instance to terminates
</div>
</td></tr>
<tr><td><a href="Lwt_react.S.html#VALreturn">return</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
Same as <code class="code">const</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALreturn">return</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALreturn">return</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return e</code> is a thread whose return value is the value of the
      expression <code class="code">e</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALreturn_false">return_false</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return_false = return <span class="keyword">false</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALreturn_nil">return_nil</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return_nil = return []</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALreturn_none">return_none</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return_none = return <span class="constructor">None</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALreturn_true">return_true</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return_true = return <span class="keyword">true</span></code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALreturn_unit">return_unit</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">return_unit = return ()</code>
</div>
</td></tr>
<tr><td><a href="Lwt_list.html#VALrev_map_p">rev_map_p</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_list.html#VALrev_map_s">rev_map_s</a> [<a href="Lwt_list.html">Lwt_list</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALrewinddir">rewinddir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.rewinddir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALrmdir">rmdir</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.rmdir</code>
</div>
</td></tr>
<tr><td><a href="Lwt_main.html#VALrun">run</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
<code class="code">run t</code> calls the Lwt scheduler repeatedly until <code class="code">t</code> terminates,
      then returns the value returned by the thread.
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALrun_in_main">run_in_main</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
<code class="code">run_in_main f</code> executes <code class="code">f</code> in the main thread, i.e.
</div>
</td></tr>
<tr><td><a href="Lwt_util.html#VALrun_in_region">run_in_region</a> [<a href="Lwt_util.html">Lwt_util</a>]</td>
<td><div class="info">
<code class="code">run_in_region reg size f</code> execute the thread produced by the
          function <code class="code">f</code> in the region <code class="code">reg</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALrun_job">run_job</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">run_job ?async_method job</code> starts <code class="code">job</code> and wait for its
      termination.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALrun_p">run_p</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALrun_p">run_p</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALrun_s">run_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.E.html#VALrun_s">run_s</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALrun_s">run_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALrun_s">run_s</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Lwt_react.S.html#VALsample_s">sample_s</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_signal.html#VALsample_s">sample_s</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_read_line.html#VALsave_history">save_history</a> [<a href="Lwt_read_line.html">Lwt_read_line</a>]</td>
<td><div class="info">
<code class="code">save_history filename history</code> saves <code class="code">history</code> to
      <code class="code">filename</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALsend">send</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALsend">send</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.send</code>
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALsend_command">send_command</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
<code class="code">send_command instance command</code> sends the given command to the
        read-line instance
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALsend_msg">send_msg</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
This call is not available on windows.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsend_msg">send_msg</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">send_msg ~socket ~io_vectors ~fds</code> sends data from a list of
      io-vectors, accompanied with a list of file-descriptor.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsend_notification">send_notification</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">send_notification id</code> sends a notification.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALsendto">sendto</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALsendto">sendto</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.sendto</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALsequence_mapping">sequence_mapping</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Mapping from sequence to keys
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALset">set</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">get buffer offset value</code> changes the value of the byte at
      offset <code class="code">offset</code> in <code class="code">buffer</code> to <code class="code">value</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALset">set</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">set ?transfer ?destroy engine</code> replaces the current engine by
      the given one.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALset">set</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
<code class="code">set ~zone ~x ~y ~popint</code> sets point at relative position <code class="code">x</code>
        and <code class="code">y</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALset">set</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
Change the contents of a node
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_affinity">set_affinity</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">set_affinity ?pid cpus</code> sets the list of CPUs the given process
      is allowed to run on.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_blocking">set_blocking</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">set_blocking fd b</code> puts <code class="code">fd</code> in blocking or non-blocking
      mode.
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALset_bounds">set_bounds</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
<code class="code">set_bounds (min, max)</code> set the minimum and the maximum number
      of preemptive threads.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_close_on_exec">set_close_on_exec</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.set_close_on_exec</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALset_color">set_color</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">set_color num (red, green, blue)</code> sets the three components of
      the color number <code class="code">num</code>
</div>
</td></tr>
<tr><td><a href="Lwt_top.html#VALset_completion_mode">set_completion_mode</a> [<a href="Lwt_top.html">Lwt_top</a>]</td>
<td><div class="info">
Change the completion mode
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_default_async_method">set_default_async_method</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Sets the default async method.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALset_default_buffer_size">set_default_buffer_size</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Change the default buffer size.
</div>
</td></tr>
<tr><td><a href="Lwt_timeout.html#VALset_exn_handler">set_exn_handler</a> [<a href="Lwt_timeout.html">Lwt_timeout</a>]</td>
<td><div class="info">
set the default handler for exception occurring after a timeout.
</div>
</td></tr>
<tr><td><a href="Lwt_log.Section.html#VALset_level">set_level</a> [<a href="Lwt_log.Section.html">Lwt_log.Section</a>]</td>
<td><div class="info">
<code class="code">set_level section</code> sets the logging level of the given
        section.
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALset_max_number_of_threads_queued">set_max_number_of_threads_queued</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
Sets the size of the waiting queue, if no more preemptive
      threads are available.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_notification">set_notification</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">set_notification id f</code> replace the function associated to the
      notification by <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALset_pool_size">set_pool_size</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Change the size of the pool.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALset_position">set_position</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">set_position ch pos</code> Sets the position in the output channel.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsetsockopt">setsockopt</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.setsockopt</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsetsockopt_float">setsockopt_float</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.setsockopt_float</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsetsockopt_int">setsockopt_int</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.setsockopt_int</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsetsockopt_optint">setsockopt_optint</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.setsockopt_optint</code>
</div>
</td></tr>
<tr><td><a href="Lwt_process.html#VALshell">shell</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td><div class="info">
A command executed with the shell.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Control.html#VALshow">show</a> [<a href="Lwt_read_line.Control.html">Lwt_read_line.Control</a>]</td>
<td><div class="info">
Un-hide everything
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALshow_cursor">show_cursor</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">show_cursor ()</code> makes the cursor visible
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALshutdown">shutdown</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.shutdown</code>
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALshutdown">shutdown</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALshutdown_server">shutdown_server</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Shutdown the given server
</div>
</td></tr>
<tr><td><a href="Lwt_condition.html#VALsignal">signal</a> [<a href="Lwt_condition.html">Lwt_condition</a>]</td>
<td><div class="info">
<code class="code">signal condvar value</code> notifies that a condition is ready.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsignal_count">signal_count</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns the number of registered signal handler.
</div>
</td></tr>
<tr><td><a href="Lwt_preemptive.html#VALsimple_init">simple_init</a> [<a href="Lwt_preemptive.html">Lwt_preemptive</a>]</td>
<td><div class="info">
<code class="code">simple_init ()</code> does a <i>simple initialization</i>.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALsize">size</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Size of the terminal.
</div>
</td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALsize">size</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALsleep">sleep</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">sleep d</code> is a threads which remain suspended for <code class="code">d</code> seconds
      and then terminates.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsocket">socket</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">socket domain <span class="keyword">type</span> proto</code> is the same as <code class="code"><span class="constructor">Unix</span>.socket</code> but maps
      the result into a lwt <b>file descriptor</b>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsocketpair">socketpair</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.socketpair</code>
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALssl_accept">ssl_accept</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALssl_connect">ssl_connect</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALssl_shutdown">ssl_shutdown</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALssl_socket">ssl_socket</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td><div class="info">
Returns the underlying SSL socket used for this wrapper.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALstandard_input">standard_input</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
The input stream used by <a href="Lwt_term.html#VALread_key"><code class="code"><span class="constructor">Lwt_term</span>.read_key</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_timeout.html#VALstart">start</a> [<a href="Lwt_timeout.html">Lwt_timeout</a>]</td>
<td><div class="info">
starts a timeout.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALstat">stat</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.stat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALstat">stat</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.stat</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALstate">state</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">state fd</code> returns the state of <code class="code">fd</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALstate">state</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">state t</code> returns the state of a thread
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALstderr">stderr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The standard <b>file descriptor</b> for printing error messages
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALstderr">stderr</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
The standard output for error messages, it writes data to
      <a href="Lwt_unix.html#VALstderr"><code class="code"><span class="constructor">Lwt_unix</span>.stderr</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALstderr">stderr</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALstdin">stdin</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The standard <b>file descriptor</b> for input.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALstdin">stdin</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
The standard input, it reads data from <a href="Lwt_unix.html#VALstdin"><code class="code"><span class="constructor">Lwt_unix</span>.stdin</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALstdin">stdin</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALstdout">stdout</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The standard <b>file descriptor</b> for output
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALstdout">stdout</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
The standard output, it writes data to <a href="Lwt_unix.html#VALstdout"><code class="code"><span class="constructor">Lwt_unix</span>.stdout</code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALstdout">stdout</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_timeout.html#VALstop">stop</a> [<a href="Lwt_timeout.html">Lwt_timeout</a>]</td>
<td><div class="info">
stops a timeout.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALstop_event">stop_event</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
<code class="code">stop_event event</code> stops the given event.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALstop_notification">stop_notification</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Stop the given notification.
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALstring_of_key">string_of_key</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">string_of_key key</code> string representation of a key
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALstrip_styles">strip_styles</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Drop all styles
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALstyled_length">styled_length</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
Returns the length (in unicode character) of the given styled
      text.
</div>
</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALsub">sub</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td><div class="info">
<code class="code">sub ~zone ~x ~y ~width ~height</code> creates a sub-zone of
        <code class="code">zone</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsymlink">symlink</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.symlink</code>
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALsyslog">syslog</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td><div class="info">
<code class="code">syslog ?template ?paths ~facility ()</code> creates an logger
      which send message to the system logger.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALsystem">system</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Executes the given command, waits until it terminates, and
      return its termination status.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALsystem_byte_order">system_byte_order</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Same as <a href="Lwt_sys.html#VALbyte_order"><code class="code"><span class="constructor">Lwt_sys</span>.byte_order</code></a>.
</div>
</td></tr>
<tr><td align="left"><br>T</td></tr>
<tr><td><a href="Lwt_mvar.html#VALtake">take</a> [<a href="Lwt_mvar.html">Lwt_mvar</a>]</td>
<td><div class="info">
<code class="code">take mvar</code> will take any currently available value from the
      mailbox variable.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtake_l">take_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">take_l x s</code> remove and returns the leftmost element of <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtake_opt_l">take_opt_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">take_opt_l x s</code> remove and returns <code class="code"><span class="constructor">Some</span> x</code> where <code class="code">x</code> is the
      leftmost element of <code class="code">s</code> or <code class="code"><span class="constructor">None</span></code> if <code class="code">s</code> is empty
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtake_opt_r">take_opt_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">take_opt_l x s</code> remove and returns <code class="code"><span class="constructor">Some</span> x</code> where <code class="code">x</code> is the
      rightmost element of <code class="code">s</code> or <code class="code"><span class="constructor">None</span></code> if <code class="code">s</code> is empty
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtake_r">take_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">take_l x s</code> remove and returns the rightmost element of <code class="code">s</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALtask">task</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">task ()</code> is the same as <code class="code">wait ()</code> except that threads created
      with <code class="code">task</code> can be canceled.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcdrain">tcdrain</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcdrain</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcflow">tcflow</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcflow</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcflush">tcflush</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcflush</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcgetattr">tcgetattr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcgetattr</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcsendbreak">tcsendbreak</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcsendbreak</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtcsetattr">tcsetattr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.tcsetattr</code>
</div>
</td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALtext">text</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
Draw the given text at the given positon
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALtext">text</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALtextc">textc</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
Same as <a href="Lwt_term.Draw.html#VALtext"><code class="code"><span class="constructor">Lwt_term</span>.<span class="constructor">Draw</span>.text</code></a> but takes a text with styles
</div>
</td></tr>
<tr><td><a href="Lwt_term.Draw.html#VALtextf">textf</a> [<a href="Lwt_term.Draw.html">Lwt_term.Draw</a>]</td>
<td><div class="info">
Same as <a href="Lwt_term.Draw.html#VALtext"><code class="code"><span class="constructor">Lwt_term</span>.<span class="constructor">Draw</span>.text</code></a> but uses a format string
</div>
</td></tr>
<tr><td><a href="Lwt_term.html#VALtextf">textf</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">textf fmt</code> formats a texts with <code class="code">fmt</code> and returns <code class="code"><span class="constructor">Text</span> txt</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALthread_count">thread_count</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The number of system threads running (excluding this one).
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALthread_waiting_count">thread_waiting_count</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
The number threads waiting for a job.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtimeout">timeout</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">timeout d</code> is a thread which remains suspended for <code class="code">d</code> seconds
      then fails with <a href="Lwt_unix.html#EXCEPTIONTimeout"><code class="code"><span class="constructor">Lwt_unix</span>.<span class="constructor">Timeout</span></code></a>
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALtimer_count">timer_count</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
Returns the number of registered timers.
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALto_list">to_list</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
Returns the list of elements of the given stream
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALto_stream">to_stream</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
Creates a stream holding all values occurring on the given
        event
</div>
</td></tr>
<tr><td><a href="Lwt_event.html#VALto_stream">to_stream</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_bytes.html#VALto_string">to_string</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">to_string buf</code> returns a newly allocated string with the same
      contents as <code class="code">buf</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Command.html#VALto_string">to_string</a> [<a href="Lwt_read_line.Command.html">Lwt_read_line.Command</a>]</td>
<td><div class="info">
<code class="code">to_string cmd</code> returns a string representation of a command
</div>
</td></tr>
<tr><td><a href="Lwt_stream.html#VALto_string">to_string</a> [<a href="Lwt_stream.html">Lwt_stream</a>]</td>
<td><div class="info">
Returns the word composed of all characters of the given
      stream
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtransfer_l">transfer_l</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">transfer_l s1 s2</code> removes all elements of <code class="code">s1</code> and add them at
      the left of <code class="code">s2</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_sequence.html#VALtransfer_r">transfer_r</a> [<a href="Lwt_sequence.html">Lwt_sequence</a>]</td>
<td><div class="info">
<code class="code">transfer_r s1 s2</code> removes all elements of <code class="code">s1</code> and add them at
      the right of <code class="code">s2</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.LargeFile.html#VALtruncate">truncate</a> [<a href="Lwt_unix.LargeFile.html">Lwt_unix.LargeFile</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.<span class="constructor">LargeFile</span>.truncate</code>
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALtruncate">truncate</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.truncate</code>
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALtry_bind">try_bind</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">try_bind t f g</code> behaves as <code class="code">bind (t ()) f</code> if <code class="code">t</code> does not
      fail.
</div>
</td></tr>
<tr><td><a href="Lwt_switch.html#VALturn_off">turn_off</a> [<a href="Lwt_switch.html">Lwt_switch</a>]</td>
<td><div class="info">
<code class="code">turn_off switch</code> turns off the switch.
</div>
</td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Lwt_term.html#VALunderlined">underlined</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_pqueue.S.html#VALunion">union</a> [<a href="Lwt_pqueue.S.html">Lwt_pqueue.S</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALunix_file_descr">unix_file_descr</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns the underlying unix <b>file descriptor</b>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALunlink">unlink</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.unlink</code>
</div>
</td></tr>
<tr><td><a href="Lwt_mutex.html#VALunlock">unlock</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">unlock mutex</code> unlock the mutex if no threads is waiting on
      it.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_blit">unsafe_blit</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALblit"><code class="code"><span class="constructor">Lwt_bytes</span>.blit</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_blit_bytes_string">unsafe_blit_bytes_string</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALblit_bytes_string"><code class="code"><span class="constructor">Lwt_bytes</span>.blit_bytes_string</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_blit_string_bytes">unsafe_blit_string_bytes</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALblit_string_bytes"><code class="code"><span class="constructor">Lwt_bytes</span>.blit_string_bytes</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_fill">unsafe_fill</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALfill"><code class="code"><span class="constructor">Lwt_bytes</span>.fill</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_get">unsafe_get</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALget"><code class="code"><span class="constructor">Lwt_bytes</span>.get</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALunsafe_set">unsafe_set</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
Same as <a href="Lwt_bytes.html#VALset"><code class="code"><span class="constructor">Lwt_bytes</span>.set</code></a> but without bound checking.
</div>
</td></tr>
<tr><td><a href="Lwt_read_line.Engine.html#VALupdate">update</a> [<a href="Lwt_read_line.Engine.html">Lwt_read_line.Engine</a>]</td>
<td><div class="info">
<code class="code">update ~state ?clipboard ~command ()</code> update an engine state by
        processing the given command.
</div>
</td></tr>
<tr><td><a href="Lwt_pool.html#VALuse">use</a> [<a href="Lwt_pool.html">Lwt_pool</a>]</td>
<td><div class="info">
<code class="code">use p f</code> takes one free member of the pool <code class="code">p</code> and gives it to
      the function <code class="code">f</code>.
</div>
</td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Lwt_unix.html#VALwait">wait</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.wait</code>
</div>
</td></tr>
<tr><td><a href="Lwt_throttle.S.html#VALwait">wait</a> [<a href="Lwt_throttle.S.html">Lwt_throttle.S</a>]</td>
<td><div class="info">
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwait">wait</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wait ()</code> is a pair of a thread which sleeps forever (unless it
      is resumed by one of the functions <code class="code">wakeup</code>, <code class="code">wakeup_exn</code> below)
      and the corresponding wakener.
</div>
</td></tr>
<tr><td><a href="Lwt_condition.html#VALwait">wait</a> [<a href="Lwt_condition.html">Lwt_condition</a>]</td>
<td><div class="info">
<code class="code">wait mutex condvar</code> will cause the current thread to block,
        awaiting notification for a condition variable, <code class="code">condvar</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwait4">wait4</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">wait4 flags pid</code> returns <code class="code">(pid, status, rusage)</code> where <code class="code">(pid,
      status)</code> is the same result as <code class="code"><span class="constructor">Unix</span>.waitpid flags pid</code>, and
      <code class="code">rusage</code> contains accounting information about the child.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwait_count">wait_count</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns the number of threads waiting for a child to
      terminate.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwait_for_jobs">wait_for_jobs</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wait for all pending jobs to terminate.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALwait_mincore">wait_mincore</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td><div class="info">
<code class="code">wait_mincore buffer offset</code> waits until the page containing the
      byte at offset <code class="code">offset</code> in the the RAM.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwait_read">wait_read</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
waits (without blocking other threads) until there is something
      to read on the file descriptor
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALwait_read">wait_read</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALwait_write">wait_write</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
waits (without blocking other threads) until it is possible to
      write on the file descriptor
</div>
</td></tr>
<tr><td><a href="Lwt_ssl.html#VALwait_write">wait_write</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwaiter_of_wakener">waiter_of_wakener</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Returns the thread associated to a wakener.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwaitpid">waitpid</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Wrapper for <code class="code"><span class="constructor">Unix</span>.waitpid</code>
</div>
</td></tr>
<tr><td><a href="Lwt_glib.html#VALwakeup">wakeup</a> [<a href="Lwt_glib.html">Lwt_glib</a>]</td>
<td><div class="info">
If one thread is blocking on <a href="Lwt_glib.html#VALiter"><code class="code"><span class="constructor">Lwt_glib</span>.iter</code></a>, then <code class="code">wakeup ()</code> make
      <a href="Lwt_glib.html#VALiter"><code class="code"><span class="constructor">Lwt_glib</span>.iter</code></a> to return immediatly.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup">wakeup</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wakeup t e</code> makes the sleeping thread <code class="code">t</code> terminate and return
      the value of the expression <code class="code">e</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_exn">wakeup_exn</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wakeup_exn t e</code> makes the sleeping thread <code class="code">t</code> fail with the
      exception <code class="code">e</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_later">wakeup_later</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Same as <a href="Lwt.html#VALwakeup"><code class="code"><span class="constructor">Lwt</span>.wakeup</code></a> but it is not guaranteed that the thread will
      be woken up immediately.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_later_exn">wakeup_later_exn</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Same as <a href="Lwt.html#VALwakeup_exn"><code class="code"><span class="constructor">Lwt</span>.wakeup_exn</code></a> but it is not guaranteed that the thread
      will be woken up immediately.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_later_result">wakeup_later_result</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
Same as <a href="Lwt.html#VALwakeup_result"><code class="code"><span class="constructor">Lwt</span>.wakeup_result</code></a> but it is not guaranteed that the
      thread will be woken up immediately.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_paused">wakeup_paused</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wakeup_paused ()</code> wakes up all threads which suspended
      themselves with <a href="Lwt.html#VALpause"><code class="code"><span class="constructor">Lwt</span>.pause</code></a>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwakeup_result">wakeup_result</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wakeup_result t r</code> makes the sleeping thread <code class="code">t</code> terminate with
      the result <code class="code">r</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_log.html#VALwarning">warning</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_log.html#VALwarning_f">warning_f</a> [<a href="Lwt_log.html">Lwt_log</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALwhite">white</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALwidth">width</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_sys.html#VALwindows">windows</a> [<a href="Lwt_sys.html">Lwt_sys</a>]</td>
<td><div class="info">
<code class="code"><span class="keyword">true</span></code> iff running on windows.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwith_async_detach">with_async_detach</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">with_async_none f</code> is a shorthand for:
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwith_async_none">with_async_none</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">with_async_none f</code> is a shorthand for:
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwith_async_switch">with_async_switch</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">with_async_none f</code> is a shorthand for:
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwith_connection">with_connection</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">with_connection ?buffer_size addr f</code> open a connection to
      the given address and passes the channels to <code class="code">f</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwith_file">with_file</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">with_file ?buffer_size ?flags ?perm ~mode filename f</code> open a
      file and passes the channel to <code class="code">f</code>.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwith_file">with_file</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_react.S.html#VALwith_finaliser">with_finaliser</a> [<a href="Lwt_react.S.html">Lwt_react.S</a>]</td>
<td><div class="info">
<code class="code">with_finaliser f s</code> returns a signal <code class="code">s'</code> which behave as
        <code class="code">s</code>, except that <code class="code">f</code> is called when <code class="code">s'</code> is garbage
        collected.
</div>
</td></tr>
<tr><td><a href="Lwt_react.E.html#VALwith_finaliser">with_finaliser</a> [<a href="Lwt_react.E.html">Lwt_react.E</a>]</td>
<td><div class="info">
<code class="code">with_finaliser f e</code> returns an event <code class="code">e'</code> which behave as
        <code class="code">e</code>, except that <code class="code">f</code> is called when <code class="code">e'</code> is garbage
        collected.
</div>
</td></tr>
<tr><td><a href="Lwt_signal.html#VALwith_finaliser">with_finaliser</a> [<a href="Lwt_signal.html">Lwt_signal</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_event.html#VALwith_finaliser">with_finaliser</a> [<a href="Lwt_event.html">Lwt_event</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_mutex.html#VALwith_lock">with_lock</a> [<a href="Lwt_mutex.html">Lwt_mutex</a>]</td>
<td><div class="info">
<code class="code">with_lock lock f</code> is used to lock a mutex within a block scope.
</div>
</td></tr>
<tr><td><a href="Lwt_process.html#VALwith_process">with_process</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALwith_process_full">with_process_full</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALwith_process_in">with_process_in</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALwith_process_none">with_process_none</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_process.html#VALwith_process_out">with_process_out</a> [<a href="Lwt_process.html">Lwt_process</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALwith_raw_mode">with_raw_mode</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">with_raw_mode f</code> executes <code class="code">f</code> while the terminal is in ``raw
      mode''.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwith_timeout">with_timeout</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">with_timeout d f</code> is a short-hand for:
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwith_value">with_value</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">with_value key value f</code> executes <code class="code">f</code> with <code class="code">value</code> associated to
      <code class="code">key</code>.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwrap">wrap</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wrap f</code> calls <code class="code">f</code> and transform the result into a monad.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwrap1">wrap1</a> [<a href="Lwt.html">Lwt</a>]</td>
<td><div class="info">
<code class="code">wrap1 f x</code> applies <code class="code">f</code> on <code class="code">x</code> and returns the result as a
      thread.
</div>
</td></tr>
<tr><td><a href="Lwt.html#VALwrap2">wrap2</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwrap3">wrap3</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwrap4">wrap4</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwrap5">wrap5</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwrap6">wrap6</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt.html#VALwrap7">wrap7</a> [<a href="Lwt.html">Lwt</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALwrap_syscall">wrap_syscall</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">wrap_syscall set fd action</code> wrap an action on a <b>file
      descriptor</b>.
</div>
</td></tr>
<tr><td><a href="Lwt_unix.html#VALwritable">writable</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
Returns whether the given file descriptor is currently
      writable.
</div>
</td></tr>
<tr><td><a href="Lwt_engine.html#VALwritable_count">writable_count</a> [<a href="Lwt_engine.html">Lwt_engine</a>]</td>
<td><div class="info">
Returns the number of events waiting for a file descriptor to
      become writable.
</div>
</td></tr>
<tr><td><a href="Lwt_bytes.html#VALwrite">write</a> [<a href="Lwt_bytes.html">Lwt_bytes</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALwrite">write</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">read fd buf ofs len</code> has the same semantic as <code class="code"><span class="constructor">Unix</span>.write</code>, but
      is cooperative
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwrite">write</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write oc str</code> writes all characters of <code class="code">str</code> on <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwrite">write</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALwrite">write</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_ssl.html#VALwrite_bytes">write_bytes</a> [<a href="Lwt_ssl.html">Lwt_ssl</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_char">write_char</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_char oc char</code> writes <code class="code">char</code> on <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwrite_char">write_char</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_chars">write_chars</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_chars oc chars</code> writes all characters of <code class="code">chars</code> on
      <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwrite_chars">write_chars</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_float32">write_float32</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Writes an IEEE single precision floating point value
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_float64">write_float64</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Writes an IEEE double precision floating point value
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_from">write_from</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_from oc buffer offset length</code> writes up to <code class="code">length</code> bytes
      to <code class="code">oc</code>, from <code class="code">buffer</code> at offset <code class="code">offset</code> and returns the number
      of bytes actually written
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_from_exactly">write_from_exactly</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_from_exactly oc buffer offset length</code> writes all <code class="code">length</code>
      bytes from <code class="code">buffer</code> at offset <code class="code">offset</code> to <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_int">write_int</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td><div class="info">
Writes an ocaml int as a 32-bits integer
</div>
</td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_int16">write_int16</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_int32">write_int32</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.NumberIO.html#VALwrite_int64">write_int64</a> [<a href="Lwt_io.NumberIO.html">Lwt_io.NumberIO</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_line">write_line</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_line oc str</code> writes <code class="code">str</code> on <code class="code">oc</code> followed by a
      new-line.
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwrite_line">write_line</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_lines">write_lines</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_lines oc lines</code> writes all lines of <code class="code">lines</code> to <code class="code">oc</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALwrite_lines">write_lines</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALwrite_styled">write_styled</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td><div class="info">
<code class="code">write_styled oc st</code> writes <code class="code">st</code> on <code class="code">oc</code> using escape
      sequences.
</div>
</td></tr>
<tr><td><a href="Lwt_io.html#VALwrite_value">write_value</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
<code class="code">write_value oc ?flags x</code> marshals the value <code class="code">x</code> to <code class="code">oc</code>
</div>
</td></tr>
<tr><td align="left"><br>X</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALx">x</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td></td></tr>
<tr><td align="left"><br>Y</td></tr>
<tr><td><a href="Lwt_term.Zone.html#VALy">y</a> [<a href="Lwt_term.Zone.html">Lwt_term.Zone</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_term.html#VALyellow">yellow</a> [<a href="Lwt_term.html">Lwt_term</a>]</td>
<td></td></tr>
<tr><td><a href="Lwt_unix.html#VALyield">yield</a> [<a href="Lwt_unix.html">Lwt_unix</a>]</td>
<td><div class="info">
<code class="code">yield ()</code> is a threads which suspends itself and then resumes
      as soon as possible and terminates.
</div>
</td></tr>
<tr><td><a href="Lwt_main.html#VALyield">yield</a> [<a href="Lwt_main.html">Lwt_main</a>]</td>
<td><div class="info">
<code class="code">yield ()</code> is a threads which suspends itself and then resumes
      as soon as possible and terminates.
</div>
</td></tr>
<tr><td align="left"><br>Z</td></tr>
<tr><td><a href="Lwt_io.html#VALzero">zero</a> [<a href="Lwt_io.html">Lwt_io</a>]</td>
<td><div class="info">
Inputs which returns always <code class="code">'\x00'</code>
</div>
</td></tr>
<tr><td><a href="Lwt_text.html#VALzero">zero</a> [<a href="Lwt_text.html">Lwt_text</a>]</td>
<td></td></tr>
</table>
</body>
</html>