This file is indexed.

/usr/lib/ocaml/pgocaml/PGOCaml_aux.annot is in libpgocaml-ocaml-dev 2.2-2build1.

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
"src/PGOCaml_aux.ml" 6 42 48 "src/PGOCaml_aux.ml" 6 42 59
type(
  string -> string -> bool
)
ident(
  def starts_with "src/PGOCaml_aux.ml" 20 334 336 "src/PGOCaml_aux.ml" 42 869 872
)
"src/PGOCaml_aux.ml" 6 42 60 "src/PGOCaml_aux.ml" 6 42 63
type(
  string
)
ident(
  def str "src/PGOCaml_aux.ml" 6 42 64 "src/PGOCaml_aux.ml" 18 321 332
)
"src/PGOCaml_aux.ml" 6 42 64 "src/PGOCaml_aux.ml" 6 42 70
type(
  string
)
ident(
  def prefix "src/PGOCaml_aux.ml" 7 73 77 "src/PGOCaml_aux.ml" 18 321 332
)
"src/PGOCaml_aux.ml" 7 73 81 "src/PGOCaml_aux.ml" 7 73 84
type(
  int
)
ident(
  def len "src/PGOCaml_aux.ml" 8 104 108 "src/PGOCaml_aux.ml" 18 321 332
)
"src/PGOCaml_aux.ml" 7 73 87 "src/PGOCaml_aux.ml" 7 73 93
type(
  string -> int
)
ident(
  ext_ref length
)
"src/PGOCaml_aux.ml" 7 73 94 "src/PGOCaml_aux.ml" 7 73 100
type(
  string
)
ident(
  int_ref prefix "src/PGOCaml_aux.ml" 6 42 64 "src/PGOCaml_aux.ml" 6 42 70
)
"src/PGOCaml_aux.ml" 7 73 87 "src/PGOCaml_aux.ml" 7 73 100
type(
  int
)
"src/PGOCaml_aux.ml" 8 104 111 "src/PGOCaml_aux.ml" 8 104 117
type(
  string -> int
)
ident(
  ext_ref length
)
"src/PGOCaml_aux.ml" 8 104 118 "src/PGOCaml_aux.ml" 8 104 121
type(
  string
)
ident(
  int_ref str "src/PGOCaml_aux.ml" 6 42 60 "src/PGOCaml_aux.ml" 6 42 63
)
"src/PGOCaml_aux.ml" 8 104 111 "src/PGOCaml_aux.ml" 8 104 121
type(
  int
)
"src/PGOCaml_aux.ml" 8 104 122 "src/PGOCaml_aux.ml" 8 104 123
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( < )
)
"src/PGOCaml_aux.ml" 8 104 124 "src/PGOCaml_aux.ml" 8 104 127
type(
  int
)
ident(
  int_ref len "src/PGOCaml_aux.ml" 7 73 81 "src/PGOCaml_aux.ml" 7 73 84
)
"src/PGOCaml_aux.ml" 8 104 111 "src/PGOCaml_aux.ml" 8 104 127
type(
  bool
)
"src/PGOCaml_aux.ml" 10 137 143 "src/PGOCaml_aux.ml" 10 137 148
type(
  bool
)
"src/PGOCaml_aux.ml" 12 158 172 "src/PGOCaml_aux.ml" 12 158 175
type(
  int -> bool
)
ident(
  def aux "src/PGOCaml_aux.ml" 12 158 164 "src/PGOCaml_aux.ml" 18 321 332
)
"src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 12 158 177
type(
  int
)
ident(
  def i "src/PGOCaml_aux.ml" 13 180 188 "src/PGOCaml_aux.ml" 17 293 317
)
"src/PGOCaml_aux.ml" 13 180 191 "src/PGOCaml_aux.ml" 13 180 192
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 12 158 177
)
"src/PGOCaml_aux.ml" 13 180 193 "src/PGOCaml_aux.ml" 13 180 195
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( >= )
)
"src/PGOCaml_aux.ml" 13 180 196 "src/PGOCaml_aux.ml" 13 180 199
type(
  int
)
ident(
  int_ref len "src/PGOCaml_aux.ml" 7 73 81 "src/PGOCaml_aux.ml" 7 73 84
)
"src/PGOCaml_aux.ml" 13 180 191 "src/PGOCaml_aux.ml" 13 180 199
type(
  bool
)
"src/PGOCaml_aux.ml" 14 200 213 "src/PGOCaml_aux.ml" 14 200 217
type(
  bool
)
"src/PGOCaml_aux.ml" 15 218 234 "src/PGOCaml_aux.ml" 15 218 244
type(
  string -> int -> char
)
ident(
  ext_ref unsafe_get
)
"src/PGOCaml_aux.ml" 15 218 245 "src/PGOCaml_aux.ml" 15 218 248
type(
  string
)
ident(
  int_ref str "src/PGOCaml_aux.ml" 6 42 60 "src/PGOCaml_aux.ml" 6 42 63
)
"src/PGOCaml_aux.ml" 15 218 249 "src/PGOCaml_aux.ml" 15 218 250
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 12 158 177
)
"src/PGOCaml_aux.ml" 15 218 234 "src/PGOCaml_aux.ml" 15 218 250
type(
  char
)
"src/PGOCaml_aux.ml" 15 218 251 "src/PGOCaml_aux.ml" 15 218 253
type(
  char -> char -> bool
)
ident(
  ext_ref Pervasives.( <> )
)
"src/PGOCaml_aux.ml" 15 218 254 "src/PGOCaml_aux.ml" 15 218 264
type(
  string -> int -> char
)
ident(
  ext_ref unsafe_get
)
"src/PGOCaml_aux.ml" 15 218 265 "src/PGOCaml_aux.ml" 15 218 271
type(
  string
)
ident(
  int_ref prefix "src/PGOCaml_aux.ml" 6 42 64 "src/PGOCaml_aux.ml" 6 42 70
)
"src/PGOCaml_aux.ml" 15 218 272 "src/PGOCaml_aux.ml" 15 218 273
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 12 158 177
)
"src/PGOCaml_aux.ml" 15 218 254 "src/PGOCaml_aux.ml" 15 218 273
type(
  char
)
"src/PGOCaml_aux.ml" 15 218 234 "src/PGOCaml_aux.ml" 15 218 273
type(
  bool
)
"src/PGOCaml_aux.ml" 16 274 287 "src/PGOCaml_aux.ml" 16 274 292
type(
  bool
)
"src/PGOCaml_aux.ml" 17 293 306 "src/PGOCaml_aux.ml" 17 293 309
type(
  int -> bool
)
ident(
  int_ref aux "src/PGOCaml_aux.ml" 12 158 172 "src/PGOCaml_aux.ml" 12 158 175
)
"src/PGOCaml_aux.ml" 17 293 311 "src/PGOCaml_aux.ml" 17 293 312
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 12 158 177
)
"src/PGOCaml_aux.ml" 17 293 313 "src/PGOCaml_aux.ml" 17 293 314
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/PGOCaml_aux.ml" 17 293 315 "src/PGOCaml_aux.ml" 17 293 316
type(
  int
)
"src/PGOCaml_aux.ml" 17 293 311 "src/PGOCaml_aux.ml" 17 293 316
type(
  int
)
"src/PGOCaml_aux.ml" 17 293 306 "src/PGOCaml_aux.ml" 17 293 317
call(
  tail
)
type(
  bool
)
"src/PGOCaml_aux.ml" 15 218 231 "src/PGOCaml_aux.ml" 17 293 317
type(
  bool
)
"src/PGOCaml_aux.ml" 13 180 188 "src/PGOCaml_aux.ml" 17 293 317
type(
  bool
)
"src/PGOCaml_aux.ml" 12 158 176 "src/PGOCaml_aux.ml" 17 293 317
type(
  int -> bool
)
"src/PGOCaml_aux.ml" 18 321 327 "src/PGOCaml_aux.ml" 18 321 330
type(
  int -> bool
)
ident(
  int_ref aux "src/PGOCaml_aux.ml" 12 158 172 "src/PGOCaml_aux.ml" 12 158 175
)
"src/PGOCaml_aux.ml" 18 321 331 "src/PGOCaml_aux.ml" 18 321 332
type(
  int
)
"src/PGOCaml_aux.ml" 18 321 327 "src/PGOCaml_aux.ml" 18 321 332
call(
  tail
)
type(
  bool
)
"src/PGOCaml_aux.ml" 12 158 164 "src/PGOCaml_aux.ml" 18 321 332
type(
  bool
)
"src/PGOCaml_aux.ml" 8 104 108 "src/PGOCaml_aux.ml" 18 321 332
type(
  bool
)
"src/PGOCaml_aux.ml" 7 73 77 "src/PGOCaml_aux.ml" 18 321 332
type(
  bool
)
"src/PGOCaml_aux.ml" 6 42 64 "src/PGOCaml_aux.ml" 18 321 332
type(
  string -> bool
)
"src/PGOCaml_aux.ml" 6 42 60 "src/PGOCaml_aux.ml" 18 321 332
type(
  string -> string -> bool
)
"src/PGOCaml_aux.ml" 20 334 340 "src/PGOCaml_aux.ml" 20 334 344
type(
  string -> string list -> string
)
ident(
  def join "src/PGOCaml_aux.ml" 22 355 357 "src/PGOCaml_aux.ml" 42 869 872
)
"src/PGOCaml_aux.ml" 20 334 347 "src/PGOCaml_aux.ml" 20 334 353
type(
  string -> string list -> string
)
ident(
  ext_ref concat
)
"src/PGOCaml_aux.ml" 22 355 361 "src/PGOCaml_aux.ml" 22 355 368
type(
  char list -> string
)
ident(
  def implode "src/PGOCaml_aux.ml" 27 487 489 "src/PGOCaml_aux.ml" 42 869 872
)
"src/PGOCaml_aux.ml" 22 355 369 "src/PGOCaml_aux.ml" 22 355 371
type(
  char list
)
ident(
  def xs "src/PGOCaml_aux.ml" 23 374 378 "src/PGOCaml_aux.ml" 25 462 485
)
"src/PGOCaml_aux.ml" 23 374 382 "src/PGOCaml_aux.ml" 23 374 385
type(
  Buffer.t
)
ident(
  def buf "src/PGOCaml_aux.ml" 24 422 426 "src/PGOCaml_aux.ml" 25 462 485
)
"src/PGOCaml_aux.ml" 23 374 388 "src/PGOCaml_aux.ml" 23 374 401
type(
  int -> Buffer.t
)
ident(
  ext_ref Buffer.create
)
"src/PGOCaml_aux.ml" 23 374 403 "src/PGOCaml_aux.ml" 23 374 414
type(
  char list -> int
)
ident(
  ext_ref List.length
)
"src/PGOCaml_aux.ml" 23 374 415 "src/PGOCaml_aux.ml" 23 374 417
type(
  char list
)
ident(
  int_ref xs "src/PGOCaml_aux.ml" 22 355 369 "src/PGOCaml_aux.ml" 22 355 371
)
"src/PGOCaml_aux.ml" 23 374 403 "src/PGOCaml_aux.ml" 23 374 417
call(
  stack
)
type(
  int
)
"src/PGOCaml_aux.ml" 23 374 388 "src/PGOCaml_aux.ml" 23 374 418
call(
  stack
)
type(
  Buffer.t
)
"src/PGOCaml_aux.ml" 24 422 426 "src/PGOCaml_aux.ml" 24 422 435
type(
  (char -> unit) -> char list -> unit
)
ident(
  ext_ref List.iter
)
"src/PGOCaml_aux.ml" 24 422 437 "src/PGOCaml_aux.ml" 24 422 452
type(
  Buffer.t -> char -> unit
)
ident(
  ext_ref Buffer.add_char
)
"src/PGOCaml_aux.ml" 24 422 453 "src/PGOCaml_aux.ml" 24 422 456
type(
  Buffer.t
)
ident(
  int_ref buf "src/PGOCaml_aux.ml" 23 374 382 "src/PGOCaml_aux.ml" 23 374 385
)
"src/PGOCaml_aux.ml" 24 422 437 "src/PGOCaml_aux.ml" 24 422 456
call(
  stack
)
type(
  char -> unit
)
"src/PGOCaml_aux.ml" 24 422 458 "src/PGOCaml_aux.ml" 24 422 460
type(
  char list
)
ident(
  int_ref xs "src/PGOCaml_aux.ml" 22 355 369 "src/PGOCaml_aux.ml" 22 355 371
)
"src/PGOCaml_aux.ml" 24 422 426 "src/PGOCaml_aux.ml" 24 422 460
call(
  stack
)
type(
  unit
)
"src/PGOCaml_aux.ml" 25 462 466 "src/PGOCaml_aux.ml" 25 462 481
type(
  Buffer.t -> string
)
ident(
  ext_ref Buffer.contents
)
"src/PGOCaml_aux.ml" 25 462 482 "src/PGOCaml_aux.ml" 25 462 485
type(
  Buffer.t
)
ident(
  int_ref buf "src/PGOCaml_aux.ml" 23 374 382 "src/PGOCaml_aux.ml" 23 374 385
)
"src/PGOCaml_aux.ml" 25 462 466 "src/PGOCaml_aux.ml" 25 462 485
call(
  tail
)
type(
  string
)
"src/PGOCaml_aux.ml" 24 422 426 "src/PGOCaml_aux.ml" 25 462 485
type(
  string
)
"src/PGOCaml_aux.ml" 23 374 378 "src/PGOCaml_aux.ml" 25 462 485
type(
  string
)
"src/PGOCaml_aux.ml" 22 355 369 "src/PGOCaml_aux.ml" 25 462 485
type(
  char list -> string
)
"src/PGOCaml_aux.ml" 27 487 493 "src/PGOCaml_aux.ml" 27 487 502
type(
  ('a -> char -> 'a) -> 'a -> string -> 'a
)
ident(
  def fold_left "src/PGOCaml_aux.ml" 36 731 733 "src/PGOCaml_aux.ml" 42 869 872
)
"src/PGOCaml_aux.ml" 27 487 503 "src/PGOCaml_aux.ml" 27 487 504
type(
  'a -> char -> 'a
)
ident(
  def f "src/PGOCaml_aux.ml" 27 487 505 "src/PGOCaml_aux.ml" 33 650 665
)
"src/PGOCaml_aux.ml" 27 487 505 "src/PGOCaml_aux.ml" 27 487 509
type(
  'a
)
ident(
  def init "src/PGOCaml_aux.ml" 27 487 510 "src/PGOCaml_aux.ml" 33 650 665
)
"src/PGOCaml_aux.ml" 27 487 510 "src/PGOCaml_aux.ml" 27 487 513
type(
  string
)
ident(
  def str "src/PGOCaml_aux.ml" 28 516 520 "src/PGOCaml_aux.ml" 33 650 665
)
"src/PGOCaml_aux.ml" 28 516 524 "src/PGOCaml_aux.ml" 28 516 527
type(
  int
)
ident(
  def len "src/PGOCaml_aux.ml" 29 544 548 "src/PGOCaml_aux.ml" 33 650 665
)
"src/PGOCaml_aux.ml" 28 516 530 "src/PGOCaml_aux.ml" 28 516 536
type(
  string -> int
)
ident(
  ext_ref length
)
"src/PGOCaml_aux.ml" 28 516 537 "src/PGOCaml_aux.ml" 28 516 540
type(
  string
)
ident(
  int_ref str "src/PGOCaml_aux.ml" 27 487 510 "src/PGOCaml_aux.ml" 27 487 513
)
"src/PGOCaml_aux.ml" 28 516 530 "src/PGOCaml_aux.ml" 28 516 540
type(
  int
)
"src/PGOCaml_aux.ml" 29 544 556 "src/PGOCaml_aux.ml" 29 544 560
type(
  int -> 'a -> 'a
)
ident(
  def loop "src/PGOCaml_aux.ml" 29 544 548 "src/PGOCaml_aux.ml" 33 650 665
)
"src/PGOCaml_aux.ml" 29 544 561 "src/PGOCaml_aux.ml" 29 544 562
type(
  int
)
ident(
  def i "src/PGOCaml_aux.ml" 29 544 563 "src/PGOCaml_aux.ml" 32 605 646
)
"src/PGOCaml_aux.ml" 29 544 563 "src/PGOCaml_aux.ml" 29 544 568
type(
  'a
)
ident(
  def accum "src/PGOCaml_aux.ml" 30 571 577 "src/PGOCaml_aux.ml" 32 605 646
)
"src/PGOCaml_aux.ml" 30 571 580 "src/PGOCaml_aux.ml" 30 571 581
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 29 544 561 "src/PGOCaml_aux.ml" 29 544 562
)
"src/PGOCaml_aux.ml" 30 571 582 "src/PGOCaml_aux.ml" 30 571 583
type(
  int -> int -> bool
)
ident(
  ext_ref Pervasives.( = )
)
"src/PGOCaml_aux.ml" 30 571 584 "src/PGOCaml_aux.ml" 30 571 587
type(
  int
)
ident(
  int_ref len "src/PGOCaml_aux.ml" 28 516 524 "src/PGOCaml_aux.ml" 28 516 527
)
"src/PGOCaml_aux.ml" 30 571 580 "src/PGOCaml_aux.ml" 30 571 587
type(
  bool
)
"src/PGOCaml_aux.ml" 31 588 599 "src/PGOCaml_aux.ml" 31 588 604
type(
  'a
)
ident(
  int_ref accum "src/PGOCaml_aux.ml" 29 544 563 "src/PGOCaml_aux.ml" 29 544 568
)
"src/PGOCaml_aux.ml" 32 605 616 "src/PGOCaml_aux.ml" 32 605 620
type(
  int -> 'a -> 'a
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 29 544 556 "src/PGOCaml_aux.ml" 29 544 560
)
"src/PGOCaml_aux.ml" 32 605 622 "src/PGOCaml_aux.ml" 32 605 623
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 29 544 561 "src/PGOCaml_aux.ml" 29 544 562
)
"src/PGOCaml_aux.ml" 32 605 624 "src/PGOCaml_aux.ml" 32 605 625
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/PGOCaml_aux.ml" 32 605 626 "src/PGOCaml_aux.ml" 32 605 627
type(
  int
)
"src/PGOCaml_aux.ml" 32 605 622 "src/PGOCaml_aux.ml" 32 605 627
type(
  int
)
"src/PGOCaml_aux.ml" 32 605 630 "src/PGOCaml_aux.ml" 32 605 631
type(
  'a -> char -> 'a
)
ident(
  int_ref f "src/PGOCaml_aux.ml" 27 487 503 "src/PGOCaml_aux.ml" 27 487 504
)
"src/PGOCaml_aux.ml" 32 605 632 "src/PGOCaml_aux.ml" 32 605 637
type(
  'a
)
ident(
  int_ref accum "src/PGOCaml_aux.ml" 29 544 563 "src/PGOCaml_aux.ml" 29 544 568
)
"src/PGOCaml_aux.ml" 32 605 638 "src/PGOCaml_aux.ml" 32 605 641
type(
  string
)
ident(
  int_ref str "src/PGOCaml_aux.ml" 27 487 510 "src/PGOCaml_aux.ml" 27 487 513
)
"src/PGOCaml_aux.ml" 32 605 643 "src/PGOCaml_aux.ml" 32 605 644
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 29 544 561 "src/PGOCaml_aux.ml" 29 544 562
)
"src/PGOCaml_aux.ml" 32 605 638 "src/PGOCaml_aux.ml" 32 605 645
type(
  char
)
type(
  string -> int -> char
)
ident(
  ext_ref String.get
)
"src/PGOCaml_aux.ml" 32 605 630 "src/PGOCaml_aux.ml" 32 605 645
call(
  stack
)
type(
  'a
)
"src/PGOCaml_aux.ml" 32 605 616 "src/PGOCaml_aux.ml" 32 605 646
call(
  tail
)
type(
  'a
)
"src/PGOCaml_aux.ml" 30 571 577 "src/PGOCaml_aux.ml" 32 605 646
type(
  'a
)
"src/PGOCaml_aux.ml" 29 544 563 "src/PGOCaml_aux.ml" 32 605 646
type(
  'a -> 'a
)
"src/PGOCaml_aux.ml" 29 544 561 "src/PGOCaml_aux.ml" 32 605 646
type(
  int -> 'a -> 'a
)
"src/PGOCaml_aux.ml" 33 650 654 "src/PGOCaml_aux.ml" 33 650 658
type(
  int -> 'a -> 'a
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 29 544 556 "src/PGOCaml_aux.ml" 29 544 560
)
"src/PGOCaml_aux.ml" 33 650 659 "src/PGOCaml_aux.ml" 33 650 660
type(
  int
)
"src/PGOCaml_aux.ml" 33 650 661 "src/PGOCaml_aux.ml" 33 650 665
type(
  'a
)
ident(
  int_ref init "src/PGOCaml_aux.ml" 27 487 505 "src/PGOCaml_aux.ml" 27 487 509
)
"src/PGOCaml_aux.ml" 33 650 654 "src/PGOCaml_aux.ml" 33 650 665
call(
  tail
)
type(
  'a
)
"src/PGOCaml_aux.ml" 29 544 548 "src/PGOCaml_aux.ml" 33 650 665
type(
  'a
)
"src/PGOCaml_aux.ml" 28 516 520 "src/PGOCaml_aux.ml" 33 650 665
type(
  'a
)
"src/PGOCaml_aux.ml" 27 487 510 "src/PGOCaml_aux.ml" 33 650 665
type(
  string -> 'a
)
"src/PGOCaml_aux.ml" 27 487 505 "src/PGOCaml_aux.ml" 33 650 665
type(
  'a -> string -> 'a
)
"src/PGOCaml_aux.ml" 27 487 503 "src/PGOCaml_aux.ml" 33 650 665
type(
  ('a -> char -> 'a) -> 'a -> string -> 'a
)
"src/PGOCaml_aux.ml" 36 731 737 "src/PGOCaml_aux.ml" 36 731 741
type(
  int -> (int -> char) -> string
)
ident(
  def init "src/PGOCaml_aux.ml" 41 847 868 "src/PGOCaml_aux.ml" 42 869 872
)
"src/PGOCaml_aux.ml" 36 731 742 "src/PGOCaml_aux.ml" 36 731 743
type(
  int
)
ident(
  def n "src/PGOCaml_aux.ml" 36 731 744 "src/PGOCaml_aux.ml" 41 847 868
)
"src/PGOCaml_aux.ml" 36 731 744 "src/PGOCaml_aux.ml" 36 731 745
type(
  int -> char
)
ident(
  def f "src/PGOCaml_aux.ml" 37 748 752 "src/PGOCaml_aux.ml" 41 847 868
)
"src/PGOCaml_aux.ml" 37 748 756 "src/PGOCaml_aux.ml" 37 748 757
type(
  bytes
)
ident(
  def s "src/PGOCaml_aux.ml" 38 778 782 "src/PGOCaml_aux.ml" 41 847 868
)
"src/PGOCaml_aux.ml" 37 748 760 "src/PGOCaml_aux.ml" 37 748 772
type(
  int -> bytes
)
ident(
  ext_ref Bytes.create
)
"src/PGOCaml_aux.ml" 37 748 773 "src/PGOCaml_aux.ml" 37 748 774
type(
  int
)
ident(
  int_ref n "src/PGOCaml_aux.ml" 36 731 742 "src/PGOCaml_aux.ml" 36 731 743
)
"src/PGOCaml_aux.ml" 37 748 760 "src/PGOCaml_aux.ml" 37 748 774
type(
  bytes
)
"src/PGOCaml_aux.ml" 38 778 790 "src/PGOCaml_aux.ml" 38 778 791
type(
  int
)
"src/PGOCaml_aux.ml" 38 778 795 "src/PGOCaml_aux.ml" 38 778 796
type(
  int
)
ident(
  int_ref n "src/PGOCaml_aux.ml" 36 731 742 "src/PGOCaml_aux.ml" 36 731 743
)
"src/PGOCaml_aux.ml" 38 778 797 "src/PGOCaml_aux.ml" 38 778 798
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( - )
)
"src/PGOCaml_aux.ml" 38 778 799 "src/PGOCaml_aux.ml" 38 778 800
type(
  int
)
"src/PGOCaml_aux.ml" 38 778 795 "src/PGOCaml_aux.ml" 38 778 800
type(
  int
)
"src/PGOCaml_aux.ml" 39 804 810 "src/PGOCaml_aux.ml" 39 804 826
type(
  bytes -> int -> char -> unit
)
ident(
  ext_ref Bytes.unsafe_set
)
"src/PGOCaml_aux.ml" 39 804 827 "src/PGOCaml_aux.ml" 39 804 828
type(
  bytes
)
ident(
  int_ref s "src/PGOCaml_aux.ml" 37 748 756 "src/PGOCaml_aux.ml" 37 748 757
)
"src/PGOCaml_aux.ml" 39 804 829 "src/PGOCaml_aux.ml" 39 804 830
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 38 778 782 "src/PGOCaml_aux.ml" 40 837 845
)
"src/PGOCaml_aux.ml" 39 804 832 "src/PGOCaml_aux.ml" 39 804 833
type(
  int -> char
)
ident(
  int_ref f "src/PGOCaml_aux.ml" 36 731 744 "src/PGOCaml_aux.ml" 36 731 745
)
"src/PGOCaml_aux.ml" 39 804 834 "src/PGOCaml_aux.ml" 39 804 835
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 38 778 782 "src/PGOCaml_aux.ml" 40 837 845
)
"src/PGOCaml_aux.ml" 39 804 832 "src/PGOCaml_aux.ml" 39 804 835
call(
  stack
)
type(
  char
)
"src/PGOCaml_aux.ml" 39 804 810 "src/PGOCaml_aux.ml" 39 804 836
type(
  unit
)
"src/PGOCaml_aux.ml" 38 778 782 "src/PGOCaml_aux.ml" 40 837 845
type(
  unit
)
"src/PGOCaml_aux.ml" 41 847 851 "src/PGOCaml_aux.ml" 41 847 866
type(
  bytes -> string
)
ident(
  ext_ref Bytes.to_string
)
"src/PGOCaml_aux.ml" 41 847 867 "src/PGOCaml_aux.ml" 41 847 868
type(
  bytes
)
ident(
  int_ref s "src/PGOCaml_aux.ml" 37 748 756 "src/PGOCaml_aux.ml" 37 748 757
)
"src/PGOCaml_aux.ml" 41 847 851 "src/PGOCaml_aux.ml" 41 847 868
call(
  tail
)
type(
  string
)
"src/PGOCaml_aux.ml" 38 778 782 "src/PGOCaml_aux.ml" 41 847 868
type(
  string
)
"src/PGOCaml_aux.ml" 37 748 752 "src/PGOCaml_aux.ml" 41 847 868
type(
  string
)
"src/PGOCaml_aux.ml" 36 731 744 "src/PGOCaml_aux.ml" 41 847 868
type(
  (int -> char) -> string
)
"src/PGOCaml_aux.ml" 36 731 742 "src/PGOCaml_aux.ml" 41 847 868
type(
  int -> (int -> char) -> string
)
"src/PGOCaml_aux.ml" 46 897 903 "src/PGOCaml_aux.ml" 46 897 910
type(
  'a -> 'a option -> 'a
)
ident(
  def default "src/PGOCaml_aux.ml" 50 959 961 "src/PGOCaml_aux.ml" 57 1119 1122
)
"src/PGOCaml_aux.ml" 46 897 911 "src/PGOCaml_aux.ml" 46 897 912
type(
  'a
)
ident(
  def v "src/PGOCaml_aux.ml" 46 897 915 "src/PGOCaml_aux.ml" 48 942 957
)
"src/PGOCaml_aux.ml" 47 924 935 "src/PGOCaml_aux.ml" 47 924 936
type(
  'a
)
ident(
  def v "src/PGOCaml_aux.ml" 47 924 940 "src/PGOCaml_aux.ml" 47 924 941
)
"src/PGOCaml_aux.ml" 47 924 930 "src/PGOCaml_aux.ml" 47 924 936
type(
  'a option
)
"src/PGOCaml_aux.ml" 47 924 940 "src/PGOCaml_aux.ml" 47 924 941
type(
  'a
)
ident(
  int_ref v "src/PGOCaml_aux.ml" 47 924 935 "src/PGOCaml_aux.ml" 47 924 936
)
"src/PGOCaml_aux.ml" 48 942 948 "src/PGOCaml_aux.ml" 48 942 952
type(
  'a option
)
"src/PGOCaml_aux.ml" 48 942 956 "src/PGOCaml_aux.ml" 48 942 957
type(
  'a
)
ident(
  int_ref v "src/PGOCaml_aux.ml" 46 897 911 "src/PGOCaml_aux.ml" 46 897 912
)
"src/PGOCaml_aux.ml" 46 897 915 "src/PGOCaml_aux.ml" 48 942 957
type(
  'a option -> 'a
)
"src/PGOCaml_aux.ml" 46 897 911 "src/PGOCaml_aux.ml" 48 942 957
type(
  'a -> 'a option -> 'a
)
"src/PGOCaml_aux.ml" 50 959 965 "src/PGOCaml_aux.ml" 50 959 968
type(
  'b option -> 'b
)
ident(
  def get "src/PGOCaml_aux.ml" 54 1050 1052 "src/PGOCaml_aux.ml" 57 1119 1122
)
"src/PGOCaml_aux.ml" 51 980 991 "src/PGOCaml_aux.ml" 51 980 992
type(
  'b
)
ident(
  def v "src/PGOCaml_aux.ml" 51 980 996 "src/PGOCaml_aux.ml" 51 980 997
)
"src/PGOCaml_aux.ml" 51 980 986 "src/PGOCaml_aux.ml" 51 980 992
type(
  'b option
)
"src/PGOCaml_aux.ml" 51 980 996 "src/PGOCaml_aux.ml" 51 980 997
type(
  'b
)
ident(
  int_ref v "src/PGOCaml_aux.ml" 51 980 991 "src/PGOCaml_aux.ml" 51 980 992
)
"src/PGOCaml_aux.ml" 52 998 1004 "src/PGOCaml_aux.ml" 52 998 1008
type(
  'b option
)
"src/PGOCaml_aux.ml" 52 998 1012 "src/PGOCaml_aux.ml" 52 998 1023
type(
  string -> 'b
)
ident(
  ext_ref Pervasives.invalid_arg
)
"src/PGOCaml_aux.ml" 52 998 1024 "src/PGOCaml_aux.ml" 52 998 1048
type(
  string
)
"src/PGOCaml_aux.ml" 52 998 1012 "src/PGOCaml_aux.ml" 52 998 1048
call(
  tail
)
type(
  'b
)
"src/PGOCaml_aux.ml" 50 959 971 "src/PGOCaml_aux.ml" 52 998 1048
type(
  'b option -> 'b
)
"src/PGOCaml_aux.ml" 54 1050 1056 "src/PGOCaml_aux.ml" 54 1050 1059
type(
  ('c -> 'd) -> 'c option -> 'd option
)
ident(
  def map "src/PGOCaml_aux.ml" 56 1100 1118 "src/PGOCaml_aux.ml" 57 1119 1122
)
"src/PGOCaml_aux.ml" 54 1050 1060 "src/PGOCaml_aux.ml" 54 1050 1061
type(
  'c -> 'd
)
ident(
  def f "src/PGOCaml_aux.ml" 54 1050 1064 "src/PGOCaml_aux.ml" 56 1100 1118
)
"src/PGOCaml_aux.ml" 55 1073 1084 "src/PGOCaml_aux.ml" 55 1073 1085
type(
  'c
)
ident(
  def v "src/PGOCaml_aux.ml" 55 1073 1089 "src/PGOCaml_aux.ml" 55 1073 1099
)
"src/PGOCaml_aux.ml" 55 1073 1079 "src/PGOCaml_aux.ml" 55 1073 1085
type(
  'c option
)
"src/PGOCaml_aux.ml" 55 1073 1095 "src/PGOCaml_aux.ml" 55 1073 1096
type(
  'c -> 'd
)
ident(
  int_ref f "src/PGOCaml_aux.ml" 54 1050 1060 "src/PGOCaml_aux.ml" 54 1050 1061
)
"src/PGOCaml_aux.ml" 55 1073 1097 "src/PGOCaml_aux.ml" 55 1073 1098
type(
  'c
)
ident(
  int_ref v "src/PGOCaml_aux.ml" 55 1073 1084 "src/PGOCaml_aux.ml" 55 1073 1085
)
"src/PGOCaml_aux.ml" 55 1073 1095 "src/PGOCaml_aux.ml" 55 1073 1098
call(
  stack
)
type(
  'd
)
"src/PGOCaml_aux.ml" 55 1073 1089 "src/PGOCaml_aux.ml" 55 1073 1099
type(
  'd option
)
"src/PGOCaml_aux.ml" 56 1100 1106 "src/PGOCaml_aux.ml" 56 1100 1110
type(
  'c option
)
"src/PGOCaml_aux.ml" 56 1100 1114 "src/PGOCaml_aux.ml" 56 1100 1118
type(
  'd option
)
"src/PGOCaml_aux.ml" 54 1050 1064 "src/PGOCaml_aux.ml" 56 1100 1118
type(
  'c option -> 'd option
)
"src/PGOCaml_aux.ml" 54 1050 1060 "src/PGOCaml_aux.ml" 56 1100 1118
type(
  ('c -> 'd) -> 'c option -> 'd option
)
"src/PGOCaml_aux.ml" 63 1161 1167 "src/PGOCaml_aux.ml" 63 1161 1172
type(
  (int -> 'a -> 'b) -> 'a list -> unit
)
ident(
  def iteri "src/PGOCaml_aux.ml" 69 1287 1289 "src/PGOCaml_aux.ml" 74 1430 1433
)
"src/PGOCaml_aux.ml" 63 1161 1173 "src/PGOCaml_aux.ml" 63 1161 1174
type(
  int -> 'a -> 'b
)
ident(
  def f "src/PGOCaml_aux.ml" 63 1161 1175 "src/PGOCaml_aux.ml" 67 1272 1285
)
"src/PGOCaml_aux.ml" 63 1161 1175 "src/PGOCaml_aux.ml" 63 1161 1177
type(
  'a list
)
ident(
  def xs "src/PGOCaml_aux.ml" 64 1180 1184 "src/PGOCaml_aux.ml" 67 1272 1285
)
"src/PGOCaml_aux.ml" 64 1180 1192 "src/PGOCaml_aux.ml" 64 1180 1196
type(
  int -> 'a list -> unit
)
ident(
  def loop "src/PGOCaml_aux.ml" 64 1180 1184 "src/PGOCaml_aux.ml" 67 1272 1285
)
"src/PGOCaml_aux.ml" 64 1180 1197 "src/PGOCaml_aux.ml" 64 1180 1198
type(
  int
)
ident(
  def i "src/PGOCaml_aux.ml" 64 1180 1201 "src/PGOCaml_aux.ml" 66 1227 1268
)
"src/PGOCaml_aux.ml" 65 1210 1218 "src/PGOCaml_aux.ml" 65 1210 1220
type(
  'a list
)
"src/PGOCaml_aux.ml" 65 1210 1224 "src/PGOCaml_aux.ml" 65 1210 1226
type(
  unit
)
"src/PGOCaml_aux.ml" 66 1227 1235 "src/PGOCaml_aux.ml" 66 1227 1237
type(
  'a
)
ident(
  def hd "src/PGOCaml_aux.ml" 66 1227 1247 "src/PGOCaml_aux.ml" 66 1227 1268
)
"src/PGOCaml_aux.ml" 66 1227 1241 "src/PGOCaml_aux.ml" 66 1227 1243
type(
  'a list
)
ident(
  def tl "src/PGOCaml_aux.ml" 66 1227 1247 "src/PGOCaml_aux.ml" 66 1227 1268
)
"src/PGOCaml_aux.ml" 66 1227 1235 "src/PGOCaml_aux.ml" 66 1227 1243
type(
  'a list
)
"src/PGOCaml_aux.ml" 66 1227 1247 "src/PGOCaml_aux.ml" 66 1227 1248
type(
  int -> 'a -> 'b
)
ident(
  int_ref f "src/PGOCaml_aux.ml" 63 1161 1173 "src/PGOCaml_aux.ml" 63 1161 1174
)
"src/PGOCaml_aux.ml" 66 1227 1249 "src/PGOCaml_aux.ml" 66 1227 1250
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 64 1180 1197 "src/PGOCaml_aux.ml" 64 1180 1198
)
"src/PGOCaml_aux.ml" 66 1227 1251 "src/PGOCaml_aux.ml" 66 1227 1253
type(
  'a
)
ident(
  int_ref hd "src/PGOCaml_aux.ml" 66 1227 1235 "src/PGOCaml_aux.ml" 66 1227 1237
)
"src/PGOCaml_aux.ml" 66 1227 1247 "src/PGOCaml_aux.ml" 66 1227 1253
call(
  stack
)
type(
  'b
)
"src/PGOCaml_aux.ml" 66 1227 1255 "src/PGOCaml_aux.ml" 66 1227 1259
type(
  int -> 'a list -> unit
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 64 1180 1192 "src/PGOCaml_aux.ml" 64 1180 1196
)
"src/PGOCaml_aux.ml" 66 1227 1261 "src/PGOCaml_aux.ml" 66 1227 1262
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 64 1180 1197 "src/PGOCaml_aux.ml" 64 1180 1198
)
"src/PGOCaml_aux.ml" 66 1227 1262 "src/PGOCaml_aux.ml" 66 1227 1263
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/PGOCaml_aux.ml" 66 1227 1263 "src/PGOCaml_aux.ml" 66 1227 1264
type(
  int
)
"src/PGOCaml_aux.ml" 66 1227 1261 "src/PGOCaml_aux.ml" 66 1227 1264
type(
  int
)
"src/PGOCaml_aux.ml" 66 1227 1266 "src/PGOCaml_aux.ml" 66 1227 1268
type(
  'a list
)
ident(
  int_ref tl "src/PGOCaml_aux.ml" 66 1227 1241 "src/PGOCaml_aux.ml" 66 1227 1243
)
"src/PGOCaml_aux.ml" 66 1227 1255 "src/PGOCaml_aux.ml" 66 1227 1268
call(
  tail
)
type(
  unit
)
"src/PGOCaml_aux.ml" 66 1227 1247 "src/PGOCaml_aux.ml" 66 1227 1268
type(
  unit
)
"src/PGOCaml_aux.ml" 64 1180 1201 "src/PGOCaml_aux.ml" 66 1227 1268
type(
  'a list -> unit
)
"src/PGOCaml_aux.ml" 64 1180 1197 "src/PGOCaml_aux.ml" 66 1227 1268
type(
  int -> 'a list -> unit
)
"src/PGOCaml_aux.ml" 67 1272 1276 "src/PGOCaml_aux.ml" 67 1272 1280
type(
  int -> 'a list -> unit
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 64 1180 1192 "src/PGOCaml_aux.ml" 64 1180 1196
)
"src/PGOCaml_aux.ml" 67 1272 1281 "src/PGOCaml_aux.ml" 67 1272 1282
type(
  int
)
"src/PGOCaml_aux.ml" 67 1272 1283 "src/PGOCaml_aux.ml" 67 1272 1285
type(
  'a list
)
ident(
  int_ref xs "src/PGOCaml_aux.ml" 63 1161 1175 "src/PGOCaml_aux.ml" 63 1161 1177
)
"src/PGOCaml_aux.ml" 67 1272 1276 "src/PGOCaml_aux.ml" 67 1272 1285
call(
  tail
)
type(
  unit
)
"src/PGOCaml_aux.ml" 64 1180 1184 "src/PGOCaml_aux.ml" 67 1272 1285
type(
  unit
)
"src/PGOCaml_aux.ml" 63 1161 1175 "src/PGOCaml_aux.ml" 67 1272 1285
type(
  'a list -> unit
)
"src/PGOCaml_aux.ml" 63 1161 1173 "src/PGOCaml_aux.ml" 67 1272 1285
type(
  (int -> 'a -> 'b) -> 'a list -> unit
)
"src/PGOCaml_aux.ml" 69 1287 1293 "src/PGOCaml_aux.ml" 69 1287 1297
type(
  (int -> 'c -> 'd) -> 'c list -> 'd list
)
ident(
  def mapi "src/PGOCaml_aux.ml" 73 1416 1429 "src/PGOCaml_aux.ml" 74 1430 1433
)
"src/PGOCaml_aux.ml" 69 1287 1298 "src/PGOCaml_aux.ml" 69 1287 1299
type(
  int -> 'c -> 'd
)
ident(
  def f "src/PGOCaml_aux.ml" 69 1287 1300 "src/PGOCaml_aux.ml" 73 1416 1429
)
"src/PGOCaml_aux.ml" 69 1287 1300 "src/PGOCaml_aux.ml" 69 1287 1302
type(
  'c list
)
ident(
  def xs "src/PGOCaml_aux.ml" 70 1305 1309 "src/PGOCaml_aux.ml" 73 1416 1429
)
"src/PGOCaml_aux.ml" 70 1305 1317 "src/PGOCaml_aux.ml" 70 1305 1321
type(
  int -> 'c list -> 'd list
)
ident(
  def loop "src/PGOCaml_aux.ml" 70 1305 1309 "src/PGOCaml_aux.ml" 73 1416 1429
)
"src/PGOCaml_aux.ml" 70 1305 1322 "src/PGOCaml_aux.ml" 70 1305 1323
type(
  int
)
ident(
  def i "src/PGOCaml_aux.ml" 70 1305 1326 "src/PGOCaml_aux.ml" 72 1352 1412
)
"src/PGOCaml_aux.ml" 71 1335 1343 "src/PGOCaml_aux.ml" 71 1335 1345
type(
  'c list
)
"src/PGOCaml_aux.ml" 71 1335 1349 "src/PGOCaml_aux.ml" 71 1335 1351
type(
  'd list
)
"src/PGOCaml_aux.ml" 72 1352 1360 "src/PGOCaml_aux.ml" 72 1352 1362
type(
  'c
)
ident(
  def hd "src/PGOCaml_aux.ml" 72 1352 1372 "src/PGOCaml_aux.ml" 72 1352 1412
)
"src/PGOCaml_aux.ml" 72 1352 1366 "src/PGOCaml_aux.ml" 72 1352 1368
type(
  'c list
)
ident(
  def tl "src/PGOCaml_aux.ml" 72 1352 1372 "src/PGOCaml_aux.ml" 72 1352 1412
)
"src/PGOCaml_aux.ml" 72 1352 1360 "src/PGOCaml_aux.ml" 72 1352 1368
type(
  'c list
)
"src/PGOCaml_aux.ml" 72 1352 1376 "src/PGOCaml_aux.ml" 72 1352 1379
type(
  'd
)
ident(
  def hd' "src/PGOCaml_aux.ml" 72 1352 1392 "src/PGOCaml_aux.ml" 72 1352 1412
)
"src/PGOCaml_aux.ml" 72 1352 1382 "src/PGOCaml_aux.ml" 72 1352 1383
type(
  int -> 'c -> 'd
)
ident(
  int_ref f "src/PGOCaml_aux.ml" 69 1287 1298 "src/PGOCaml_aux.ml" 69 1287 1299
)
"src/PGOCaml_aux.ml" 72 1352 1384 "src/PGOCaml_aux.ml" 72 1352 1385
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 70 1305 1322 "src/PGOCaml_aux.ml" 70 1305 1323
)
"src/PGOCaml_aux.ml" 72 1352 1386 "src/PGOCaml_aux.ml" 72 1352 1388
type(
  'c
)
ident(
  int_ref hd "src/PGOCaml_aux.ml" 72 1352 1360 "src/PGOCaml_aux.ml" 72 1352 1362
)
"src/PGOCaml_aux.ml" 72 1352 1382 "src/PGOCaml_aux.ml" 72 1352 1388
call(
  stack
)
type(
  'd
)
"src/PGOCaml_aux.ml" 72 1352 1392 "src/PGOCaml_aux.ml" 72 1352 1395
type(
  'd
)
ident(
  int_ref hd' "src/PGOCaml_aux.ml" 72 1352 1376 "src/PGOCaml_aux.ml" 72 1352 1379
)
"src/PGOCaml_aux.ml" 72 1352 1399 "src/PGOCaml_aux.ml" 72 1352 1403
type(
  int -> 'c list -> 'd list
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 70 1305 1317 "src/PGOCaml_aux.ml" 70 1305 1321
)
"src/PGOCaml_aux.ml" 72 1352 1405 "src/PGOCaml_aux.ml" 72 1352 1406
type(
  int
)
ident(
  int_ref i "src/PGOCaml_aux.ml" 70 1305 1322 "src/PGOCaml_aux.ml" 70 1305 1323
)
"src/PGOCaml_aux.ml" 72 1352 1406 "src/PGOCaml_aux.ml" 72 1352 1407
type(
  int -> int -> int
)
ident(
  ext_ref Pervasives.( + )
)
"src/PGOCaml_aux.ml" 72 1352 1407 "src/PGOCaml_aux.ml" 72 1352 1408
type(
  int
)
"src/PGOCaml_aux.ml" 72 1352 1405 "src/PGOCaml_aux.ml" 72 1352 1408
type(
  int
)
"src/PGOCaml_aux.ml" 72 1352 1410 "src/PGOCaml_aux.ml" 72 1352 1412
type(
  'c list
)
ident(
  int_ref tl "src/PGOCaml_aux.ml" 72 1352 1366 "src/PGOCaml_aux.ml" 72 1352 1368
)
"src/PGOCaml_aux.ml" 72 1352 1399 "src/PGOCaml_aux.ml" 72 1352 1412
call(
  stack
)
type(
  'd list
)
"src/PGOCaml_aux.ml" 72 1352 1392 "src/PGOCaml_aux.ml" 72 1352 1412
type(
  'd list
)
"src/PGOCaml_aux.ml" 72 1352 1372 "src/PGOCaml_aux.ml" 72 1352 1412
type(
  'd list
)
"src/PGOCaml_aux.ml" 70 1305 1326 "src/PGOCaml_aux.ml" 72 1352 1412
type(
  'c list -> 'd list
)
"src/PGOCaml_aux.ml" 70 1305 1322 "src/PGOCaml_aux.ml" 72 1352 1412
type(
  int -> 'c list -> 'd list
)
"src/PGOCaml_aux.ml" 73 1416 1420 "src/PGOCaml_aux.ml" 73 1416 1424
type(
  int -> 'c list -> 'd list
)
ident(
  int_ref loop "src/PGOCaml_aux.ml" 70 1305 1317 "src/PGOCaml_aux.ml" 70 1305 1321
)
"src/PGOCaml_aux.ml" 73 1416 1425 "src/PGOCaml_aux.ml" 73 1416 1426
type(
  int
)
"src/PGOCaml_aux.ml" 73 1416 1427 "src/PGOCaml_aux.ml" 73 1416 1429
type(
  'c list
)
ident(
  int_ref xs "src/PGOCaml_aux.ml" 69 1287 1300 "src/PGOCaml_aux.ml" 69 1287 1302
)
"src/PGOCaml_aux.ml" 73 1416 1420 "src/PGOCaml_aux.ml" 73 1416 1429
call(
  tail
)
type(
  'd list
)
"src/PGOCaml_aux.ml" 70 1305 1309 "src/PGOCaml_aux.ml" 73 1416 1429
type(
  'd list
)
"src/PGOCaml_aux.ml" 69 1287 1300 "src/PGOCaml_aux.ml" 73 1416 1429
type(
  'c list -> 'd list
)
"src/PGOCaml_aux.ml" 69 1287 1298 "src/PGOCaml_aux.ml" 73 1416 1429
type(
  (int -> 'c -> 'd) -> 'c list -> 'd list
)