This file is indexed.

/usr/lib/ocaml/lwt/lwt_main.annot is in liblwt-ocaml-dev 2.7.1-4build1.

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
"src/unix/lwt_main.ml" 25 955 959 "src/unix/lwt_main.ml" 25 955 975
type(
  (unit -> unit) Lwt_sequence.t
)
ident(
  def enter_iter_hooks "src/unix/lwt_main.ml" 26 1001 1001 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 25 955 978 "src/unix/lwt_main.ml" 25 955 997
type(
  unit -> (unit -> unit) Lwt_sequence.t
)
ident(
  ext_ref Lwt_sequence.create
)
"src/unix/lwt_main.ml" 25 955 998 "src/unix/lwt_main.ml" 25 955 1000
type(
  unit
)
"src/unix/lwt_main.ml" 25 955 978 "src/unix/lwt_main.ml" 25 955 1000
call(
  stack
)
type(
  (unit -> unit) Lwt_sequence.t
)
"src/unix/lwt_main.ml" 26 1001 1005 "src/unix/lwt_main.ml" 26 1001 1021
type(
  (unit -> unit) Lwt_sequence.t
)
ident(
  def leave_iter_hooks "src/unix/lwt_main.ml" 27 1047 1047 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 26 1001 1024 "src/unix/lwt_main.ml" 26 1001 1043
type(
  unit -> (unit -> unit) Lwt_sequence.t
)
ident(
  ext_ref Lwt_sequence.create
)
"src/unix/lwt_main.ml" 26 1001 1044 "src/unix/lwt_main.ml" 26 1001 1046
type(
  unit
)
"src/unix/lwt_main.ml" 26 1001 1024 "src/unix/lwt_main.ml" 26 1001 1046
call(
  stack
)
type(
  (unit -> unit) Lwt_sequence.t
)
"src/unix/lwt_main.ml" 27 1047 1051 "src/unix/lwt_main.ml" 27 1047 1058
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  def yielded "src/unix/lwt_main.ml" 29 1085 1085 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 27 1047 1061 "src/unix/lwt_main.ml" 27 1047 1080
type(
  unit -> unit Lwt.u Lwt_sequence.t
)
ident(
  ext_ref Lwt_sequence.create
)
"src/unix/lwt_main.ml" 27 1047 1081 "src/unix/lwt_main.ml" 27 1047 1083
type(
  unit
)
"src/unix/lwt_main.ml" 27 1047 1061 "src/unix/lwt_main.ml" 27 1047 1083
call(
  stack
)
type(
  unit Lwt.u Lwt_sequence.t
)
"src/unix/lwt_main.ml" 29 1085 1089 "src/unix/lwt_main.ml" 29 1085 1094
type(
  unit -> unit Lwt.t
)
ident(
  def yield "src/unix/lwt_main.ml" 31 1124 1124 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 29 1085 1095 "src/unix/lwt_main.ml" 29 1085 1097
type(
  unit
)
"src/unix/lwt_main.ml" 29 1085 1100 "src/unix/lwt_main.ml" 29 1085 1114
type(
  unit Lwt.u Lwt_sequence.t -> unit Lwt.t
)
ident(
  ext_ref Lwt.add_task_r
)
"src/unix/lwt_main.ml" 29 1085 1115 "src/unix/lwt_main.ml" 29 1085 1122
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref yielded "src/unix/lwt_main.ml" 27 1047 1051 "src/unix/lwt_main.ml" 27 1047 1058
)
"src/unix/lwt_main.ml" 29 1085 1100 "src/unix/lwt_main.ml" 29 1085 1122
call(
  tail
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 31 1124 1132 "src/unix/lwt_main.ml" 31 1124 1135
type(
  'a Lwt.t -> 'a
)
ident(
  def run "src/unix/lwt_main.ml" 31 1124 1124 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 31 1124 1136 "src/unix/lwt_main.ml" 31 1124 1137
type(
  'a Lwt.t
)
ident(
  def t "src/unix/lwt_main.ml" 33 1175 1177 "src/unix/lwt_main.ml" 52 1924 1937
)
"src/unix/lwt_main.ml" 33 1175 1177 "src/unix/lwt_main.ml" 33 1175 1194
type(
  unit -> unit
)
ident(
  ext_ref Lwt.wakeup_paused
)
"src/unix/lwt_main.ml" 33 1175 1195 "src/unix/lwt_main.ml" 33 1175 1197
type(
  unit
)
"src/unix/lwt_main.ml" 33 1175 1177 "src/unix/lwt_main.ml" 33 1175 1197
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 34 1199 1207 "src/unix/lwt_main.ml" 34 1199 1215
type(
  'a Lwt.t -> 'a option
)
ident(
  ext_ref Lwt.poll
)
"src/unix/lwt_main.ml" 34 1199 1216 "src/unix/lwt_main.ml" 34 1199 1217
type(
  'a Lwt.t
)
ident(
  int_ref t "src/unix/lwt_main.ml" 31 1124 1136 "src/unix/lwt_main.ml" 31 1124 1137
)
"src/unix/lwt_main.ml" 34 1199 1207 "src/unix/lwt_main.ml" 34 1199 1217
call(
  stack
)
type(
  'a option
)
"src/unix/lwt_main.ml" 35 1223 1234 "src/unix/lwt_main.ml" 35 1223 1235
type(
  'a
)
ident(
  def x "src/unix/lwt_main.ml" 36 1239 1247 "src/unix/lwt_main.ml" 36 1239 1248
)
"src/unix/lwt_main.ml" 35 1223 1229 "src/unix/lwt_main.ml" 35 1223 1235
type(
  'a option
)
"src/unix/lwt_main.ml" 36 1239 1247 "src/unix/lwt_main.ml" 36 1239 1248
type(
  'a
)
ident(
  int_ref x "src/unix/lwt_main.ml" 35 1223 1234 "src/unix/lwt_main.ml" 35 1223 1235
)
"src/unix/lwt_main.ml" 37 1249 1255 "src/unix/lwt_main.ml" 37 1249 1259
type(
  'a option
)
"src/unix/lwt_main.ml" 39 1295 1303 "src/unix/lwt_main.ml" 39 1295 1322
type(
  ((unit -> unit) -> unit) -> (unit -> unit) Lwt_sequence.t -> unit
)
ident(
  ext_ref Lwt_sequence.iter_l
)
"src/unix/lwt_main.ml" 39 1295 1328 "src/unix/lwt_main.ml" 39 1295 1329
type(
  unit -> unit
)
ident(
  def f "src/unix/lwt_main.ml" 39 1295 1333 "src/unix/lwt_main.ml" 39 1295 1337
)
"src/unix/lwt_main.ml" 39 1295 1333 "src/unix/lwt_main.ml" 39 1295 1334
type(
  unit -> unit
)
ident(
  int_ref f "src/unix/lwt_main.ml" 39 1295 1328 "src/unix/lwt_main.ml" 39 1295 1329
)
"src/unix/lwt_main.ml" 39 1295 1335 "src/unix/lwt_main.ml" 39 1295 1337
type(
  unit
)
"src/unix/lwt_main.ml" 39 1295 1333 "src/unix/lwt_main.ml" 39 1295 1337
call(
  tail
)
type(
  unit
)
"src/unix/lwt_main.ml" 39 1295 1323 "src/unix/lwt_main.ml" 39 1295 1338
type(
  (unit -> unit) -> unit
)
"src/unix/lwt_main.ml" 39 1295 1339 "src/unix/lwt_main.ml" 39 1295 1355
type(
  (unit -> unit) Lwt_sequence.t
)
ident(
  int_ref enter_iter_hooks "src/unix/lwt_main.ml" 25 955 959 "src/unix/lwt_main.ml" 25 955 975
)
"src/unix/lwt_main.ml" 39 1295 1303 "src/unix/lwt_main.ml" 39 1295 1355
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 41 1394 1402 "src/unix/lwt_main.ml" 41 1394 1417
type(
  bool -> unit
)
ident(
  ext_ref Lwt_engine.iter
)
"src/unix/lwt_main.ml" 41 1394 1419 "src/unix/lwt_main.ml" 41 1394 1435
type(
  unit -> int
)
ident(
  ext_ref Lwt.paused_count
)
"src/unix/lwt_main.ml" 41 1394 1436 "src/unix/lwt_main.ml" 41 1394 1438
type(
  unit
)
"src/unix/lwt_main.ml" 41 1394 1419 "src/unix/lwt_main.ml" 41 1394 1438
call(
  stack
)
type(
  int
)
"src/unix/lwt_main.ml" 41 1394 1439 "src/unix/lwt_main.ml" 41 1394 1440
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/unix/lwt_main.ml" 41 1394 1441 "src/unix/lwt_main.ml" 41 1394 1442
type(
  int
)
"src/unix/lwt_main.ml" 41 1394 1419 "src/unix/lwt_main.ml" 41 1394 1442
type(
  bool
)
"src/unix/lwt_main.ml" 41 1394 1443 "src/unix/lwt_main.ml" 41 1394 1445
type(
  bool -> bool -> bool
)
ident(
  ext_ref Pervasives.( && )
)
"src/unix/lwt_main.ml" 41 1394 1446 "src/unix/lwt_main.ml" 41 1394 1467
type(
  unit Lwt.u Lwt_sequence.t -> bool
)
ident(
  ext_ref Lwt_sequence.is_empty
)
"src/unix/lwt_main.ml" 41 1394 1468 "src/unix/lwt_main.ml" 41 1394 1475
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref yielded "src/unix/lwt_main.ml" 27 1047 1051 "src/unix/lwt_main.ml" 27 1047 1058
)
"src/unix/lwt_main.ml" 41 1394 1446 "src/unix/lwt_main.ml" 41 1394 1475
call(
  stack
)
type(
  bool
)
"src/unix/lwt_main.ml" 41 1394 1418 "src/unix/lwt_main.ml" 41 1394 1476
type(
  bool
)
"src/unix/lwt_main.ml" 41 1394 1402 "src/unix/lwt_main.ml" 41 1394 1476
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 43 1521 1529 "src/unix/lwt_main.ml" 43 1521 1546
type(
  unit -> unit
)
ident(
  ext_ref Lwt.wakeup_paused
)
"src/unix/lwt_main.ml" 43 1521 1547 "src/unix/lwt_main.ml" 43 1521 1549
type(
  unit
)
"src/unix/lwt_main.ml" 43 1521 1529 "src/unix/lwt_main.ml" 43 1521 1549
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 45 1593 1604 "src/unix/lwt_main.ml" 45 1593 1607
type(
  bool -> bool
)
ident(
  ext_ref Pervasives.not
)
"src/unix/lwt_main.ml" 45 1593 1609 "src/unix/lwt_main.ml" 45 1593 1630
type(
  unit Lwt.u Lwt_sequence.t -> bool
)
ident(
  ext_ref Lwt_sequence.is_empty
)
"src/unix/lwt_main.ml" 45 1593 1631 "src/unix/lwt_main.ml" 45 1593 1638
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref yielded "src/unix/lwt_main.ml" 27 1047 1051 "src/unix/lwt_main.ml" 27 1047 1058
)
"src/unix/lwt_main.ml" 45 1593 1608 "src/unix/lwt_main.ml" 45 1593 1639
call(
  stack
)
type(
  bool
)
"src/unix/lwt_main.ml" 45 1593 1604 "src/unix/lwt_main.ml" 45 1593 1639
type(
  bool
)
"src/unix/lwt_main.ml" 46 1651 1665 "src/unix/lwt_main.ml" 46 1651 1668
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  def tmp "src/unix/lwt_main.ml" 47 1697 1707 "src/unix/lwt_main.ml" 48 1744 1816
)
"src/unix/lwt_main.ml" 46 1651 1671 "src/unix/lwt_main.ml" 46 1651 1690
type(
  unit -> unit Lwt.u Lwt_sequence.t
)
ident(
  ext_ref Lwt_sequence.create
)
"src/unix/lwt_main.ml" 46 1651 1691 "src/unix/lwt_main.ml" 46 1651 1693
type(
  unit
)
"src/unix/lwt_main.ml" 46 1651 1671 "src/unix/lwt_main.ml" 46 1651 1693
call(
  stack
)
type(
  unit Lwt.u Lwt_sequence.t
)
"src/unix/lwt_main.ml" 47 1697 1707 "src/unix/lwt_main.ml" 47 1697 1730
type(
  unit Lwt.u Lwt_sequence.t -> unit Lwt.u Lwt_sequence.t -> unit
)
ident(
  ext_ref Lwt_sequence.transfer_r
)
"src/unix/lwt_main.ml" 47 1697 1731 "src/unix/lwt_main.ml" 47 1697 1738
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref yielded "src/unix/lwt_main.ml" 27 1047 1051 "src/unix/lwt_main.ml" 27 1047 1058
)
"src/unix/lwt_main.ml" 47 1697 1739 "src/unix/lwt_main.ml" 47 1697 1742
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref tmp "src/unix/lwt_main.ml" 46 1651 1665 "src/unix/lwt_main.ml" 46 1651 1668
)
"src/unix/lwt_main.ml" 47 1697 1707 "src/unix/lwt_main.ml" 47 1697 1742
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 48 1744 1754 "src/unix/lwt_main.ml" 48 1744 1773
type(
  (unit Lwt.u -> unit) -> unit Lwt.u Lwt_sequence.t -> unit
)
ident(
  ext_ref Lwt_sequence.iter_l
)
"src/unix/lwt_main.ml" 48 1744 1779 "src/unix/lwt_main.ml" 48 1744 1786
type(
  unit Lwt.u
)
ident(
  def wakener "src/unix/lwt_main.ml" 48 1744 1790 "src/unix/lwt_main.ml" 48 1744 1811
)
"src/unix/lwt_main.ml" 48 1744 1790 "src/unix/lwt_main.ml" 48 1744 1800
type(
  unit Lwt.u -> unit -> unit
)
ident(
  ext_ref Lwt.wakeup
)
"src/unix/lwt_main.ml" 48 1744 1801 "src/unix/lwt_main.ml" 48 1744 1808
type(
  unit Lwt.u
)
ident(
  int_ref wakener "src/unix/lwt_main.ml" 48 1744 1779 "src/unix/lwt_main.ml" 48 1744 1786
)
"src/unix/lwt_main.ml" 48 1744 1809 "src/unix/lwt_main.ml" 48 1744 1811
type(
  unit
)
"src/unix/lwt_main.ml" 48 1744 1790 "src/unix/lwt_main.ml" 48 1744 1811
call(
  tail
)
type(
  unit
)
"src/unix/lwt_main.ml" 48 1744 1774 "src/unix/lwt_main.ml" 48 1744 1812
type(
  unit Lwt.u -> unit
)
"src/unix/lwt_main.ml" 48 1744 1813 "src/unix/lwt_main.ml" 48 1744 1816
type(
  unit Lwt.u Lwt_sequence.t
)
ident(
  int_ref tmp "src/unix/lwt_main.ml" 46 1651 1665 "src/unix/lwt_main.ml" 46 1651 1668
)
"src/unix/lwt_main.ml" 48 1744 1754 "src/unix/lwt_main.ml" 48 1744 1816
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 47 1697 1707 "src/unix/lwt_main.ml" 48 1744 1816
type(
  unit
)
"src/unix/lwt_main.ml" 45 1593 1645 "src/unix/lwt_main.ml" 49 1817 1828
type(
  unit
)
"src/unix/lwt_main.ml" 45 1593 1601 "src/unix/lwt_main.ml" 49 1817 1828
type(
  unit
)
"src/unix/lwt_main.ml" 51 1862 1870 "src/unix/lwt_main.ml" 51 1862 1889
type(
  ((unit -> unit) -> unit) -> (unit -> unit) Lwt_sequence.t -> unit
)
ident(
  ext_ref Lwt_sequence.iter_l
)
"src/unix/lwt_main.ml" 51 1862 1895 "src/unix/lwt_main.ml" 51 1862 1896
type(
  unit -> unit
)
ident(
  def f "src/unix/lwt_main.ml" 51 1862 1900 "src/unix/lwt_main.ml" 51 1862 1904
)
"src/unix/lwt_main.ml" 51 1862 1900 "src/unix/lwt_main.ml" 51 1862 1901
type(
  unit -> unit
)
ident(
  int_ref f "src/unix/lwt_main.ml" 51 1862 1895 "src/unix/lwt_main.ml" 51 1862 1896
)
"src/unix/lwt_main.ml" 51 1862 1902 "src/unix/lwt_main.ml" 51 1862 1904
type(
  unit
)
"src/unix/lwt_main.ml" 51 1862 1900 "src/unix/lwt_main.ml" 51 1862 1904
call(
  tail
)
type(
  unit
)
"src/unix/lwt_main.ml" 51 1862 1890 "src/unix/lwt_main.ml" 51 1862 1905
type(
  (unit -> unit) -> unit
)
"src/unix/lwt_main.ml" 51 1862 1906 "src/unix/lwt_main.ml" 51 1862 1922
type(
  (unit -> unit) Lwt_sequence.t
)
ident(
  int_ref leave_iter_hooks "src/unix/lwt_main.ml" 26 1001 1005 "src/unix/lwt_main.ml" 26 1001 1021
)
"src/unix/lwt_main.ml" 51 1862 1870 "src/unix/lwt_main.ml" 51 1862 1922
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 52 1924 1932 "src/unix/lwt_main.ml" 52 1924 1935
type(
  'a Lwt.t -> 'a
)
ident(
  int_ref run "src/unix/lwt_main.ml" 31 1124 1132 "src/unix/lwt_main.ml" 31 1124 1135
)
"src/unix/lwt_main.ml" 52 1924 1936 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a Lwt.t
)
ident(
  int_ref t "src/unix/lwt_main.ml" 31 1124 1136 "src/unix/lwt_main.ml" 31 1124 1137
)
"src/unix/lwt_main.ml" 52 1924 1932 "src/unix/lwt_main.ml" 52 1924 1937
call(
  tail
)
type(
  'a
)
"src/unix/lwt_main.ml" 51 1862 1870 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 45 1593 1601 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 43 1521 1529 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 41 1394 1402 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 39 1295 1303 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 34 1199 1201 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 33 1175 1177 "src/unix/lwt_main.ml" 52 1924 1937
type(
  'a
)
"src/unix/lwt_main.ml" 54 1939 1943 "src/unix/lwt_main.ml" 54 1939 1953
type(
  (unit -> unit Lwt.t) Lwt_sequence.t
)
ident(
  def exit_hooks "src/unix/lwt_main.ml" 56 1980 1980 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 54 1939 1956 "src/unix/lwt_main.ml" 54 1939 1975
type(
  unit -> (unit -> unit Lwt.t) Lwt_sequence.t
)
ident(
  ext_ref Lwt_sequence.create
)
"src/unix/lwt_main.ml" 54 1939 1976 "src/unix/lwt_main.ml" 54 1939 1978
type(
  unit
)
"src/unix/lwt_main.ml" 54 1939 1956 "src/unix/lwt_main.ml" 54 1939 1978
call(
  stack
)
type(
  (unit -> unit Lwt.t) Lwt_sequence.t
)
"src/unix/lwt_main.ml" 56 1980 1988 "src/unix/lwt_main.ml" 56 1980 1998
type(
  unit -> unit Lwt.t
)
ident(
  def call_hooks "src/unix/lwt_main.ml" 56 1980 1980 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 56 1980 1999 "src/unix/lwt_main.ml" 56 1980 2001
type(
  unit
)
"src/unix/lwt_main.ml" 57 2004 2012 "src/unix/lwt_main.ml" 57 2004 2035
type(
  (unit -> unit Lwt.t) Lwt_sequence.t -> (unit -> unit Lwt.t) option
)
ident(
  ext_ref Lwt_sequence.take_opt_l
)
"src/unix/lwt_main.ml" 57 2004 2036 "src/unix/lwt_main.ml" 57 2004 2046
type(
  (unit -> unit Lwt.t) Lwt_sequence.t
)
ident(
  int_ref exit_hooks "src/unix/lwt_main.ml" 54 1939 1943 "src/unix/lwt_main.ml" 54 1939 1953
)
"src/unix/lwt_main.ml" 57 2004 2012 "src/unix/lwt_main.ml" 57 2004 2046
call(
  stack
)
type(
  (unit -> unit Lwt.t) option
)
"src/unix/lwt_main.ml" 58 2052 2058 "src/unix/lwt_main.ml" 58 2052 2062
type(
  (unit -> unit Lwt.t) option
)
"src/unix/lwt_main.ml" 59 2066 2074 "src/unix/lwt_main.ml" 59 2066 2089
type(
  unit Lwt.t
)
ident(
  ext_ref Lwt.return_unit
)
"src/unix/lwt_main.ml" 60 2090 2101 "src/unix/lwt_main.ml" 60 2090 2102
type(
  unit -> unit Lwt.t
)
ident(
  def f "src/unix/lwt_main.ml" 61 2106 2114 "src/unix/lwt_main.ml" 64 2203 2224
)
"src/unix/lwt_main.ml" 60 2090 2096 "src/unix/lwt_main.ml" 60 2090 2102
type(
  (unit -> unit Lwt.t) option
)
"src/unix/lwt_main.ml" 61 2106 2114 "src/unix/lwt_main.ml" 61 2106 2123
type(
  (unit -> unit Lwt.t) -> (exn -> unit Lwt.t) -> unit Lwt.t
)
ident(
  ext_ref Lwt.catch
)
"src/unix/lwt_main.ml" 62 2124 2139 "src/unix/lwt_main.ml" 62 2124 2141
type(
  unit
)
"src/unix/lwt_main.ml" 62 2124 2145 "src/unix/lwt_main.ml" 62 2124 2146
type(
  unit -> unit Lwt.t
)
ident(
  int_ref f "src/unix/lwt_main.ml" 60 2090 2101 "src/unix/lwt_main.ml" 60 2090 2102
)
"src/unix/lwt_main.ml" 62 2124 2147 "src/unix/lwt_main.ml" 62 2124 2149
type(
  unit
)
"src/unix/lwt_main.ml" 62 2124 2145 "src/unix/lwt_main.ml" 62 2124 2149
call(
  tail
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 62 2124 2134 "src/unix/lwt_main.ml" 62 2124 2150
type(
  unit -> unit Lwt.t
)
"src/unix/lwt_main.ml" 63 2151 2166 "src/unix/lwt_main.ml" 63 2151 2167
type(
  exn
)
"src/unix/lwt_main.ml" 63 2151 2172 "src/unix/lwt_main.ml" 63 2151 2187
type(
  unit Lwt.t
)
ident(
  ext_ref Lwt.return_unit
)
"src/unix/lwt_main.ml" 63 2151 2161 "src/unix/lwt_main.ml" 63 2151 2188
type(
  exn -> unit Lwt.t
)
"src/unix/lwt_main.ml" 61 2106 2114 "src/unix/lwt_main.ml" 63 2151 2188
call(
  stack
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 63 2151 2189 "src/unix/lwt_main.ml" 63 2151 2192
type(
  unit Lwt.t -> (unit -> unit Lwt.t) -> unit Lwt.t
)
ident(
  ext_ref Lwt.Infix.( >>= )
)
"src/unix/lwt_main.ml" 63 2151 2197 "src/unix/lwt_main.ml" 63 2151 2199
type(
  unit
)
"src/unix/lwt_main.ml" 64 2203 2211 "src/unix/lwt_main.ml" 64 2203 2221
type(
  unit -> unit Lwt.t
)
ident(
  int_ref call_hooks "src/unix/lwt_main.ml" 56 1980 1988 "src/unix/lwt_main.ml" 56 1980 1998
)
"src/unix/lwt_main.ml" 64 2203 2222 "src/unix/lwt_main.ml" 64 2203 2224
type(
  unit
)
"src/unix/lwt_main.ml" 64 2203 2211 "src/unix/lwt_main.ml" 64 2203 2224
call(
  tail
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 63 2151 2193 "src/unix/lwt_main.ml" 64 2203 2224
type(
  unit -> unit Lwt.t
)
"src/unix/lwt_main.ml" 61 2106 2114 "src/unix/lwt_main.ml" 64 2203 2224
call(
  tail
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 57 2004 2006 "src/unix/lwt_main.ml" 64 2203 2224
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 66 2226 2230 "src/unix/lwt_main.ml" 66 2226 2232
type(
  unit
)
"src/unix/lwt_main.ml" 67 2235 2237 "src/unix/lwt_main.ml" 67 2235 2244
type(
  (unit -> unit) -> unit
)
ident(
  ext_ref Pervasives.at_exit
)
"src/unix/lwt_main.ml" 67 2235 2250 "src/unix/lwt_main.ml" 67 2235 2252
type(
  unit
)
"src/unix/lwt_main.ml" 68 2256 2260 "src/unix/lwt_main.ml" 68 2256 2279
type(
  unit -> unit
)
ident(
  ext_ref Lwt.abandon_wakeups
)
"src/unix/lwt_main.ml" 68 2256 2280 "src/unix/lwt_main.ml" 68 2256 2282
type(
  unit
)
"src/unix/lwt_main.ml" 68 2256 2260 "src/unix/lwt_main.ml" 68 2256 2282
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 69 2284 2288 "src/unix/lwt_main.ml" 69 2284 2291
type(
  unit Lwt.t -> unit
)
ident(
  int_ref run "src/unix/lwt_main.ml" 31 1124 1132 "src/unix/lwt_main.ml" 31 1124 1135
)
"src/unix/lwt_main.ml" 69 2284 2293 "src/unix/lwt_main.ml" 69 2284 2303
type(
  unit -> unit Lwt.t
)
ident(
  int_ref call_hooks "src/unix/lwt_main.ml" 56 1980 1988 "src/unix/lwt_main.ml" 56 1980 1998
)
"src/unix/lwt_main.ml" 69 2284 2304 "src/unix/lwt_main.ml" 69 2284 2306
type(
  unit
)
"src/unix/lwt_main.ml" 69 2284 2292 "src/unix/lwt_main.ml" 69 2284 2307
call(
  stack
)
type(
  unit Lwt.t
)
"src/unix/lwt_main.ml" 69 2284 2288 "src/unix/lwt_main.ml" 69 2284 2307
call(
  tail
)
type(
  unit
)
"src/unix/lwt_main.ml" 68 2256 2260 "src/unix/lwt_main.ml" 69 2284 2307
type(
  unit
)
"src/unix/lwt_main.ml" 67 2235 2245 "src/unix/lwt_main.ml" 69 2284 2308
type(
  unit -> unit
)
"src/unix/lwt_main.ml" 67 2235 2237 "src/unix/lwt_main.ml" 69 2284 2308
call(
  stack
)
type(
  unit
)
"src/unix/lwt_main.ml" 71 2310 2314 "src/unix/lwt_main.ml" 71 2310 2321
type(
  (unit -> unit Lwt.t) -> unit
)
ident(
  def at_exit "src/unix/lwt_main.ml" 71 2310 2366 "src/unix/lwt_main.ml" 1 0 -1
)
"src/unix/lwt_main.ml" 71 2310 2322 "src/unix/lwt_main.ml" 71 2310 2323
type(
  unit -> unit Lwt.t
)
ident(
  def f "src/unix/lwt_main.ml" 71 2310 2326 "src/unix/lwt_main.ml" 71 2310 2366
)
"src/unix/lwt_main.ml" 71 2310 2326 "src/unix/lwt_main.ml" 71 2310 2332
type(
  (unit -> unit Lwt.t) Lwt_sequence.node -> unit
)
ident(
  ext_ref Pervasives.ignore
)
"src/unix/lwt_main.ml" 71 2310 2334 "src/unix/lwt_main.ml" 71 2310 2352
type(
  (unit -> unit Lwt.t) ->
  (unit -> unit Lwt.t) Lwt_sequence.t ->
  (unit -> unit Lwt.t) Lwt_sequence.node
)
ident(
  ext_ref Lwt_sequence.add_l
)
"src/unix/lwt_main.ml" 71 2310 2353 "src/unix/lwt_main.ml" 71 2310 2354
type(
  unit -> unit Lwt.t
)
ident(
  int_ref f "src/unix/lwt_main.ml" 71 2310 2322 "src/unix/lwt_main.ml" 71 2310 2323
)
"src/unix/lwt_main.ml" 71 2310 2355 "src/unix/lwt_main.ml" 71 2310 2365
type(
  (unit -> unit Lwt.t) Lwt_sequence.t
)
ident(
  int_ref exit_hooks "src/unix/lwt_main.ml" 54 1939 1943 "src/unix/lwt_main.ml" 54 1939 1953
)
"src/unix/lwt_main.ml" 71 2310 2333 "src/unix/lwt_main.ml" 71 2310 2366
call(
  stack
)
type(
  (unit -> unit Lwt.t) Lwt_sequence.node
)
"src/unix/lwt_main.ml" 71 2310 2326 "src/unix/lwt_main.ml" 71 2310 2366
type(
  unit
)