This file is indexed.

/usr/share/mozart/examples/gump/Lambda.in is in mozart-doc 1.4.0-8ubuntu1.

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
% some input to test the classes LambdaScanner/LambdaParser
define f = lambda y.lambda z.(add y z);
define c = 17;
f c 7;
((f) c) 7