This file is indexed.

/usr/share/Yap/apply.yap is in yap 5.1.3-6.

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
:- reexport(library(apply_macros),
	    [maplist/3,
	     include/3,
	     exclude/3,
	     partition/4,
	     partition/5
	    ]).