]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/src/basic_ag/bagUntrusted.ml
we renamed the module abbreviations according to src/modules.ml
[helm.git] / helm / software / lambda-delta / src / basic_ag / bagUntrusted.ml
index 33d6a5fbd21985d776425272fd2848e0c8a209ed..72223f77829a600d39ddbb90ca13a239c149507b 100644 (file)
@@ -9,21 +9,21 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-module U = NUri
-module L = Log
-module Y = Entity
-module B = Bag
-module E = BagEnvironment
-module T = BagType
+module U  = NUri
+module L  = Log
+module  = Entity
+module  = Bag
+module ZE = BagEnvironment
+module ZT = BagType
 
 (* Interface functions ******************************************************)
 
 (* to share *)
 let type_check f st = function
-   | a, uri, Y.Abst t ->
-      let f xt tt = E.set_entity (f tt) (a, uri, Y.Abst xt) in
-      L.loc := U.string_of_uri uri; T.type_of f st B.empty_lenv t
-   | a, uri, Y.Abbr t ->
-      let f xt tt = E.set_entity (f tt) (a, uri, Y.Abbr xt) in
-      L.loc := U.string_of_uri uri; T.type_of f st B.empty_lenv t
-   | _, _, Y.Void     -> assert false
+   | a, uri, E.Abst t ->
+      let f xt tt = ZE.set_entity (f tt) (a, uri, E.Abst xt) in
+      L.loc := U.string_of_uri uri; ZT.type_of f st Z.empty_lenv t
+   | a, uri, E.Abbr t ->
+      let f xt tt = ZE.set_entity (f tt) (a, uri, E.Abbr xt) in
+      L.loc := U.string_of_uri uri; ZT.type_of f st Z.empty_lenv t
+   | _, _, E.Void     -> assert false