diff options
Diffstat (limited to 'theories/Init/Prelude.v')
| -rw-r--r-- | theories/Init/Prelude.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Init/Prelude.v b/theories/Init/Prelude.v index 685c724703..45b949716c 100644 --- a/theories/Init/Prelude.v +++ b/theories/Init/Prelude.v @@ -18,9 +18,11 @@ Require Export Coq.Init.Tactics. (* Initially available plugins (+ nat_syntax_plugin loaded in Datatypes) *) Declare ML Module "extraction_plugin". +Declare ML Module "decl_mode_plugin". Declare ML Module "cc_plugin". Declare ML Module "ground_plugin". Declare ML Module "dp_plugin". Declare ML Module "recdef_plugin". Declare ML Module "subtac_plugin". Declare ML Module "xml_plugin". +Global Set Default Proof Mode "Classic". |
