X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fbasic_ag%2FbagReduction.mli;h=13a5036733fbe3eb5aa3a252bed31322713043dc;hb=2f19651bcec24abfb1bf15ff7e1387daad1f6638;hp=8f32faa0e8ada1eceb045b1e27e52f7f504f8e5c;hpb=95872555aaa040a22ad2d93cb1278f79e20da70c;p=helm.git diff --git a/helm/software/helena/src/basic_ag/bagReduction.mli b/helm/software/helena/src/basic_ag/bagReduction.mli index 8f32faa0e..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) -> Bag.lenv -> Bag.term -> 'a + (ho_whd_result -> 'a) -> Layer.status -> Bag.lenv -> Bag.term -> 'a val are_convertible: - (bool -> 'a) -> ?si:bool -> Bag.lenv -> Bag.term -> Bag.term -> 'a + (bool -> 'a) -> Layer.status -> Bag.lenv -> Bag.term -> Bag.term -> 'a + +END