X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=28c29e7f289f71f1db442fa447c36a9a91cdade4;hb=448920d42f3f7886d27477281b22f0c11771d4ed;hp=2b5f02e71f450f58f27f7ef75c94a5ba629c66d2;hpb=338e3e5c639fbcfeeb347a0121cacc6c0f1fc42a;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bagReduction.mli b/helm/software/lambda-delta/basic_ag/bagReduction.mli index 2b5f02e71..28c29e7f2 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -9,7 +9,6 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) - exception LRefNotFound of Bag.message type ho_whd_result = @@ -17,7 +16,9 @@ type ho_whd_result = | Abst of Bag.term 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: (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a + +val nsi: bool ref