aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorppedrot2013-03-11 21:35:19 +0000
committerppedrot2013-03-11 21:35:19 +0000
commit7c281301637f783beaec858a5fee665e99a6813b (patch)
treebe517bc917ed6dba36024659335763850918e5d5 /CHANGES
parent14d27313ae3bdec2a61ce04cee9129b6e6775252 (diff)
Allowing (Co)Fixpoint to be defined local and Let-style.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16266 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6e4e9188b0..39d9ae8747 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,7 @@ Vernacular commands
The tactic "induction" on a record is now actually doing "destruct".
- The "Open Scope" command can now be given also a delimiter (e.g. Z).
- The "Definition" command now allows the "Local" modifier.
+- The "Let" command can now define local (co)fixpoints.
Specification Language