]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
First attempt for refined goal selection strategy
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index ed7ae1792b0b64e6ac78edbb7d31d1b40b17fa7f..ead9d511860e11abdacd22beb38f340a2cfa912d 100644 (file)
@@ -16,10 +16,10 @@ type ho_whd_result =
    | Sort of int
    | Abst of Bag.term
 
-type ac_result = (int * NUri.uri * Bag.term list) list option
-
 val ho_whd: 
-   (Bag.context -> ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
+   (ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a
 
 val are_convertible:
-   (ac_result -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
+   (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
+
+val nsi: bool ref