]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.ml
some renaming. final commit for version 0.8.0
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.ml
index 335f57fc034368a926c965f49b30766038ec3839..db18ade47742dfd95b63d041bdf59a49d71d750d 100644 (file)
@@ -145,7 +145,7 @@ let rec xlate_term f st lenv = function
       in
       resolve_lref f st l lenv (id_of_name name)
 
-let xlate_unit f st = function
+let xlate_entity f st = function
    | A.Section (Some (_, name))     ->
       f {st with path = name :: st.path; nodes = st.node :: st.nodes} None
    | A.Section None            ->
@@ -204,4 +204,4 @@ let xlate_unit f st = function
 let initial_status ?(cover="") () =
    initial_status hsize cover
 
-let meta_of_aut = xlate_unit
+let meta_of_aut = xlate_entity