]> 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 2b5f02e71f450f58f27f7ef75c94a5ba629c66d2..ead9d511860e11abdacd22beb38f340a2cfa912d 100644 (file)
@@ -17,7 +17,9 @@ type ho_whd_result =
    | Abst of Bag.term
 
 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:
    (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a
+
+val nsi: bool ref