]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/dump_moo.ml
rc-1
[helm.git] / matita / dump_moo.ml
index 05c21d40d51f18c008797bc58800117a0721b28e..54eaea4bae87a8e27ce33e56b19ea0246eb523bb 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 _ -> assert false)
+                ~obj_pp:(fun _ -> assert false) cmd))
           commands;
       end)
     (List.rev !moos)