]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnifHint.ml
- oCic2NCic and nCic2OCic moved to ng_library
[helm.git] / helm / software / components / ng_refiner / nCicUnifHint.ml
index 1ea21dbcc0832d78551a956c8e660bcbbb877bdc..313fbbd0d13470354a71d607468df38114fd001a 100644 (file)
@@ -144,6 +144,7 @@ let add_user_provided_hint db t precedence =
    index_hint db c a b precedence
 ;;
 
+(*
 let db () = 
   let combine f l =
    List.flatten
@@ -203,6 +204,7 @@ let db () =
     !user_db (List.flatten hints)
 *)
 ;;
+*)
 
 let saturate ?(delta=0) metasenv subst context ty goal_arity =
  assert (goal_arity >= 0);