(Ok (term', metasenv')),ugraph1
with
| CicRefine.Uncertain _ ->
- debug_print ("%%% UNCERTAIN!!! " ^ CicPp.ppterm term) ;
+ debug_print ("UNCERTAIN!!! " ^ CicPp.ppterm term) ;
Uncertain,ugraph
| CicRefine.RefineFailure msg ->
- debug_print (
- (sprintf ("%%%%%% PRUNED!!!\n<<begin cause>>\n" ^^
- "%s\n<<end cause>>\n<<begin term>>\n%s\n<<end term>>")
- msg (CicPp.ppterm term)));
+ debug_print (sprintf "PRUNED!!!\nterm%s\nmessage:%s"
+ (CicPp.ppterm term) msg);
Ko,ugraph
| CicUnification.UnificationFailure s ->
prerr_endline ("PASSADI QUI: " ^ s);