X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercDb.ml;h=437ad65ae202bcddab717c3fa5e5d327f63d6dfc;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=c56fc1fef8b24abebce93a8e03e91918c56c71bf;hpb=a55204cdb99a6fe3015e665b552c68e9f8a6eedb;p=helm.git diff --git a/helm/ocaml/cic_unification/coercDb.ml b/helm/ocaml/cic_unification/coercDb.ml index c56fc1fef..437ad65ae 100644 --- a/helm/ocaml/cic_unification/coercDb.ml +++ b/helm/ocaml/cic_unification/coercDb.ml @@ -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 () =