]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/matita.ml
many changes regarding coercions:
[helm.git] / helm / software / matita / matita.ml
index 9fa70e11f8b56d65d778542b3e1c84cd06c91f4c..b3963bf0272d9f9330284a8314ba2ce3fcb473e8 100644 (file)
@@ -157,7 +157,7 @@ let _ =
         (fun cmd ->
           prerr_endline
            (GrafiteAstPp.pp_command
-             ~term_pp:(fun _ -> assert false)
+             ~term_pp:(fun t -> CicPp.ppterm t)
              ~obj_pp:(fun _ -> assert false)
              cmd))
         (List.rev moo));