X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=28c29e7f289f71f1db442fa447c36a9a91cdade4;hb=20166e1ce9d14f6a3586a10d98ac3f1571207586;hp=1425b4e284b7951805cc5755f1bbdce66ec663b3;hpb=1ae23fe33b8647a4b8616e666dc5703c17678069;p=helm.git diff --git a/helm/software/lambda-delta/basic_ag/bagReduction.mli b/helm/software/lambda-delta/basic_ag/bagReduction.mli index 1425b4e28..28c29e7f2 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -9,18 +9,16 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) - 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: (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