]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_unification/coercDb.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / cic_unification / coercDb.ml
index c56fc1fef8b24abebce93a8e03e91918c56c71bf..437ad65ae202bcddab717c3fa5e5d327f63d6dfc 100644 (file)
@@ -56,7 +56,7 @@ let eq_carr src tgt =
 let name_of_carr = function
   | Uri u -> UriManager.name_of_uri u
   | Sort s -> CicPp.ppsort s
-  | Term _ -> assert false
+  | Term t -> CicPp.ppterm t
   
 
 let to_list () =