aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/romega/g_romega.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/romega/g_romega.ml4')
-rw-r--r--contrib/romega/g_romega.ml44
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/romega/g_romega.ml4 b/contrib/romega/g_romega.ml4
index b5203dcb7..386f7f287 100644
--- a/contrib/romega/g_romega.ml4
+++ b/contrib/romega/g_romega.ml4
@@ -8,10 +8,8 @@
(*i camlp4deps: "parsing/grammar.cma" i*)
-(* $Id$ *)
-
open Refl_omega
TACTIC EXTEND ROmega
- [ "ROmega" ] -> [ omega_solver ]
+ [ "ROmega" ] -> [ total_reflexive_omega_tactic ]
END