This file is indexed.

/usr/share/gauche-0.9/0.9.5/lib/srfi-133.scm is in gauche 0.9.5-1build1.

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
;; generated automatically.  DO NOT EDIT
#!no-fold-case
(define-module srfi-133 (use util.match) (export make-vector vector vector-unfold vector-unfold-right vector-copy vector-reverse-copy vector-append vector-concatenate vector-append-subvectors vector? vector-empty? vector= vector-ref vector-length vector-fold vector-fold-right vector-map vector-map! vector-for-each vector-count vector-cumulate vector-index vector-index-right vector-skip vector-skip-right vector-binary-search vector-any vector-every vector-partition vector-set! vector-swap! vector-fill! vector-reverse! vector-copy! vector-reverse-copy! vector-unfold! vector-unfold-right! vector->list reverse-vector->list list->vector reverse-list->vector vector->string string->vector))
(select-module srfi-133)
(dynamic-load "srfi-133")