Option variable
error_syms
Default value: [errexp1, errexp2, errexp3]
In error messages,
expressions larger than error_size
are replaced by symbols, and the
symbols are set to the expressions. The symbols are taken from the
list error_syms
.
The first too-large expression is replaced by error_syms[1]
,
the second by error_syms[2]
, and so on.
If there are more too-large expressions than there are elements of error_syms
,
symbols are constructed automatically,
with the n-th symbol equivalent to concat ('errexp, n)
.