aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega/OmegaTactic.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-03-30 22:15:02 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-04-01 22:46:17 +0200
commit8581e1a977518c354eb06820d3513238412af7de (patch)
tree8cfab4b9bab3600f6a1b9043e65d57073f79fb40 /plugins/omega/OmegaTactic.v
parent226bf474155092f41cbb0d3e47143ac221947342 (diff)
Accomodating #4166 (providing "Require Import OmegaTactic" as a
replacement for 8.4's "Require Omega").
Diffstat (limited to 'plugins/omega/OmegaTactic.v')
-rw-r--r--plugins/omega/OmegaTactic.v15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/omega/OmegaTactic.v b/plugins/omega/OmegaTactic.v
new file mode 100644
index 000000000..9f101dbf2
--- /dev/null
+++ b/plugins/omega/OmegaTactic.v
@@ -0,0 +1,15 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(* To strictly import the omega tactic *)
+
+Require ZArith_base.
+Require OmegaLemmas.
+Require PreOmega.
+
+Declare ML Module "omega_plugin".