This file is indexed.

/usr/share/doc/menhir/examples/calc-param/README is in menhir 20140422.dfsg-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
In this variant of the calc demo, the parser's semantic actions are
parameterized over a structure, called [Semantics], which defines how numbers
should be interpreted. The parser is later instantiated with floating-point
numbers, so the calculator actually performs floating-point evaluation -- but
the grammar specification is independent of this detail.