]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_kernel/nCicReduction.ml
...
[helm.git] / helm / software / components / ng_kernel / nCicReduction.ml
index 59443bb1a3e048f2b3ee3abb74f57099a2c4a36a..cc4d99e05473c1d2aeecef9b5103f40b0c803987 100644 (file)
@@ -177,6 +177,7 @@ let prof = HExtlib.profiling_enabled := true;HExtlib.profile "cache failures";;
 let prof2 = HExtlib.profiling_enabled := true;HExtlib.profile "dancing sorts";;
 (* t1, t2 must be well-typed *)
 let are_convertible ?(subst=[]) get_relevance =
+(*
  let get_relevance_p ~subst context t args =
    (match prof with {HExtlib.profile = p} -> p)
    (fun (a,b,c,d) -> get_relevance ~subst:a b c d)
@@ -184,8 +185,9 @@ let are_convertible ?(subst=[]) get_relevance =
  in
  let dance () = (match prof2 with {HExtlib.profile = p} -> p) (fun () -> ()) ()
  in
+*)
  let rec aux test_eq_only context t1 t2 =
-   let rec alpha_eq test_eq_only t1 t2 =
+   let alpha_eq test_eq_only t1 t2 =
      if t1 === t2 then
        true
      else