]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaBag.ml
some renaming. final commit for version 0.8.0
[helm.git] / helm / software / lambda-delta / toplevel / metaBag.ml
index 89c1527c8788b2e6190f02a780478d1398ce4234..67c938df0db267acc84f972b4c331ff93a62ee58 100644 (file)
@@ -63,10 +63,10 @@ let xlate_entry f = function
       let f c = unwind_to_xlate_term (f c) c u in
       xlate_pars f pars
 
-let xlate_unit f = function
+let xlate_entity f = function
    | None   -> f None
    | Some e -> let f e = f (Some e) in xlate_entry f e
 
 (* Interface functions ******************************************************)
 
-let bag_of_meta = xlate_unit
+let bag_of_meta = xlate_entity