]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_refiner/nCicUnifHint.mli
snapshot for CSC
[helm.git] / helm / software / components / ng_refiner / nCicUnifHint.mli
index 7b8536ba77e98a937d161c4c6c88630fde4bded7..87519352c4b783b0ba4955cb300517b34cc95bb3 100644 (file)
@@ -13,6 +13,8 @@
 
 type db
 
+exception HintNotValid
+
 class status :
  object ('self)
   method uhint_db: db
@@ -32,3 +34,6 @@ val look_for_hint:
     NCic.term -> NCic.term -> 
       (NCic.metasenv * 
         (NCic.term * NCic.term) * (NCic.term * NCic.term) list) list
+
+val eq_class_of:
+      #status -> NCic.term -> NCic.term list