]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnifHint.mli
first proof reconstruction attempt, still bugged since it
[helm.git] / helm / software / components / ng_refiner / nCicUnifHint.mli
index 49df40bf9bd203b8f7aef5abecd1a0eb4d9fef10..21820ace4f98ca6a70f81bdf9227de790aa25633 100644 (file)
@@ -16,9 +16,7 @@ type db
 val index_hint: 
   db -> NCic.context -> NCic.term -> NCic.term -> int -> db
 
-  (* gets the old imperative coercion DB *)
-val db : unit -> db
-val add_user_provided_hint : Cic.term -> int -> unit 
+val add_user_provided_hint : db -> NCic.term -> int -> db 
 
 val empty_db : db