X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=28c29e7f289f71f1db442fa447c36a9a91cdade4;hb=1dd64d6c49db7dc0dc0ee39c30da4c7a043b8bde;hp=ed7ae1792b0b64e6ac78edbb7d31d1b40b17fa7f;hpb=4924ddb52a836eea45a593a7f4faccca64bac9e7;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bagReduction.mli b/helm/software/lambda-delta/basic_ag/bagReduction.mli index ed7ae1792..28c29e7f2 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -9,17 +9,16 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) - exception LRefNotFound of Bag.message type ho_whd_result = | Sort of int | 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