aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorletouzey2010-02-11 13:34:54 +0000
committerletouzey2010-02-11 13:34:54 +0000
commit7db851616eabbb82ce3608bb3b05c041b5ac3cb3 (patch)
treed28040c816aa00b3fb80e5e53e52dc34d8be6e1d /CHANGES
parentb94a7a24aef33b7ed37ebb215f9ca18f9096eece (diff)
Documentation of the ! annotation for functor application
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12746 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a43ff34e43..a397d18099 100644
--- a/CHANGES
+++ b/CHANGES
@@ -172,6 +172,8 @@ Language
\Delta-equivalence on qualified name. The include operator has been extended
to high-order structures (cf. libraries Numbers and Structures to see examples).
Interactive proofs are now authorized in module type.
+ A functor application can be prefixed by a "!" to make it ignore any "Inline"
+ annotation in the type of its argument(s).
Program