X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_ag%2FbagReduction.mli;h=a07e65cb010a53337cdc6715d83e926ffb2d96ef;hb=a5da590cb272fbe6d8e00b781ac40422ae1b816a;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..a07e65cb0 100644 --- a/helm/software/lambda-delta/basic_ag/bagReduction.mli +++ b/helm/software/lambda-delta/basic_ag/bagReduction.mli @@ -14,10 +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 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