X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgType.mli;h=5d9350b496e93f588057544f9e7add2e10b74a47;hb=4efe53bc2098939c255d5b03941212549f89a1bd;hp=dc6fc998d756d1955da8081ccd0bb3dcc48f0a35;hpb=8659e85d49be1ad72622d4d3a73d384b744c3c08;p=helm.git diff --git a/helm/software/lambda-delta/basic_rg/brgType.mli b/helm/software/lambda-delta/basic_rg/brgType.mli index dc6fc998d..5d9350b49 100644 --- a/helm/software/lambda-delta/basic_rg/brgType.mli +++ b/helm/software/lambda-delta/basic_rg/brgType.mli @@ -9,7 +9,8 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -exception TypeError of (BrgReduction.context, Brg.term) Log.item list +type message = (BrgReduction.kam, Brg.term) Log.message -val type_of: (Brg.term -> 'a) -> - Brg.hierarchy -> BrgReduction.context -> Brg.term -> 'a +val type_of: + (message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> + Entity.status -> BrgReduction.kam -> Brg.term -> 'a