]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnifHint.mli
fixed generation of horn clauses, negated atoms are hypotheses
[helm.git] / helm / software / components / ng_refiner / nCicUnifHint.mli
index 076ac2f628cc175eaf022a3b43820fdd0fbed877..49df40bf9bd203b8f7aef5abecd1a0eb4d9fef10 100644 (file)
@@ -26,4 +26,5 @@ val look_for_hint:
     db ->
     NCic.metasenv -> NCic.substitution -> NCic.context -> 
     NCic.term -> NCic.term -> 
-      (NCic.metasenv * NCic.term * NCic.term) list
+      (NCic.metasenv * 
+        (NCic.term * NCic.term) * (NCic.term * NCic.term) list) list