X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Fparamodulation%2Finference.ml;h=f040241223bf3996f0972f3df4a4fcc8acbb89be;hb=0d1ecc789c6d57a3eef47a028634d316905ef317;hp=408a7cdb8904771bc82a0e9f18dc2642ec66c0a1;hpb=9de2bb1a68109ae9e15b78ed4225e4846d2e2b0a;p=helm.git diff --git a/helm/software/components/tactics/paramodulation/inference.ml b/helm/software/components/tactics/paramodulation/inference.ml index 408a7cdb8..f04024122 100644 --- a/helm/software/components/tactics/paramodulation/inference.ml +++ b/helm/software/components/tactics/paramodulation/inference.ml @@ -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> in +(* let _ = <:start> in *) let t = CicUtil.term_of_uri u in let ty, _ = CicTypeChecker.type_of_aux' [] [] t CicUniv.empty_ugraph in - let _ = <:stop> in +(* let _ = <:stop> 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> in +(* let _ = <:start> 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> in +(* let _ = <:stop> 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> ;; +let get_stats () = "" (*<:show>*) ;;