aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-04-09 23:17:52 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-04-09 23:19:02 +0200
commit6257e1c400ab42d3bd18eb5d18dab381ea913a0a (patch)
treef26d4a2e822e42ce4b44a8259c2238a3bbf8d3ab /doc
parent2c0287fe8445bd4b599bf8498bcb71b2a7df0d51 (diff)
parentbd76257f84dcaef90498a85342077a743855f565 (diff)
Merge PR#460: Turning the printing primitive projection compatibility flag off by default
Diffstat (limited to 'doc')
-rw-r--r--doc/refman/RefMan-ext.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex
index 1860c0465..74d64497a 100644
--- a/doc/refman/RefMan-ext.tex
+++ b/doc/refman/RefMan-ext.tex
@@ -318,10 +318,10 @@ for the usual defined ones.
% - [pattern x at n], [rewrite x at n] and in general abstraction and selection
% of occurrences may fail due to the disappearance of parameters.
-For compatibility, the parameters still appear to the user when printing terms
+The internally omitted parameters can be reconstructed at printing time
even though they are absent in the actual AST manipulated by the kernel. This
-can be changed by unsetting the {\tt Printing Primitive Projection Parameters}
-flag. Further compatibility printing can be deactivated thanks to the
+can be obtained by setting the {\tt Printing Primitive Projection Parameters}
+flag. Another compatibility printing can be activated thanks to the
{\tt Printing Primitive Projection Compatibility} option which governs the
printing of pattern-matching over primitive records.