aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/coretactics.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/coretactics.ml4')
-rw-r--r--tactics/coretactics.ml45
1 files changed, 5 insertions, 0 deletions
diff --git a/tactics/coretactics.ml4 b/tactics/coretactics.ml4
index 63daab227..283cff73f 100644
--- a/tactics/coretactics.ml4
+++ b/tactics/coretactics.ml4
@@ -10,6 +10,7 @@
open Util
open Names
+open Locus
open Tacexpr
open Misctypes
open Tacinterp
@@ -113,3 +114,7 @@ TACTIC EXTEND specialize
Tacticals.New.tclWITHHOLES false specialize sigma c
]
END
+
+TACTIC EXTEND symmetry
+ [ "symmetry" ] -> [ Tactics.intros_symmetry {onhyps=Some[];concl_occs=AllOccurrences} ]
+END