]> matita.cs.unibo.it Git - helm.git/commitdiff
use debug_print in a debugging message
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 11 Feb 2004 11:57:37 +0000 (11:57 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 11 Feb 2004 11:57:37 +0000 (11:57 +0000)
helm/ocaml/cic_unification/cicMetaSubst.ml

index 96b38e424970161afcbd301424eee55079f4adee..83daf60a636309401e7637a9d2bdbc30caca9093 100644 (file)
@@ -593,7 +593,7 @@ let delift n subst context metasenv l t =
       (* order (in the sense of alpha-conversion). See comment above  *)
       (* related to the delift function.                              *)
 debug_print "\n!!!!!!!!!!! First Order UnificationFailure, but maybe it could have been successful even in a first order setting (no conversion, only alpha convertibility)! Please, implement a better delift function !!!!!!!!!!!!!!!!" ;
-print_endline "\nCicMetaSubst: UNCERTAIN" ;
+debug_print "\nCicMetaSubst: UNCERTAIN" ;
       raise (Uncertain (sprintf
         "Error trying to abstract %s over [%s]: the algorithm only tried to abstract over bound variables"
         (ppterm subst t)