From dfdcf89229ed6c5c21958205ed2fff9c29d11803 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 --- components/library/coercDb.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/library/coercDb.ml b/components/library/coercDb.ml index aec6dd579..1f3874912 100644 --- a/components/library/coercDb.ml +++ b/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