diff options
| author | ppedrot | 2013-03-11 20:14:31 +0000 |
|---|---|---|
| committer | ppedrot | 2013-03-11 20:14:31 +0000 |
| commit | 4425c8d353ffdcbed966c253f9624b550626ae0a (patch) | |
| tree | 13e25097ff2865f00dabd37cf3ed6a5748f20e32 /CHANGES | |
| parent | 180a27f8d2b7ba2d7913c37ae01c946acb8c813e (diff) | |
Added a Local Definition vernacular command. This type of definition
has to be refered through its qualified name even when the module
containing it is imported.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16263 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ Vernacular commands A flag "Set/Unset Record Elimination Schemes" allows to change this. 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. Specification Language |
