X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2Fparamodulation%2Finference.ml;h=f040241223bf3996f0972f3df4a4fcc8acbb89be;hb=92081320b50b03d6bf296552d2cae9e4b398f1be;hp=408a7cdb8904771bc82a0e9f18dc2642ec66c0a1;hpb=5457fddfff1794566caed4a4d46f5389ac7cb8dc;p=helm.git diff --git a/components/tactics/paramodulation/inference.ml b/components/tactics/paramodulation/inference.ml index 408a7cdb8..f04024122 100644 --- a/components/tactics/paramodulation/inference.ml +++ b/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>*) ;;