diff options
| author | letouzey | 2010-01-28 17:27:46 +0000 |
|---|---|---|
| committer | letouzey | 2010-01-28 17:27:46 +0000 |
| commit | 5ae4b17ab09b81ba133f13e383106a4f9620d5d4 (patch) | |
| tree | 7c3ce6f1d8c607a01a891f43ac4872a8b5fdfd4b /ide | |
| parent | 9c4e7796bc2634c4aeb1f046129b4c558115ca76 (diff) | |
New command Declare Reduction <id> := <conv_expr>.
Let's avoid writing huge "Eval ... in ..." lines :-)
Will be used in particular soon in NMake for defining function via
Definition ... := Eval ... in ...
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12699 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/coq.ml b/ide/coq.ml index 3dc3e14311..920d466fc1 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -275,6 +275,7 @@ let rec attribute_of_vernac_command = function | VernacHints _ -> [] | VernacSyntacticDefinition _ -> [] | VernacDeclareImplicits _ -> [] + | VernacDeclareReduction _ -> [] | VernacReserve _ -> [] | VernacGeneralizable _ -> [] | VernacSetOpacity _ -> [] |
