]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/lib/list.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / lib / list.ma
index 21a0f75602d53d5962585ffb0a7ac69d5480b7e3..6dc752d65ad5b4aa84d5b22e2d6a8b9f0654e084 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "ground/notation/functions/circledE_1.ma".
+include "ground/notation/functions/circled_element_e_1.ma".
 include "ground/notation/functions/oplusright_3.ma".
 include "ground/lib/relations.ma".
 
@@ -25,7 +25,7 @@ inductive list (A:Type[0]): Type[0] :=
 
 interpretation
   "empty (lists)"
-  'CircledE A = (list_empty A).
+  'CircledElementE A = (list_empty A).
 
 interpretation
   "left cons (lists)"