This file is indexed.

/usr/share/Yap/apply.yap is in yap 6.2.2-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
:- module(apply,[]).

:- reexport(library(maplist),
	    [maplist/2,
	     maplist/3,
	     maplist/4,
	     maplist/5,
	     include/3,
	     exclude/3,
	     partition/4,
	     partition/5
	    ]).