X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgType.mli;h=5d9350b496e93f588057544f9e7add2e10b74a47;hb=85521efd364ec494e4cc024bbf87182a312e1b7b;hp=5b351cca448a709397cfef5be0a750c99d93e515;hpb=f3b4d265268a43ca98e6843b733109fdfe3f6b0b;p=helm.git diff --git a/helm/software/lambda-delta/basic_rg/brgType.mli b/helm/software/lambda-delta/basic_rg/brgType.mli index 5b351cca4..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 string Lazy.t +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