]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brg.ml
some renaming. final commit for version 0.8.0
[helm.git] / helm / software / lambda-delta / basic_rg / brg.ml
index d0a442807a39015da92630c6f03f1b2aac3f2827..e3c5866818c2d8e1a8db71a42d3d100ecd84d057 100644 (file)
@@ -12,8 +12,8 @@
 (* kernel version: basic, relative, global *)
 (* note          : ufficial basic lambda-delta *) 
 
-type uri = Unit.uri
-type id = Unit.id
+type uri = Entity.uri
+type id = Entity.id
 
 type attr = Name of bool * id  (* real?, name *)
           | Apix of int        (* additional position index *)
@@ -31,9 +31,9 @@ and term = Sort of attrs * int         (* attrs, hierarchy index *)
          | Appl of attrs * term * term (* attrs, argument, function *)
          | Bind of bind * term         (* binder, scope *)
 
-type entry = bind Unit.entry (* age, uri, binder *)
+type entry = bind Entity.entry (* age, uri, binder *)
 
-type unit = bind Unit.unit
+type entity = bind Entity.entity
 
 type lenv = Null
 (* Cons: tail, relative local environment, binder *)