diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/coq_commands.ml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ide/coq_commands.ml b/ide/coq_commands.ml index 623b334e04..b9e141455f 100644 --- a/ide/coq_commands.ml +++ b/ide/coq_commands.ml @@ -14,8 +14,10 @@ let commands = [ "Add LoadPath"; "Add ML Path"; "Add Morphism"; + "Add Printing Constructor"; "Add Printing If"; "Add Printing Let"; + "Add Printing Record"; "Add Rec LoadPath"; "Add Rec ML Path"; "Add Ring A Aplus Amult Aone Azero Ainv Aeq T [ c1 ... cn ]. "; @@ -92,8 +94,10 @@ let commands = [ "Record"; "Remark"; "Remove LoadPath"; + "Remove Printing Constructor"; "Remove Printing If"; "Remove Printing Let"; + "Remove Printing Record"; "Require"; "Require Export"; "Require Import"; |
