]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/disambiguate.ml
More debugging infos.
[helm.git] / helm / ocaml / cic_disambiguation / disambiguate.ml
index b71e908856ba017df051a5d244f7ab39a1fd9035..2775aed3b97428354897113d441a2c48c69e0f50 100644 (file)
@@ -66,8 +66,8 @@ let refine metasenv context term ugraph =
        CicRefine.type_of_aux' metasenv context term ugraph in
        (Ok (term', metasenv')),ugraph1
     with
-      | CicRefine.Uncertain _ ->
-          debug_print ("UNCERTAIN!!! " ^ CicPp.ppterm term) ;
+      | CicRefine.Uncertain s ->
+          debug_print ("UNCERTAIN!!! [" ^ s ^ "] " ^ CicPp.ppterm term) ;
           Uncertain,ugraph
       | CicRefine.RefineFailure msg ->
           debug_print (sprintf "PRUNED!!!\nterm%s\nmessage:%s"