]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/dump_moo.ml
Back-porting from new Matita:
[helm.git] / helm / software / matita / dump_moo.ml
index 05c21d40d51f18c008797bc58800117a0721b28e..6b8658abdba777d7376163576f41db7a29304fae 100644 (file)
@@ -51,7 +51,9 @@ let _ =
         List.iter
           (fun cmd ->
             printf "  %s\n%!"
-              (GrafiteAstPp.pp_command ~obj_pp:(fun _ -> assert false) cmd))
+              (GrafiteAstPp.pp_command
+                ~term_pp:(fun t -> CicPp.ppterm t)
+                ~obj_pp:(fun _ -> "OBJ") cmd))
           commands;
       end)
     (List.rev !moos)