]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/meta.ml
some interfaces improved
[helm.git] / helm / software / lambda-delta / toplevel / meta.ml
index a7af17273e4b6edf0d0633d1649d5fa62432cf75..a3cb085857c994bd6f361507087d6bfcb58b63cd 100644 (file)
@@ -9,9 +9,9 @@
      \ /   This software is distributed as is, NO WARRANTY.              
       V_______________________________________________________________ *)
 
-type uri = Item.uri
+type uri = Unit.uri
 
-type id = Item.id
+type id = Unit.id
 
 type term = Sort of bool                  (* sorts: true = TYPE, false = PROP *)
          | LRef of int * int             (* local reference: local environment length, de bruijn index *)
@@ -24,4 +24,4 @@ type pars = (id * term) list (* parameter declarations: name, type *)
 (* entry: line number, parameters, name, type, (transparent?, body) *)
 type entry = int * pars * uri * term * (bool * term) option
 
-type item = entry option
+type unit = entry option