X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=a07e65cb010a53337cdc6715d83e926ffb2d96ef;hb=7477c3dbbc2fafe248d48302be0d6ba4cb38d062;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..a07e65cb0 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -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 + (bool -> 'a) -> Bag.context -> Bag.term -> Bag.term -> 'a + +val nsi: bool ref