]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/dump_moo.ml
* Part of matita that used to deal with the library moved into ocaml/library
[helm.git] / helm / matita / dump_moo.ml
index 14dea3472a96ded9519d09d9fc6e65681e0a628b..045a7b91bb456ae60981a6e5065fa7a8d110d76b 100644 (file)
@@ -42,10 +42,10 @@ let _ =
   List.iter
     (fun fname ->
       if not (Sys.file_exists fname) then
-        MatitaLog.error (sprintf "Can't find moo '%s', skipping it." fname)
+        HLog.error (sprintf "Can't find moo '%s', skipping it." fname)
       else begin
         printf "%s:\n" fname; flush stdout;
-        let commands, metadata = MatitaMoo.load_moo ~fname in
+        let commands, metadata = GrafiteMarshal.load_moo ~fname in
         List.iter
           (fun cmd ->
             printf "  %s\n" (GrafiteAstPp.pp_command cmd); flush stdout)