X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=8f32faa0e8ada1eceb045b1e27e52f7f504f8e5c;hb=cf72398627cd1189f42c3fbb9e29fa4b32e723c8;hp=ead9d511860e11abdacd22beb38f340a2cfa912d;hpb=dcdee4ca839dac671924a95f0ada71faf06a8be4;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bagReduction.mli b/helm/software/lambda-delta/basic_ag/bagReduction.mli index ead9d5118..8f32faa0e 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -9,17 +9,12 @@ \ / 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 val ho_whd: - (ho_whd_result -> 'a) -> Bag.context -> Bag.term -> 'a + (ho_whd_result -> 'a) -> Bag.lenv -> Bag.term -> 'a val are_convertible: - (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a - -val nsi: bool ref + (bool -> 'a) -> ?si:bool -> Bag.lenv -> Bag.term -> Bag.term -> 'a