]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_rg/brg.ml
some interfaces improved
[helm.git] / helm / software / lambda-delta / basic_rg / brg.ml
index 52ec4728f0a6ffe13536cb940adfc55cf02bee37..d0a442807a39015da92630c6f03f1b2aac3f2827 100644 (file)
@@ -12,8 +12,8 @@
 (* kernel version: basic, relative, global *)
 (* note          : ufficial basic lambda-delta *) 
 
-type uri = Item.uri
-type id = Item.id
+type uri = Unit.uri
+type id = Unit.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 obj = bind Item.obj (* age, uri, binder *)
+type entry = bind Unit.entry (* age, uri, binder *)
 
-type item = bind Item.item
+type unit = bind Unit.unit
 
 type lenv = Null
 (* Cons: tail, relative local environment, binder *)