]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
Stricter type: the type now shows that disambiguation only alter the lexicon.
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index ed7ae1792b0b64e6ac78edbb7d31d1b40b17fa7f..a07e65cb010a53337cdc6715d83e926ffb2d96ef 100644 (file)
@@ -14,12 +14,13 @@ exception LRefNotFound of Bag.message
 
 type ho_whd_result =
    | Sort of int
+   | 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: 
-   (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