]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/CLE/defs.ma
- destruct tactic: automatic simplification in case of failure removed
[helm.git] / matita / contribs / LOGIC / CLE / defs.ma
index 31bd7694e02e58e59e25088a1e68d7ea9bad03a1..5b3ba49b73d05e932e7b8ef26bb0492184e982da 100644 (file)
@@ -1,9 +1,23 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
 set "baseuri" "cic:/matita/LOGIC/CLE/defs".
 
 (* ORDER RELATION BETWEEN POSITIONS AND CONTEXTS
 *)
 
-include "datatypes/Context.ma".
+include "datatypes_defs/Context.ma".
 
 inductive CLE: Nat \to Context \to Prop \def
    | cle_zero: \forall Q. CLE zero Q