X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_unification%2FcoercDb.ml;h=437ad65ae202bcddab717c3fa5e5d327f63d6dfc;hb=d7eb6fad3e5afc0fc786c9a91ef64733120dfb43;hp=c56fc1fef8b24abebce93a8e03e91918c56c71bf;hpb=ec57b172235af36adc9bf709bf6488edd4ec8544;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 () =