From e6c985d94df70748f132df23489ff3b60fd108a5 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 30 Aug 2007 13:13:56 +0000 Subject: [PATCH] coercions from funclass are not supported --- helm/software/components/library/coercDb.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _ -> -- 2.39.2