This file is indexed.

/usr/lib/ocaml/gsl/gsl_permut.annot is in libocamlgsl-ocaml-dev 1.19.1-1.

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
"lib/gsl_permut.ml" 11 261 265 "lib/gsl_permut.ml" 11 261 273
type(
  int array -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def of_array "lib/gsl_permut.ml" 14 316 316 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 11 261 274 "lib/gsl_permut.ml" 11 261 277
type(
  int array
)
ident(
  def arr "lib/gsl_permut.ml" 12 280 282 "lib/gsl_permut.ml" 12 280 314
)
"lib/gsl_permut.ml" 12 280 282 "lib/gsl_permut.ml" 12 280 297
type(
  (int, Bigarray.int_elt) Bigarray.kind ->
  Bigarray.c_layout Bigarray.layout ->
  int array -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  ext_ref Bigarray.Array1.of_array
)
"lib/gsl_permut.ml" 12 280 298 "lib/gsl_permut.ml" 12 280 301
type(
  (int, Bigarray.int_elt) Bigarray.kind
)
ident(
  ext_ref Bigarray.int
)
"lib/gsl_permut.ml" 12 280 302 "lib/gsl_permut.ml" 12 280 310
type(
  Bigarray.c_layout Bigarray.layout
)
ident(
  ext_ref Bigarray.c_layout
)
"lib/gsl_permut.ml" 12 280 311 "lib/gsl_permut.ml" 12 280 314
type(
  int array
)
ident(
  int_ref arr "lib/gsl_permut.ml" 11 261 274 "lib/gsl_permut.ml" 11 261 277
)
"lib/gsl_permut.ml" 12 280 282 "lib/gsl_permut.ml" 12 280 314
call(
  tail
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 14 316 320 "lib/gsl_permut.ml" 14 316 328
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> 'a array
)
ident(
  def to_array "lib/gsl_permut.ml" 18 404 404 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 14 316 329 "lib/gsl_permut.ml" 14 316 333
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  def perm "lib/gsl_permut.ml" 15 337 339 "lib/gsl_permut.ml" 16 368 402
)
"lib/gsl_permut.ml" 15 337 343 "lib/gsl_permut.ml" 15 337 346
type(
  int
)
ident(
  def len "lib/gsl_permut.ml" 16 368 370 "lib/gsl_permut.ml" 16 368 402
)
"lib/gsl_permut.ml" 15 337 349 "lib/gsl_permut.ml" 15 337 359
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> int
)
ident(
  ext_ref Bigarray.Array1.dim
)
"lib/gsl_permut.ml" 15 337 360 "lib/gsl_permut.ml" 15 337 364
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref perm "lib/gsl_permut.ml" 14 316 329 "lib/gsl_permut.ml" 14 316 333
)
"lib/gsl_permut.ml" 15 337 349 "lib/gsl_permut.ml" 15 337 364
type(
  int
)
"lib/gsl_permut.ml" 16 368 370 "lib/gsl_permut.ml" 16 368 380
type(
  int -> (int -> 'a) -> 'a array
)
ident(
  ext_ref Array.init
)
"lib/gsl_permut.ml" 16 368 381 "lib/gsl_permut.ml" 16 368 384
type(
  int
)
ident(
  int_ref len "lib/gsl_permut.ml" 15 337 343 "lib/gsl_permut.ml" 15 337 346
)
"lib/gsl_permut.ml" 16 368 386 "lib/gsl_permut.ml" 16 368 396
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> int -> 'a
)
ident(
  ext_ref Bigarray.Array1.get
)
"lib/gsl_permut.ml" 16 368 397 "lib/gsl_permut.ml" 16 368 401
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref perm "lib/gsl_permut.ml" 14 316 329 "lib/gsl_permut.ml" 14 316 333
)
"lib/gsl_permut.ml" 16 368 385 "lib/gsl_permut.ml" 16 368 402
call(
  stack
)
type(
  int -> 'a
)
"lib/gsl_permut.ml" 16 368 370 "lib/gsl_permut.ml" 16 368 402
call(
  tail
)
type(
  'a array
)
"lib/gsl_permut.ml" 15 337 339 "lib/gsl_permut.ml" 16 368 402
type(
  'a array
)
"lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def create "lib/gsl_permut.ml" 24 520 520 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 21 468 479 "lib/gsl_permut.ml" 21 468 482
type(
  int
)
ident(
  def len "lib/gsl_permut.ml" 22 486 488 "lib/gsl_permut.ml" 22 486 518
)
"lib/gsl_permut.ml" 22 486 488 "lib/gsl_permut.ml" 22 486 501
type(
  (int, Bigarray.int_elt) Bigarray.kind ->
  Bigarray.c_layout Bigarray.layout ->
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  ext_ref Bigarray.Array1.create
)
"lib/gsl_permut.ml" 22 486 502 "lib/gsl_permut.ml" 22 486 505
type(
  (int, Bigarray.int_elt) Bigarray.kind
)
ident(
  ext_ref Bigarray.int
)
"lib/gsl_permut.ml" 22 486 506 "lib/gsl_permut.ml" 22 486 514
type(
  Bigarray.c_layout Bigarray.layout
)
ident(
  ext_ref Bigarray.c_layout
)
"lib/gsl_permut.ml" 22 486 515 "lib/gsl_permut.ml" 22 486 518
type(
  int
)
ident(
  int_ref len "lib/gsl_permut.ml" 21 468 479 "lib/gsl_permut.ml" 21 468 482
)
"lib/gsl_permut.ml" 22 486 488 "lib/gsl_permut.ml" 22 486 518
call(
  tail
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 24 520 524 "lib/gsl_permut.ml" 24 520 528
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def make "lib/gsl_permut.ml" 29 576 576 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 24 520 529 "lib/gsl_permut.ml" 24 520 532
type(
  int
)
ident(
  def len "lib/gsl_permut.ml" 25 536 538 "lib/gsl_permut.ml" 27 571 574
)
"lib/gsl_permut.ml" 25 536 542 "lib/gsl_permut.ml" 25 536 543
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def p "lib/gsl_permut.ml" 26 560 562 "lib/gsl_permut.ml" 27 571 574
)
"lib/gsl_permut.ml" 25 536 546 "lib/gsl_permut.ml" 25 536 552
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref create "lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
)
"lib/gsl_permut.ml" 25 536 553 "lib/gsl_permut.ml" 25 536 556
type(
  int
)
ident(
  int_ref len "lib/gsl_permut.ml" 24 520 529 "lib/gsl_permut.ml" 24 520 532
)
"lib/gsl_permut.ml" 25 536 546 "lib/gsl_permut.ml" 25 536 556
call(
  stack
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 26 560 562 "lib/gsl_permut.ml" 26 560 566
type(
  permut -> unit
)
ident(
  int_ref init "lib/gsl_permut.ml" 18 404 404 "lib/gsl_permut.ml" 19 435 466
)
"lib/gsl_permut.ml" 26 560 567 "lib/gsl_permut.ml" 26 560 568
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 25 536 542 "lib/gsl_permut.ml" 25 536 543
)
"lib/gsl_permut.ml" 26 560 562 "lib/gsl_permut.ml" 26 560 568
type(
  unit
)
"lib/gsl_permut.ml" 27 571 573 "lib/gsl_permut.ml" 27 571 574
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 25 536 542 "lib/gsl_permut.ml" 25 536 543
)
"lib/gsl_permut.ml" 26 560 562 "lib/gsl_permut.ml" 27 571 574
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 25 536 538 "lib/gsl_permut.ml" 27 571 574
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 29 576 580 "lib/gsl_permut.ml" 29 576 584
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> int -> int -> unit
)
ident(
  def swap "lib/gsl_permut.ml" 35 676 676 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 29 576 585 "lib/gsl_permut.ml" 29 576 586
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  def p "lib/gsl_permut.ml" 29 576 587 "lib/gsl_permut.ml" 33 658 674
)
"lib/gsl_permut.ml" 29 576 587 "lib/gsl_permut.ml" 29 576 588
type(
  int
)
ident(
  def i "lib/gsl_permut.ml" 29 576 589 "lib/gsl_permut.ml" 33 658 674
)
"lib/gsl_permut.ml" 29 576 589 "lib/gsl_permut.ml" 29 576 590
type(
  int
)
ident(
  def j "lib/gsl_permut.ml" 30 593 595 "lib/gsl_permut.ml" 33 658 674
)
"lib/gsl_permut.ml" 30 593 599 "lib/gsl_permut.ml" 30 593 604
type(
  'a
)
ident(
  def tmp_i "lib/gsl_permut.ml" 31 616 618 "lib/gsl_permut.ml" 33 658 674
)
"lib/gsl_permut.ml" 30 593 607 "lib/gsl_permut.ml" 30 593 608
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 29 576 585 "lib/gsl_permut.ml" 29 576 586
)
"lib/gsl_permut.ml" 30 593 610 "lib/gsl_permut.ml" 30 593 611
type(
  int
)
ident(
  int_ref i "lib/gsl_permut.ml" 29 576 587 "lib/gsl_permut.ml" 29 576 588
)
"lib/gsl_permut.ml" 30 593 607 "lib/gsl_permut.ml" 30 593 612
type(
  'a
)
"lib/gsl_permut.ml" 31 616 622 "lib/gsl_permut.ml" 31 616 627
type(
  'a
)
ident(
  def tmp_j "lib/gsl_permut.ml" 32 639 641 "lib/gsl_permut.ml" 33 658 674
)
"lib/gsl_permut.ml" 31 616 630 "lib/gsl_permut.ml" 31 616 631
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 29 576 585 "lib/gsl_permut.ml" 29 576 586
)
"lib/gsl_permut.ml" 31 616 633 "lib/gsl_permut.ml" 31 616 634
type(
  int
)
ident(
  int_ref j "lib/gsl_permut.ml" 29 576 589 "lib/gsl_permut.ml" 29 576 590
)
"lib/gsl_permut.ml" 31 616 630 "lib/gsl_permut.ml" 31 616 635
type(
  'a
)
"lib/gsl_permut.ml" 32 639 641 "lib/gsl_permut.ml" 32 639 642
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 29 576 585 "lib/gsl_permut.ml" 29 576 586
)
"lib/gsl_permut.ml" 32 639 644 "lib/gsl_permut.ml" 32 639 645
type(
  int
)
ident(
  int_ref i "lib/gsl_permut.ml" 29 576 587 "lib/gsl_permut.ml" 29 576 588
)
"lib/gsl_permut.ml" 32 639 650 "lib/gsl_permut.ml" 32 639 655
type(
  'a
)
ident(
  int_ref tmp_j "lib/gsl_permut.ml" 31 616 622 "lib/gsl_permut.ml" 31 616 627
)
"lib/gsl_permut.ml" 32 639 641 "lib/gsl_permut.ml" 32 639 655
type(
  unit
)
"lib/gsl_permut.ml" 33 658 660 "lib/gsl_permut.ml" 33 658 661
type(
  ('a, 'b, 'c) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 29 576 585 "lib/gsl_permut.ml" 29 576 586
)
"lib/gsl_permut.ml" 33 658 663 "lib/gsl_permut.ml" 33 658 664
type(
  int
)
ident(
  int_ref j "lib/gsl_permut.ml" 29 576 589 "lib/gsl_permut.ml" 29 576 590
)
"lib/gsl_permut.ml" 33 658 669 "lib/gsl_permut.ml" 33 658 674
type(
  'a
)
ident(
  int_ref tmp_i "lib/gsl_permut.ml" 30 593 599 "lib/gsl_permut.ml" 30 593 604
)
"lib/gsl_permut.ml" 33 658 660 "lib/gsl_permut.ml" 33 658 674
type(
  unit
)
"lib/gsl_permut.ml" 32 639 641 "lib/gsl_permut.ml" 33 658 674
type(
  unit
)
"lib/gsl_permut.ml" 31 616 618 "lib/gsl_permut.ml" 33 658 674
type(
  unit
)
"lib/gsl_permut.ml" 30 593 595 "lib/gsl_permut.ml" 33 658 674
type(
  unit
)
"lib/gsl_permut.ml" 35 676 680 "lib/gsl_permut.ml" 35 676 684
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> int
)
ident(
  def size "lib/gsl_permut.ml" 38 702 702 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 36 688 690 "lib/gsl_permut.ml" 36 688 700
type(
  ('a, 'b, 'c) Bigarray.Array1.t -> int
)
ident(
  ext_ref Bigarray.Array1.dim
)
"lib/gsl_permut.ml" 41 769 773 "lib/gsl_permut.ml" 41 769 778
type(
  permut -> bool
)
ident(
  def valid "lib/gsl_permut.ml" 45 856 856 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 41 769 779 "lib/gsl_permut.ml" 41 769 780
type(
  permut
)
ident(
  def p "lib/gsl_permut.ml" 42 783 785 "lib/gsl_permut.ml" 43 798 854
)
"lib/gsl_permut.ml" 42 783 789 "lib/gsl_permut.ml" 42 783 795
type(
  permut -> bool
)
ident(
  int_ref _valid "lib/gsl_permut.ml" 38 702 702 "lib/gsl_permut.ml" 39 735 767
)
"lib/gsl_permut.ml" 42 783 796 "lib/gsl_permut.ml" 42 783 797
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 41 769 779 "lib/gsl_permut.ml" 41 769 780
)
"lib/gsl_permut.ml" 42 783 789 "lib/gsl_permut.ml" 42 783 797
type(
  bool
)
"lib/gsl_permut.ml" 43 798 824 "lib/gsl_permut.ml" 43 798 841
type(
  Gsl_error.errno
)
"lib/gsl_permut.ml" 43 798 843 "lib/gsl_permut.ml" 43 798 844
type(
  string
)
"lib/gsl_permut.ml" 43 798 805 "lib/gsl_permut.ml" 43 798 845
type(
  exn
)
"lib/gsl_permut.ml" 43 798 849 "lib/gsl_permut.ml" 43 798 854
type(
  bool
)
"lib/gsl_permut.ml" 42 783 785 "lib/gsl_permut.ml" 43 798 854
type(
  bool
)
"lib/gsl_permut.ml" 51 1015 1019 "lib/gsl_permut.ml" 51 1015 1026
type(
  permut -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def inverse "lib/gsl_permut.ml" 56 1092 1092 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 51 1015 1027 "lib/gsl_permut.ml" 51 1015 1028
type(
  permut
)
ident(
  def p "lib/gsl_permut.ml" 52 1031 1033 "lib/gsl_permut.ml" 54 1087 1090
)
"lib/gsl_permut.ml" 52 1031 1037 "lib/gsl_permut.ml" 52 1031 1038
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def i "lib/gsl_permut.ml" 53 1060 1062 "lib/gsl_permut.ml" 54 1087 1090
)
"lib/gsl_permut.ml" 52 1031 1041 "lib/gsl_permut.ml" 52 1031 1047
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref create "lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
)
"lib/gsl_permut.ml" 52 1031 1049 "lib/gsl_permut.ml" 52 1031 1053
type(
  permut -> int
)
ident(
  int_ref size "lib/gsl_permut.ml" 35 676 680 "lib/gsl_permut.ml" 35 676 684
)
"lib/gsl_permut.ml" 52 1031 1054 "lib/gsl_permut.ml" 52 1031 1055
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 51 1015 1027 "lib/gsl_permut.ml" 51 1015 1028
)
"lib/gsl_permut.ml" 52 1031 1048 "lib/gsl_permut.ml" 52 1031 1056
call(
  stack
)
type(
  int
)
"lib/gsl_permut.ml" 52 1031 1041 "lib/gsl_permut.ml" 52 1031 1056
call(
  stack
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 53 1060 1062 "lib/gsl_permut.ml" 53 1060 1070
type(
  src:permut -> dst:permut -> unit
)
ident(
  int_ref _inverse "lib/gsl_permut.ml" 48 926 926 "lib/gsl_permut.ml" 49 979 1013
)
"lib/gsl_permut.ml" 53 1060 1076 "lib/gsl_permut.ml" 53 1060 1077
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 51 1015 1027 "lib/gsl_permut.ml" 51 1015 1028
)
"lib/gsl_permut.ml" 53 1060 1083 "lib/gsl_permut.ml" 53 1060 1084
type(
  permut
)
ident(
  int_ref i "lib/gsl_permut.ml" 52 1031 1037 "lib/gsl_permut.ml" 52 1031 1038
)
"lib/gsl_permut.ml" 53 1060 1062 "lib/gsl_permut.ml" 53 1060 1084
type(
  unit
)
"lib/gsl_permut.ml" 54 1087 1089 "lib/gsl_permut.ml" 54 1087 1090
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref i "lib/gsl_permut.ml" 52 1031 1037 "lib/gsl_permut.ml" 52 1031 1038
)
"lib/gsl_permut.ml" 53 1060 1062 "lib/gsl_permut.ml" 54 1087 1090
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 52 1031 1033 "lib/gsl_permut.ml" 54 1087 1090
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 78 1891 1895 "lib/gsl_permut.ml" 78 1891 1898
type(
  permut ->
  permut -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def mul "lib/gsl_permut.ml" 83 1959 1959 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 78 1891 1899 "lib/gsl_permut.ml" 78 1891 1901
type(
  permut
)
ident(
  def pa "lib/gsl_permut.ml" 78 1891 1902 "lib/gsl_permut.ml" 81 1954 1957
)
"lib/gsl_permut.ml" 78 1891 1902 "lib/gsl_permut.ml" 78 1891 1904
type(
  permut
)
ident(
  def pb "lib/gsl_permut.ml" 79 1907 1909 "lib/gsl_permut.ml" 81 1954 1957
)
"lib/gsl_permut.ml" 79 1907 1913 "lib/gsl_permut.ml" 79 1907 1914
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def p "lib/gsl_permut.ml" 80 1937 1939 "lib/gsl_permut.ml" 81 1954 1957
)
"lib/gsl_permut.ml" 79 1907 1917 "lib/gsl_permut.ml" 79 1907 1923
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref create "lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
)
"lib/gsl_permut.ml" 79 1907 1925 "lib/gsl_permut.ml" 79 1907 1929
type(
  permut -> int
)
ident(
  int_ref size "lib/gsl_permut.ml" 35 676 680 "lib/gsl_permut.ml" 35 676 684
)
"lib/gsl_permut.ml" 79 1907 1930 "lib/gsl_permut.ml" 79 1907 1932
type(
  permut
)
ident(
  int_ref pa "lib/gsl_permut.ml" 78 1891 1899 "lib/gsl_permut.ml" 78 1891 1901
)
"lib/gsl_permut.ml" 79 1907 1924 "lib/gsl_permut.ml" 79 1907 1933
call(
  stack
)
type(
  int
)
"lib/gsl_permut.ml" 79 1907 1917 "lib/gsl_permut.ml" 79 1907 1933
call(
  stack
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 80 1937 1939 "lib/gsl_permut.ml" 80 1937 1943
type(
  permut -> permut -> permut -> unit
)
ident(
  int_ref _mul "lib/gsl_permut.ml" 77 1817 1817 "lib/gsl_permut.ml" 77 1817 1890
)
"lib/gsl_permut.ml" 80 1937 1944 "lib/gsl_permut.ml" 80 1937 1945
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 79 1907 1913 "lib/gsl_permut.ml" 79 1907 1914
)
"lib/gsl_permut.ml" 80 1937 1946 "lib/gsl_permut.ml" 80 1937 1948
type(
  permut
)
ident(
  int_ref pa "lib/gsl_permut.ml" 78 1891 1899 "lib/gsl_permut.ml" 78 1891 1901
)
"lib/gsl_permut.ml" 80 1937 1949 "lib/gsl_permut.ml" 80 1937 1951
type(
  permut
)
ident(
  int_ref pb "lib/gsl_permut.ml" 78 1891 1902 "lib/gsl_permut.ml" 78 1891 1904
)
"lib/gsl_permut.ml" 80 1937 1939 "lib/gsl_permut.ml" 80 1937 1951
type(
  unit
)
"lib/gsl_permut.ml" 81 1954 1956 "lib/gsl_permut.ml" 81 1954 1957
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 79 1907 1913 "lib/gsl_permut.ml" 79 1907 1914
)
"lib/gsl_permut.ml" 80 1937 1939 "lib/gsl_permut.ml" 81 1954 1957
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 79 1907 1909 "lib/gsl_permut.ml" 81 1954 1957
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 84 2046 2050 "lib/gsl_permut.ml" 84 2046 2069
type(
  permut -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def linear_to_canonical "lib/gsl_permut.ml" 89 2128 2128 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 84 2046 2070 "lib/gsl_permut.ml" 84 2046 2071
type(
  permut
)
ident(
  def p "lib/gsl_permut.ml" 85 2074 2076 "lib/gsl_permut.ml" 87 2123 2126
)
"lib/gsl_permut.ml" 85 2074 2080 "lib/gsl_permut.ml" 85 2074 2081
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def q "lib/gsl_permut.ml" 86 2103 2105 "lib/gsl_permut.ml" 87 2123 2126
)
"lib/gsl_permut.ml" 85 2074 2084 "lib/gsl_permut.ml" 85 2074 2090
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref create "lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
)
"lib/gsl_permut.ml" 85 2074 2092 "lib/gsl_permut.ml" 85 2074 2096
type(
  permut -> int
)
ident(
  int_ref size "lib/gsl_permut.ml" 35 676 680 "lib/gsl_permut.ml" 35 676 684
)
"lib/gsl_permut.ml" 85 2074 2097 "lib/gsl_permut.ml" 85 2074 2098
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 84 2046 2070 "lib/gsl_permut.ml" 84 2046 2071
)
"lib/gsl_permut.ml" 85 2074 2091 "lib/gsl_permut.ml" 85 2074 2099
call(
  stack
)
type(
  int
)
"lib/gsl_permut.ml" 85 2074 2084 "lib/gsl_permut.ml" 85 2074 2099
call(
  stack
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 86 2103 2105 "lib/gsl_permut.ml" 86 2103 2116
type(
  permut -> permut -> unit
)
ident(
  int_ref _lin_to_can "lib/gsl_permut.ml" 83 1959 1959 "lib/gsl_permut.ml" 83 1959 2045
)
"lib/gsl_permut.ml" 86 2103 2117 "lib/gsl_permut.ml" 86 2103 2118
type(
  permut
)
ident(
  int_ref q "lib/gsl_permut.ml" 85 2074 2080 "lib/gsl_permut.ml" 85 2074 2081
)
"lib/gsl_permut.ml" 86 2103 2119 "lib/gsl_permut.ml" 86 2103 2120
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 84 2046 2070 "lib/gsl_permut.ml" 84 2046 2071
)
"lib/gsl_permut.ml" 86 2103 2105 "lib/gsl_permut.ml" 86 2103 2120
type(
  unit
)
"lib/gsl_permut.ml" 87 2123 2125 "lib/gsl_permut.ml" 87 2123 2126
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref q "lib/gsl_permut.ml" 85 2074 2080 "lib/gsl_permut.ml" 85 2074 2081
)
"lib/gsl_permut.ml" 86 2103 2105 "lib/gsl_permut.ml" 87 2123 2126
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 85 2074 2076 "lib/gsl_permut.ml" 87 2123 2126
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 90 2215 2219 "lib/gsl_permut.ml" 90 2215 2238
type(
  permut -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def canonical_to_linear "lib/gsl_permut.ml" 95 2297 2297 "lib/gsl_permut.ml" 1 0 -1
)
"lib/gsl_permut.ml" 90 2215 2239 "lib/gsl_permut.ml" 90 2215 2240
type(
  permut
)
ident(
  def q "lib/gsl_permut.ml" 91 2243 2245 "lib/gsl_permut.ml" 93 2292 2295
)
"lib/gsl_permut.ml" 91 2243 2249 "lib/gsl_permut.ml" 91 2243 2250
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  def p "lib/gsl_permut.ml" 92 2272 2274 "lib/gsl_permut.ml" 93 2292 2295
)
"lib/gsl_permut.ml" 91 2243 2253 "lib/gsl_permut.ml" 91 2243 2259
type(
  int -> (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref create "lib/gsl_permut.ml" 21 468 472 "lib/gsl_permut.ml" 21 468 478
)
"lib/gsl_permut.ml" 91 2243 2261 "lib/gsl_permut.ml" 91 2243 2265
type(
  permut -> int
)
ident(
  int_ref size "lib/gsl_permut.ml" 35 676 680 "lib/gsl_permut.ml" 35 676 684
)
"lib/gsl_permut.ml" 91 2243 2266 "lib/gsl_permut.ml" 91 2243 2267
type(
  permut
)
ident(
  int_ref q "lib/gsl_permut.ml" 90 2215 2239 "lib/gsl_permut.ml" 90 2215 2240
)
"lib/gsl_permut.ml" 91 2243 2260 "lib/gsl_permut.ml" 91 2243 2268
call(
  stack
)
type(
  int
)
"lib/gsl_permut.ml" 91 2243 2253 "lib/gsl_permut.ml" 91 2243 2268
call(
  stack
)
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 92 2272 2274 "lib/gsl_permut.ml" 92 2272 2285
type(
  permut -> permut -> unit
)
ident(
  int_ref _can_to_lin "lib/gsl_permut.ml" 89 2128 2128 "lib/gsl_permut.ml" 89 2128 2214
)
"lib/gsl_permut.ml" 92 2272 2286 "lib/gsl_permut.ml" 92 2272 2287
type(
  permut
)
ident(
  int_ref p "lib/gsl_permut.ml" 91 2243 2249 "lib/gsl_permut.ml" 91 2243 2250
)
"lib/gsl_permut.ml" 92 2272 2288 "lib/gsl_permut.ml" 92 2272 2289
type(
  permut
)
ident(
  int_ref q "lib/gsl_permut.ml" 90 2215 2239 "lib/gsl_permut.ml" 90 2215 2240
)
"lib/gsl_permut.ml" 92 2272 2274 "lib/gsl_permut.ml" 92 2272 2289
type(
  unit
)
"lib/gsl_permut.ml" 93 2292 2294 "lib/gsl_permut.ml" 93 2292 2295
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
ident(
  int_ref p "lib/gsl_permut.ml" 91 2243 2249 "lib/gsl_permut.ml" 91 2243 2250
)
"lib/gsl_permut.ml" 92 2272 2274 "lib/gsl_permut.ml" 93 2292 2295
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)
"lib/gsl_permut.ml" 91 2243 2245 "lib/gsl_permut.ml" 93 2292 2295
type(
  (int, Bigarray.int_elt, Bigarray.c_layout) Bigarray.Array1.t
)