]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/paramodulation/inference.ml
matitaprover
[helm.git] / helm / software / components / tactics / paramodulation / inference.ml
index 408a7cdb8904771bc82a0e9f18dc2642ec66c0a1..f040241223bf3996f0972f3df4a4fcc8acbb89be 100644 (file)
@@ -23,7 +23,7 @@
  * http://cs.unibo.it/helm/.
  *)
 
-let _profiler = <:profiler<_profiler>>;;
+(* let _profiler = <:profiler<_profiler>>;; *)
 
 (* $Id$ *)
 
@@ -320,10 +320,10 @@ let equations_blacklist =
 let equations_blacklist = UriManager.UriSet.empty;;
 
 let tty_of_u u = 
-  let _ = <:start<tty_of_u>> in
+(*   let _ = <:start<tty_of_u>> in *)
   let t = CicUtil.term_of_uri u in
   let ty, _ = CicTypeChecker.type_of_aux' [] [] t CicUniv.empty_ugraph in
-  let _ = <:stop<tty_of_u>> in
+(*   let _ = <:stop<tty_of_u>> in *)
   t, ty
 ;;
 
@@ -336,7 +336,7 @@ let find_library_equalities caso_strano dbd context status maxmeta =
   let module C = Cic in
   let module S = CicSubstitution in
   let module T = CicTypeChecker in
-  let _ = <:start<equations_for_goal>> in
+(*   let _ = <:start<equations_for_goal>> in *)
   let signature = 
     if caso_strano then
       begin
@@ -364,7 +364,7 @@ let find_library_equalities caso_strano dbd context status maxmeta =
       None
   in
   let eqs = (MetadataQuery.equations_for_goal ~dbd ?signature status) in
-  let _ = <:stop<equations_for_goal>> in
+(*   let _ = <:stop<equations_for_goal>> in *)
   let candidates =
     List.fold_left
       (fun l uri ->
@@ -520,4 +520,4 @@ let find_context_hypotheses env equalities_indexes =
   res
 ;;
 
-let get_stats () = <:show<Inference.>> ;;
+let get_stats () = "" (*<:show<Inference.>>*) ;;