This file is indexed.

/usr/lib/ocaml/ppx_sexp_conv/ppx_sexp_conv.annot is in libppx-sexp-conv-ocaml-dev 113.33.03-2.

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
"src/ppx_sexp_conv.ml" 12 278 284 "src/ppx_sexp_conv.ml" 12 278 297
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def str_type_decl "src/ppx_sexp_conv.ml" 20 520 522 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 13 300 304 "src/ppx_sexp_conv.ml" 13 300 334
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure) ->
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 13 300 335 "src/ppx_sexp_conv.ml" 13 300 350
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure
)
ident(
  ext_ref E.str_type_decl
)
"src/ppx_sexp_conv.ml" 14 351 383 "src/ppx_sexp_conv.ml" 14 351 396
type(
  (Parsetree.label_declaration, Parsetree.expression)
  Ppx_core.Std.Attribute.t
)
ident(
  ext_ref Attrs.default
)
"src/ppx_sexp_conv.ml" 14 351 371 "src/ppx_sexp_conv.ml" 14 351 396
type(
  Ppx_core.Std.Attribute.packed
)
"src/ppx_sexp_conv.ml" 15 397 429 "src/ppx_sexp_conv.ml" 15 397 447
type(
  (Parsetree.label_declaration, unit) Ppx_core.Std.Attribute.t
)
ident(
  ext_ref Attrs.drop_default
)
"src/ppx_sexp_conv.ml" 15 397 417 "src/ppx_sexp_conv.ml" 15 397 447
type(
  Ppx_core.Std.Attribute.packed
)
"src/ppx_sexp_conv.ml" 16 448 480 "src/ppx_sexp_conv.ml" 16 448 493
type(
  (Parsetree.label_declaration, Parsetree.expression)
  Ppx_core.Std.Attribute.t
)
ident(
  ext_ref Attrs.drop_if
)
"src/ppx_sexp_conv.ml" 16 448 468 "src/ppx_sexp_conv.ml" 16 448 493
type(
  Ppx_core.Std.Attribute.packed
)
"src/ppx_sexp_conv.ml" 14 351 369 "src/ppx_sexp_conv.ml" 17 494 513
type(
  Ppx_core.Std.Attribute.packed list
)
"src/ppx_sexp_conv.ml" 13 300 304 "src/ppx_sexp_conv.ml" 17 494 513
call(
  stack
)
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 20 520 526 "src/ppx_sexp_conv.ml" 20 520 539
type(
  (Parsetree.structure, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  def str_exception "src/ppx_sexp_conv.ml" 24 599 601 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 21 542 546 "src/ppx_sexp_conv.ml" 21 542 576
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string -> Parsetree.extension_constructor -> Parsetree.structure) ->
  (Parsetree.structure, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 21 542 577 "src/ppx_sexp_conv.ml" 21 542 592
type(
  loc:Location.t ->
  path:string -> Parsetree.extension_constructor -> Parsetree.structure
)
ident(
  ext_ref E.str_exception
)
"src/ppx_sexp_conv.ml" 21 542 546 "src/ppx_sexp_conv.ml" 21 542 592
call(
  stack
)
type(
  (Parsetree.structure, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 24 599 605 "src/ppx_sexp_conv.ml" 24 599 618
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def sig_type_decl "src/ppx_sexp_conv.ml" 28 678 680 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 25 621 625 "src/ppx_sexp_conv.ml" 25 621 655
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature) ->
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 25 621 656 "src/ppx_sexp_conv.ml" 25 621 671
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature
)
ident(
  ext_ref E.sig_type_decl
)
"src/ppx_sexp_conv.ml" 25 621 625 "src/ppx_sexp_conv.ml" 25 621 671
call(
  stack
)
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 28 678 684 "src/ppx_sexp_conv.ml" 28 678 697
type(
  (Parsetree.signature, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  def sig_exception "src/ppx_sexp_conv.ml" 32 757 759 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 29 700 704 "src/ppx_sexp_conv.ml" 29 700 734
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string -> Parsetree.extension_constructor -> Parsetree.signature) ->
  (Parsetree.signature, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 29 700 735 "src/ppx_sexp_conv.ml" 29 700 750
type(
  loc:Location.t ->
  path:string -> Parsetree.extension_constructor -> Parsetree.signature
)
ident(
  ext_ref E.sig_exception
)
"src/ppx_sexp_conv.ml" 29 700 704 "src/ppx_sexp_conv.ml" 29 700 750
call(
  stack
)
type(
  (Parsetree.signature, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 32 757 763 "src/ppx_sexp_conv.ml" 32 757 772
type(
  loc:'a -> path:'b -> Parsetree.core_type -> Parsetree.expression
)
ident(
  def extension "src/ppx_sexp_conv.ml" 34 813 815 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 32 757 778 "src/ppx_sexp_conv.ml" 32 757 779
type(
  'a
)
"src/ppx_sexp_conv.ml" 32 757 786 "src/ppx_sexp_conv.ml" 32 757 787
type(
  'b
)
"src/ppx_sexp_conv.ml" 32 757 788 "src/ppx_sexp_conv.ml" 32 757 792
type(
  Parsetree.core_type
)
ident(
  def ctyp "src/ppx_sexp_conv.ml" 32 757 795 "src/ppx_sexp_conv.ml" 32 757 811
)
"src/ppx_sexp_conv.ml" 32 757 795 "src/ppx_sexp_conv.ml" 32 757 806
type(
  Parsetree.core_type -> Parsetree.expression
)
ident(
  ext_ref E.core_type
)
"src/ppx_sexp_conv.ml" 32 757 807 "src/ppx_sexp_conv.ml" 32 757 811
type(
  Parsetree.core_type
)
ident(
  int_ref ctyp "src/ppx_sexp_conv.ml" 32 757 788 "src/ppx_sexp_conv.ml" 32 757 792
)
"src/ppx_sexp_conv.ml" 32 757 795 "src/ppx_sexp_conv.ml" 32 757 811
call(
  tail
)
type(
  Parsetree.expression
)
"src/ppx_sexp_conv.ml" 34 813 819 "src/ppx_sexp_conv.ml" 34 813 826
type(
  Type_conv.t
)
ident(
  def deriver "src/ppx_sexp_conv.ml" 40 941 957 "src/ppx_sexp_conv.ml" 42 963 966
)
"src/ppx_sexp_conv.ml" 35 829 833 "src/ppx_sexp_conv.ml" 35 829 846
type(
  ?str_type_decl:(Parsetree.structure,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?str_type_ext:(Parsetree.structure, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?str_exception:(Parsetree.structure, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?sig_type_decl:(Parsetree.signature,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?sig_type_ext:(Parsetree.signature, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?sig_exception:(Parsetree.signature, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?extension:(loc:Location.t ->
              path:string -> Parsetree.core_type -> Parsetree.expression) ->
  string -> Type_conv.t
)
ident(
  ext_ref Type_conv.add
)
"src/ppx_sexp_conv.ml" 35 829 847 "src/ppx_sexp_conv.ml" 35 829 856
type(
  string
)
"src/ppx_sexp_conv.ml" 36 857 864 "src/ppx_sexp_conv.ml" 36 857 877
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref str_type_decl "src/ppx_sexp_conv.ml" 12 278 284 "src/ppx_sexp_conv.ml" 12 278 297
)
"src/ppx_sexp_conv.ml" 37 878 885 "src/ppx_sexp_conv.ml" 37 878 898
type(
  (Parsetree.structure, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  int_ref str_exception "src/ppx_sexp_conv.ml" 20 520 526 "src/ppx_sexp_conv.ml" 20 520 539
)
"src/ppx_sexp_conv.ml" 38 899 906 "src/ppx_sexp_conv.ml" 38 899 919
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref sig_type_decl "src/ppx_sexp_conv.ml" 24 599 605 "src/ppx_sexp_conv.ml" 24 599 618
)
"src/ppx_sexp_conv.ml" 39 920 927 "src/ppx_sexp_conv.ml" 39 920 940
type(
  (Parsetree.signature, Parsetree.extension_constructor)
  Type_conv.Generator.t
)
ident(
  int_ref sig_exception "src/ppx_sexp_conv.ml" 28 678 684 "src/ppx_sexp_conv.ml" 28 678 697
)
"src/ppx_sexp_conv.ml" 40 941 948 "src/ppx_sexp_conv.ml" 40 941 957
type(
  loc:Location.t ->
  path:string -> Parsetree.core_type -> Parsetree.expression
)
ident(
  int_ref extension "src/ppx_sexp_conv.ml" 32 757 763 "src/ppx_sexp_conv.ml" 32 757 772
)
"src/ppx_sexp_conv.ml" 35 829 833 "src/ppx_sexp_conv.ml" 40 941 957
call(
  stack
)
type(
  Type_conv.t
)
"src/ppx_sexp_conv.ml" 47 1037 1043 "src/ppx_sexp_conv.ml" 47 1037 1056
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def str_type_decl "src/ppx_sexp_conv.ml" 52 1178 1180 "src/ppx_sexp_conv.ml" 64 1439 1442
)
"src/ppx_sexp_conv.ml" 48 1059 1063 "src/ppx_sexp_conv.ml" 48 1059 1093
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure) ->
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 48 1059 1095 "src/ppx_sexp_conv.ml" 48 1059 1110
type(
  loc:Location.t ->
  poly:bool ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure
)
ident(
  ext_ref E.str_type_decl
)
"src/ppx_sexp_conv.ml" 48 1059 1117 "src/ppx_sexp_conv.ml" 48 1059 1122
type(
  bool
)
"src/ppx_sexp_conv.ml" 48 1059 1094 "src/ppx_sexp_conv.ml" 48 1059 1123
call(
  tail
)
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure
)
"src/ppx_sexp_conv.ml" 49 1124 1156 "src/ppx_sexp_conv.ml" 49 1124 1169
type(
  (Parsetree.label_declaration, Parsetree.expression)
  Ppx_core.Std.Attribute.t
)
ident(
  ext_ref Attrs.default
)
"src/ppx_sexp_conv.ml" 49 1124 1144 "src/ppx_sexp_conv.ml" 49 1124 1169
type(
  Ppx_core.Std.Attribute.packed
)
"src/ppx_sexp_conv.ml" 49 1124 1142 "src/ppx_sexp_conv.ml" 49 1124 1171
type(
  Ppx_core.Std.Attribute.packed list
)
"src/ppx_sexp_conv.ml" 48 1059 1063 "src/ppx_sexp_conv.ml" 49 1124 1171
call(
  stack
)
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 52 1178 1184 "src/ppx_sexp_conv.ml" 52 1178 1197
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def sig_type_decl "src/ppx_sexp_conv.ml" 56 1271 1273 "src/ppx_sexp_conv.ml" 64 1439 1442
)
"src/ppx_sexp_conv.ml" 53 1200 1204 "src/ppx_sexp_conv.ml" 53 1200 1234
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature) ->
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 53 1200 1236 "src/ppx_sexp_conv.ml" 53 1200 1251
type(
  poly:bool ->
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature
)
ident(
  ext_ref E.sig_type_decl
)
"src/ppx_sexp_conv.ml" 53 1200 1258 "src/ppx_sexp_conv.ml" 53 1200 1263
type(
  bool
)
"src/ppx_sexp_conv.ml" 53 1200 1235 "src/ppx_sexp_conv.ml" 53 1200 1264
call(
  stack
)
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature
)
"src/ppx_sexp_conv.ml" 53 1200 1204 "src/ppx_sexp_conv.ml" 53 1200 1264
call(
  stack
)
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 56 1271 1277 "src/ppx_sexp_conv.ml" 56 1271 1286
type(
  loc:'a -> path:string -> Parsetree.core_type -> Parsetree.expression
)
ident(
  def extension "src/ppx_sexp_conv.ml" 58 1331 1333 "src/ppx_sexp_conv.ml" 64 1439 1442
)
"src/ppx_sexp_conv.ml" 56 1271 1292 "src/ppx_sexp_conv.ml" 56 1271 1293
type(
  'a
)
"src/ppx_sexp_conv.ml" 56 1271 1295 "src/ppx_sexp_conv.ml" 56 1271 1299
type(
  string
)
ident(
  def path "src/ppx_sexp_conv.ml" 56 1271 1300 "src/ppx_sexp_conv.ml" 56 1271 1329
)
"src/ppx_sexp_conv.ml" 56 1271 1300 "src/ppx_sexp_conv.ml" 56 1271 1304
type(
  Parsetree.core_type
)
ident(
  def ctyp "src/ppx_sexp_conv.ml" 56 1271 1307 "src/ppx_sexp_conv.ml" 56 1271 1329
)
"src/ppx_sexp_conv.ml" 56 1271 1307 "src/ppx_sexp_conv.ml" 56 1271 1318
type(
  path:string -> Parsetree.core_type -> Parsetree.expression
)
ident(
  ext_ref E.core_type
)
"src/ppx_sexp_conv.ml" 56 1271 1320 "src/ppx_sexp_conv.ml" 56 1271 1324
type(
  string
)
ident(
  int_ref path "src/ppx_sexp_conv.ml" 56 1271 1295 "src/ppx_sexp_conv.ml" 56 1271 1299
)
"src/ppx_sexp_conv.ml" 56 1271 1325 "src/ppx_sexp_conv.ml" 56 1271 1329
type(
  Parsetree.core_type
)
ident(
  int_ref ctyp "src/ppx_sexp_conv.ml" 56 1271 1300 "src/ppx_sexp_conv.ml" 56 1271 1304
)
"src/ppx_sexp_conv.ml" 56 1271 1307 "src/ppx_sexp_conv.ml" 56 1271 1329
call(
  tail
)
type(
  Parsetree.expression
)
"src/ppx_sexp_conv.ml" 58 1331 1337 "src/ppx_sexp_conv.ml" 58 1331 1344
type(
  Type_conv.t
)
ident(
  def deriver "src/ppx_sexp_conv.ml" 62 1417 1433 "src/ppx_sexp_conv.ml" 64 1439 1442
)
"src/ppx_sexp_conv.ml" 59 1347 1351 "src/ppx_sexp_conv.ml" 59 1347 1364
type(
  ?str_type_decl:(Parsetree.structure,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?str_type_ext:(Parsetree.structure, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?str_exception:(Parsetree.structure, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?sig_type_decl:(Parsetree.signature,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?sig_type_ext:(Parsetree.signature, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?sig_exception:(Parsetree.signature, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?extension:(loc:Location.t ->
              path:string -> Parsetree.core_type -> Parsetree.expression) ->
  string -> Type_conv.t
)
ident(
  ext_ref Type_conv.add
)
"src/ppx_sexp_conv.ml" 59 1347 1365 "src/ppx_sexp_conv.ml" 59 1347 1374
type(
  string
)
"src/ppx_sexp_conv.ml" 60 1375 1382 "src/ppx_sexp_conv.ml" 60 1375 1395
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref str_type_decl "src/ppx_sexp_conv.ml" 47 1037 1043 "src/ppx_sexp_conv.ml" 47 1037 1056
)
"src/ppx_sexp_conv.ml" 61 1396 1403 "src/ppx_sexp_conv.ml" 61 1396 1416
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref sig_type_decl "src/ppx_sexp_conv.ml" 52 1178 1184 "src/ppx_sexp_conv.ml" 52 1178 1197
)
"src/ppx_sexp_conv.ml" 62 1417 1424 "src/ppx_sexp_conv.ml" 62 1417 1433
type(
  loc:Location.t ->
  path:string -> Parsetree.core_type -> Parsetree.expression
)
ident(
  int_ref extension "src/ppx_sexp_conv.ml" 56 1271 1277 "src/ppx_sexp_conv.ml" 56 1271 1286
)
"src/ppx_sexp_conv.ml" 59 1347 1351 "src/ppx_sexp_conv.ml" 62 1417 1433
call(
  stack
)
type(
  Type_conv.t
)
"src/ppx_sexp_conv.ml" 69 1518 1524 "src/ppx_sexp_conv.ml" 69 1518 1537
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def str_type_decl "src/ppx_sexp_conv.ml" 74 1658 1660 "src/ppx_sexp_conv.ml" 83 1846 1849
)
"src/ppx_sexp_conv.ml" 70 1540 1544 "src/ppx_sexp_conv.ml" 70 1540 1574
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure) ->
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 70 1540 1576 "src/ppx_sexp_conv.ml" 70 1540 1591
type(
  loc:Location.t ->
  poly:bool ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure
)
ident(
  ext_ref E.str_type_decl
)
"src/ppx_sexp_conv.ml" 70 1540 1598 "src/ppx_sexp_conv.ml" 70 1540 1602
type(
  bool
)
"src/ppx_sexp_conv.ml" 70 1540 1575 "src/ppx_sexp_conv.ml" 70 1540 1603
call(
  tail
)
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.structure
)
"src/ppx_sexp_conv.ml" 71 1604 1636 "src/ppx_sexp_conv.ml" 71 1604 1649
type(
  (Parsetree.label_declaration, Parsetree.expression)
  Ppx_core.Std.Attribute.t
)
ident(
  ext_ref Attrs.default
)
"src/ppx_sexp_conv.ml" 71 1604 1624 "src/ppx_sexp_conv.ml" 71 1604 1649
type(
  Ppx_core.Std.Attribute.packed
)
"src/ppx_sexp_conv.ml" 71 1604 1622 "src/ppx_sexp_conv.ml" 71 1604 1651
type(
  Ppx_core.Std.Attribute.packed list
)
"src/ppx_sexp_conv.ml" 70 1540 1544 "src/ppx_sexp_conv.ml" 71 1604 1651
call(
  stack
)
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 74 1658 1664 "src/ppx_sexp_conv.ml" 74 1658 1677
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  def sig_type_decl "src/ppx_sexp_conv.ml" 78 1750 1752 "src/ppx_sexp_conv.ml" 83 1846 1849
)
"src/ppx_sexp_conv.ml" 75 1680 1684 "src/ppx_sexp_conv.ml" 75 1680 1714
type(
  ?attributes:Ppx_core.Std.Attribute.packed list ->
  (loc:Location.t ->
   path:string ->
   Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature) ->
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  ext_ref Type_conv.Generator.make_noarg
)
"src/ppx_sexp_conv.ml" 75 1680 1716 "src/ppx_sexp_conv.ml" 75 1680 1731
type(
  poly:bool ->
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature
)
ident(
  ext_ref E.sig_type_decl
)
"src/ppx_sexp_conv.ml" 75 1680 1738 "src/ppx_sexp_conv.ml" 75 1680 1742
type(
  bool
)
"src/ppx_sexp_conv.ml" 75 1680 1715 "src/ppx_sexp_conv.ml" 75 1680 1743
call(
  stack
)
type(
  loc:Location.t ->
  path:string ->
  Asttypes.rec_flag * Parsetree.type_declaration list -> Parsetree.signature
)
"src/ppx_sexp_conv.ml" 75 1680 1684 "src/ppx_sexp_conv.ml" 75 1680 1743
call(
  stack
)
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
"src/ppx_sexp_conv.ml" 78 1750 1756 "src/ppx_sexp_conv.ml" 78 1750 1763
type(
  Type_conv.t
)
ident(
  def deriver "src/ppx_sexp_conv.ml" 81 1820 1840 "src/ppx_sexp_conv.ml" 83 1846 1849
)
"src/ppx_sexp_conv.ml" 79 1766 1770 "src/ppx_sexp_conv.ml" 79 1766 1783
type(
  ?str_type_decl:(Parsetree.structure,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?str_type_ext:(Parsetree.structure, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?str_exception:(Parsetree.structure, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?sig_type_decl:(Parsetree.signature,
                  Asttypes.rec_flag * Parsetree.type_declaration list)
                 Type_conv.Generator.t ->
  ?sig_type_ext:(Parsetree.signature, Parsetree.type_extension)
                Type_conv.Generator.t ->
  ?sig_exception:(Parsetree.signature, Parsetree.extension_constructor)
                 Type_conv.Generator.t ->
  ?extension:(loc:Location.t ->
              path:string -> Parsetree.core_type -> Parsetree.expression) ->
  string -> Type_conv.t
)
ident(
  ext_ref Type_conv.add
)
"src/ppx_sexp_conv.ml" 79 1766 1784 "src/ppx_sexp_conv.ml" 79 1766 1798
type(
  string
)
"src/ppx_sexp_conv.ml" 80 1799 1806 "src/ppx_sexp_conv.ml" 80 1799 1819
type(
  (Parsetree.signature, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref sig_type_decl "src/ppx_sexp_conv.ml" 74 1658 1664 "src/ppx_sexp_conv.ml" 74 1658 1677
)
"src/ppx_sexp_conv.ml" 81 1820 1827 "src/ppx_sexp_conv.ml" 81 1820 1840
type(
  (Parsetree.structure, Asttypes.rec_flag * Parsetree.type_declaration list)
  Type_conv.Generator.t
)
ident(
  int_ref str_type_decl "src/ppx_sexp_conv.ml" 69 1518 1524 "src/ppx_sexp_conv.ml" 69 1518 1537
)
"src/ppx_sexp_conv.ml" 79 1766 1770 "src/ppx_sexp_conv.ml" 81 1820 1840
call(
  stack
)
type(
  Type_conv.t
)
"src/ppx_sexp_conv.ml" 85 1851 1855 "src/ppx_sexp_conv.ml" 85 1851 1857
type(
  unit
)
"src/ppx_sexp_conv.ml" 86 1860 1862 "src/ppx_sexp_conv.ml" 86 1860 1881
type(
  string ->
  ?str_type_decl:Type_conv.t list ->
  ?str_type_ext:Type_conv.t list ->
  ?str_exception:Type_conv.t list ->
  ?sig_type_decl:Type_conv.t list ->
  ?sig_type_ext:Type_conv.t list ->
  ?sig_exception:Type_conv.t list -> Type_conv.t list -> Type_conv.t
)
ident(
  ext_ref Type_conv.add_alias
)
"src/ppx_sexp_conv.ml" 86 1860 1882 "src/ppx_sexp_conv.ml" 86 1860 1888
type(
  string
)
"src/ppx_sexp_conv.ml" 86 1860 1890 "src/ppx_sexp_conv.ml" 86 1860 1905
type(
  Type_conv.t
)
ident(
  int_ref Sexp_of.deriver "src/ppx_sexp_conv.ml" 34 813 819 "src/ppx_sexp_conv.ml" 34 813 826
)
"src/ppx_sexp_conv.ml" 86 1860 1907 "src/ppx_sexp_conv.ml" 86 1860 1922
type(
  Type_conv.t
)
ident(
  int_ref Of_sexp.deriver "src/ppx_sexp_conv.ml" 58 1331 1337 "src/ppx_sexp_conv.ml" 58 1331 1344
)
"src/ppx_sexp_conv.ml" 86 1860 1889 "src/ppx_sexp_conv.ml" 86 1860 1923
type(
  Type_conv.t list
)
"src/ppx_sexp_conv.ml" 87 1924 1944 "src/ppx_sexp_conv.ml" 87 1924 1959
type(
  Type_conv.t
)
ident(
  int_ref Sexp_of.deriver "src/ppx_sexp_conv.ml" 34 813 819 "src/ppx_sexp_conv.ml" 34 813 826
)
"src/ppx_sexp_conv.ml" 87 1924 1943 "src/ppx_sexp_conv.ml" 87 1924 1960
type(
  Type_conv.t list
)
"src/ppx_sexp_conv.ml" 88 1961 1981 "src/ppx_sexp_conv.ml" 88 1961 1996
type(
  Type_conv.t
)
ident(
  int_ref Sexp_of.deriver "src/ppx_sexp_conv.ml" 34 813 819 "src/ppx_sexp_conv.ml" 34 813 826
)
"src/ppx_sexp_conv.ml" 88 1961 1980 "src/ppx_sexp_conv.ml" 88 1961 1997
type(
  Type_conv.t list
)
"src/ppx_sexp_conv.ml" 86 1860 1862 "src/ppx_sexp_conv.ml" 88 1961 1997
call(
  stack
)
type(
  Type_conv.t
)
"src/ppx_sexp_conv.ml" 89 1998 2000 "src/ppx_sexp_conv.ml" 89 1998 2002
type(
  Type_conv.t -> (Type_conv.t -> unit) -> unit
)
ident(
  ext_ref Pervasives.( |> )
)
"src/ppx_sexp_conv.ml" 89 1998 2003 "src/ppx_sexp_conv.ml" 89 1998 2019
type(
  Type_conv.t -> unit
)
ident(
  ext_ref Type_conv.ignore
)
"src/ppx_sexp_conv.ml" 86 1860 1862 "src/ppx_sexp_conv.ml" 89 1998 2019
call(
  stack
)
type(
  unit
)
"src/ppx_sexp_conv.ml" 90 2021 2023 "src/ppx_sexp_conv.ml" 90 2021 2042
type(
  string ->
  ?str_type_decl:Type_conv.t list ->
  ?str_type_ext:Type_conv.t list ->
  ?str_exception:Type_conv.t list ->
  ?sig_type_decl:Type_conv.t list ->
  ?sig_type_ext:Type_conv.t list ->
  ?sig_exception:Type_conv.t list -> Type_conv.t list -> Type_conv.t
)
ident(
  ext_ref Type_conv.add_alias
)
"src/ppx_sexp_conv.ml" 90 2021 2043 "src/ppx_sexp_conv.ml" 90 2021 2054
type(
  string
)
"src/ppx_sexp_conv.ml" 90 2021 2056 "src/ppx_sexp_conv.ml" 90 2021 2071
type(
  Type_conv.t
)
ident(
  int_ref Sexp_of.deriver "src/ppx_sexp_conv.ml" 34 813 819 "src/ppx_sexp_conv.ml" 34 813 826
)
"src/ppx_sexp_conv.ml" 90 2021 2073 "src/ppx_sexp_conv.ml" 90 2021 2093
type(
  Type_conv.t
)
ident(
  int_ref Of_sexp_poly.deriver "src/ppx_sexp_conv.ml" 78 1750 1756 "src/ppx_sexp_conv.ml" 78 1750 1763
)
"src/ppx_sexp_conv.ml" 90 2021 2055 "src/ppx_sexp_conv.ml" 90 2021 2094
type(
  Type_conv.t list
)
"src/ppx_sexp_conv.ml" 90 2021 2023 "src/ppx_sexp_conv.ml" 90 2021 2094
call(
  stack
)
type(
  Type_conv.t
)
"src/ppx_sexp_conv.ml" 91 2095 2097 "src/ppx_sexp_conv.ml" 91 2095 2099
type(
  Type_conv.t -> (Type_conv.t -> unit) -> unit
)
ident(
  ext_ref Pervasives.( |> )
)
"src/ppx_sexp_conv.ml" 91 2095 2100 "src/ppx_sexp_conv.ml" 91 2095 2116
type(
  Type_conv.t -> unit
)
ident(
  ext_ref Type_conv.ignore
)
"src/ppx_sexp_conv.ml" 90 2021 2023 "src/ppx_sexp_conv.ml" 91 2095 2117
call(
  stack
)
type(
  unit
)
"src/ppx_sexp_conv.ml" 86 1860 1862 "src/ppx_sexp_conv.ml" 91 2095 2117
type(
  unit
)