]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/basic_ag/bagReduction.mli
we started the support for the coercions "alle" and "alli"
[helm.git] / helm / software / lambda-delta / basic_ag / bagReduction.mli
index ed7ae1792b0b64e6ac78edbb7d31d1b40b17fa7f..1425b4e284b7951805cc5755f1bbdce66ec663b3 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