diff options
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r-- | theories/Init/Notations.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v index 7cf478e18..5095329cd 100644 --- a/theories/Init/Notations.v +++ b/theories/Init/Notations.v @@ -83,6 +83,7 @@ Open Scope type_scope. (** ML Tactic Notations *) +Declare ML Module "coretactics". Declare ML Module "extratactics". Declare ML Module "eauto". Declare ML Module "g_class". |