aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/omega/g_omega.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/omega/g_omega.ml4')
-rw-r--r--contrib/omega/g_omega.ml44
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/omega/g_omega.ml4 b/contrib/omega/g_omega.ml4
index 0b98a5b80..910f11083 100644
--- a/contrib/omega/g_omega.ml4
+++ b/contrib/omega/g_omega.ml4
@@ -19,6 +19,6 @@
open Coq_omega
-TACTIC EXTEND Omega
- [ "Omega" ] -> [ omega_solver ]
+TACTIC EXTEND omega
+ [ "omega" ] -> [ omega_solver ]
END