aboutsummaryrefslogtreecommitdiffhomepage
path: root/states/MakeInitialNew.v
diff options
context:
space:
mode:
Diffstat (limited to 'states/MakeInitialNew.v')
-rw-r--r--states/MakeInitialNew.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/states/MakeInitialNew.v b/states/MakeInitialNew.v
new file mode 100644
index 000000000..8a321839b
--- /dev/null
+++ b/states/MakeInitialNew.v
@@ -0,0 +1,10 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+Require Export Prelude;
+Require Export Logic_Type;
+Require Export Logic_TypeSyntax;