]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/toplevel/metaAut.ml
some interfaces improved
[helm.git] / helm / software / lambda-delta / toplevel / metaAut.ml
index 2ef3ec737e0b0bef84b3a1992855e15c439e5a7c..335f57fc034368a926c965f49b30766038ec3839 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_item f st = function
+let xlate_unit 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_item f st = function
 let initial_status ?(cover="") () =
    initial_status hsize cover
 
-let meta_of_aut = xlate_item
+let meta_of_aut = xlate_unit