From: Enrico Tassi Date: Thu, 30 Aug 2007 13:13:56 +0000 (+0000) Subject: coercions from funclass are not supported X-Git-Tag: make_still_working~6090 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=e6c985d94df70748f132df23489ff3b60fd108a5;p=helm.git coercions from funclass are not supported --- diff --git a/helm/software/components/library/coercDb.ml b/helm/software/components/library/coercDb.ml index aec6dd579..1f3874912 100644 --- a/helm/software/components/library/coercDb.ml +++ b/helm/software/components/library/coercDb.ml @@ -41,7 +41,7 @@ let coerc_carr_of_term t = try match t with | Cic.Sort s -> Sort s - | Cic.Prod _ -> Fun 0 + | Cic.Prod _ -> assert false | Cic.Appl (t::_) | t -> Uri (CicUtil.uri_of_term t) with Invalid_argument _ ->