From: Enrico Tassi Date: Thu, 15 Nov 2007 13:44:43 +0000 (+0000) Subject: removed prerr_endline X-Git-Tag: 0.4.96@7881~16 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=2e105ade041b346f9a94d619f06deaababf06a6f removed prerr_endline --- diff --git a/components/cic/discrimination_tree.ml b/components/cic/discrimination_tree.ml index 92877a829..546f4a34f 100644 --- a/components/cic/discrimination_tree.ml +++ b/components/cic/discrimination_tree.ml @@ -59,7 +59,7 @@ module DiscriminationTreeIndexing = assert false (* should not happen *) | Cic.LetIn _ | Cic.Lambda _ | Cic.Prod _ | Cic.Cast _ | Cic.MutCase _ | Cic.Fix _ | Cic.CoFix _ -> - prerr_endline "FIXME: the trie receives an invalid term"; + HLog.debug "FIXME: the trie receives an invalid term"; Dead (* assert false universe.ml removes these *) ;;