diff options
Diffstat (limited to 'theories/Init/Notations.v')
| -rw-r--r-- | theories/Init/Notations.v | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index a5e4178b93..833fb7464e 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -132,6 +132,4 @@ Open Scope type_scope. (** ML Tactic Notations *) -Declare ML Module "ltac_plugin". - -Global Set Default Proof Mode "Classic". +Require Export Ltac. |
