]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/syntax/path.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / path.ma
index 306c42a8c43ce1a2740171fa04e8fae80e60c71d..3c2be9aa34f5a85d3efe7ab9694ec1536770c13f 100644 (file)
 
 include "ground/lib/list_rcons.ma".
 include "ground/notation/functions/element_e_0.ma".
-include "ground/notation/functions/double_semicolon_2.ma".
+include "ground/notation/functions/black_circle_2.ma".
 include "delayed_updating/syntax/label.ma".
-include "delayed_updating/notation/functions/semicolon_2.ma".
-include "delayed_updating/notation/functions/comma_2.ma".
+include "delayed_updating/notation/functions/black_halfcircleright_2.ma".
+include "delayed_updating/notation/functions/black_halfcircleleft_2.ma".
 
 (* PATH *********************************************************************)
 
@@ -29,12 +29,12 @@ interpretation
 
 interpretation
   "left cons (paths)"
-  'Semicolon l p = (list_lcons label l p).
+  'BlackHalfCircleRight l p = (list_lcons label l p).
 
 interpretation
   "append (paths)"
-  'DoubleSemicolon l1 l2 = (list_append label l1 l2).
+  'BlackCircle l1 l2 = (list_append label l1 l2).
 
 interpretation
   "right cons (paths)"
-  'Comma p l = (list_append label p (list_lcons label l (list_empty label))).
+  'BlackHalfCircleLeft p l = (list_append label p (list_lcons label l (list_empty label))).