diff options
| author | herbelin | 2011-07-16 20:35:26 +0000 |
|---|---|---|
| committer | herbelin | 2011-07-16 20:35:26 +0000 |
| commit | 3c0fa55426e61884a8a67661025cc7a32ecc77ac (patch) | |
| tree | f5eb4d705e49b103cea10a883e5c1c583d4c41c9 /CHANGES | |
| parent | bb7d7b4c22fbe037781b2418002efe09d6c3a409 (diff) | |
This adds two option tables 'Printing Record' and 'Printing Constructor'
that forces a given type to always be printed as a record, or with a
constructor, regardless of the setting of 'Printing Records'.
And this is that patch that controls printing by type.
(patch from Tom Prince)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14286 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Specification language and notations - Added support for recursive notations with binders (allows for instance to write "exists x y z, P"). - Structure/Record printing can be disable by "Unset Printing Records". + In addition, it can be controlled on type by type basis using + "Add Printing Record" or "Add Printing Constructor". Tactics |
