]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/grammar/genv.ma
- xoa: the definitions file now includes the notations file
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / grammar / genv.ma
index 3308b79edf4a8d3bc4d1e8e307ba95c17531c5ef..27d019994d0b475161ab9ed073d20f2338a925d7 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "ground_2/list.ma".
+include "ground_2/lib/list.ma".
 include "basic_2/notation/constructors/star_0.ma".
 include "basic_2/notation/constructors/dxbind2_3.ma".
 include "basic_2/notation/constructors/dxabbr_2.ma".
@@ -38,4 +38,4 @@ interpretation "abstraction (global environment)"
 
 (* Basic properties *********************************************************)
 
-axiom genv_eq_dec: ∀G1,G2:genv. Decidable (G1 = G2).
+axiom eq_genv_dec: ∀G1,G2:genv. Decidable (G1 = G2).