X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fbasic_ag%2FbagReduction.mli;h=13a5036733fbe3eb5aa3a252bed31322713043dc;hb=42705ef31dd3513a998533e02b5f20fb38dd4fb2;hp=9a3c849fb146becdf7d724f628d51d88e3a5075b;hpb=f72311aa07e71090a24eef9e4fb97cc2e95e6b16;p=helm.git diff --git a/helm/software/helena/src/basic_ag/bagReduction.mli b/helm/software/helena/src/basic_ag/bagReduction.mli index 9a3c849fb..13a503673 100644 --- a/helm/software/helena/src/basic_ag/bagReduction.mli +++ b/helm/software/helena/src/basic_ag/bagReduction.mli @@ -9,12 +9,16 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +IFDEF TYPE THEN + type ho_whd_result = | Sort of int | Abst of Bag.term val ho_whd: - (ho_whd_result -> 'a) -> Status.status -> Bag.lenv -> Bag.term -> 'a + (ho_whd_result -> 'a) -> Layer.status -> Bag.lenv -> Bag.term -> 'a val are_convertible: - (bool -> 'a) -> Status.status -> Bag.lenv -> Bag.term -> Bag.term -> 'a + (bool -> 'a) -> Layer.status -> Bag.lenv -> Bag.term -> Bag.term -> 'a + +END