]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bag.ml
- kernel parameters indication added to exported objects (xml)
[helm.git] / helm / software / lambda-delta / basic_ag / bag.ml
index 585e8e3886d16e79656a2e6566fe01f71ace6aba..65a93ab18a5ee7af35ed692da1ad52ff9f7a769a 100644 (file)
@@ -12,8 +12,8 @@
 (* kernel version: basic, absolute, global *)
 (* note          : experimental *) 
 
-type uri = Common.uri
-type id = Common.id
+type uri = Item.uri
+type id = Item.id
 
 type bind = Void         (* exclusion *)
           | Abst of term (* abstraction *)
@@ -26,9 +26,9 @@ and term = Sort of int                    (* hierarchy index *)
          | Appl of term * term            (* argument, function *)
          | Bind of int * id * bind * term (* location, name, binder, scope *)
 
-type obj = bind Common.obj (* age, uri, binder *)
+type obj = bind Item.obj (* age, uri, binder *)
 
-type item = bind Common.item
+type item = bind Item.item
 
 type context = (int * id * bind) list (* location, name, binder *)