]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
- cicNotationPp: bugfix in record syntax
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index 1425b4e284b7951805cc5755f1bbdce66ec663b3..a07e65cb010a53337cdc6715d83e926ffb2d96ef 100644 (file)
@@ -17,10 +17,10 @@ type ho_whd_result =
    | GRef of NUri.uri * Bag.term list
    | Abst of Bag.term
 
-type ac_result = (int * NUri.uri * Bag.term list) list option
-
 val ho_whd: 
    (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