]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/src/basic_ag/bagReduction.mli
new message reporting system improves performance significatively
[helm.git] / helm / software / helena / src / basic_ag / bagReduction.mli
index 8f32faa0e8ada1eceb045b1e27e52f7f504f8e5c..9a3c849fb146becdf7d724f628d51d88e3a5075b 100644 (file)
@@ -14,7 +14,7 @@ type ho_whd_result =
    | Abst of Bag.term
 
 val ho_whd: 
-   (ho_whd_result -> 'a) -> Bag.lenv -> Bag.term -> 'a
+   (ho_whd_result -> 'a) -> Status.status -> Bag.lenv -> Bag.term -> 'a
 
 val are_convertible:
-   (bool -> 'a) -> ?si:bool -> Bag.lenv -> Bag.term -> Bag.term -> 'a
+   (bool -> 'a) -> Status.status -> Bag.lenv -> Bag.term -> Bag.term -> 'a