X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgType.mli;h=5d9350b496e93f588057544f9e7add2e10b74a47;hb=2b1375e4b44e2ef351a6341a5bb0a4823e8daae5;hp=21513237828d795d73e44c0aa591e3a256282021;hpb=f983656c56d37a50536e50a319114dbfa592c9a0;p=helm.git diff --git a/helm/software/lambda-delta/basic_rg/brgType.mli b/helm/software/lambda-delta/basic_rg/brgType.mli index 215132378..5d9350b49 100644 --- a/helm/software/lambda-delta/basic_rg/brgType.mli +++ b/helm/software/lambda-delta/basic_rg/brgType.mli @@ -9,6 +9,8 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +type message = (BrgReduction.kam, Brg.term) Log.message + val type_of: - (Brg.term -> Brg.term -> 'a) -> ?si:bool -> - Hierarchy.graph -> BrgReduction.machine -> Brg.term -> 'a + (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> + Entity.status -> BrgReduction.kam -> Brg.term -> 'a