]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/src/common/marks.ml
hints polished and fixed to allow recursive inference of ext_carr
[helm.git] / helm / software / lambda-delta / src / common / marks.ml
index 026414e2a2e2c1bc80cb5840bc648f87bef2d627..a9b78762a97942868ebcf454e341ced733f3bbd9 100644 (file)
@@ -9,7 +9,7 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-module Y = Entity
+module E = Entity
 
 (* interface functions ******************************************************)
 
@@ -18,4 +18,4 @@ let new_location =
    fun () -> incr location; !location
 
 let new_mark () =
-   Y.Mark (new_location ())
+   E.Mark (new_location ())