X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgType.mli;h=2d7a14663e27126ef76a09febbef7396ba72b8c2;hb=34c2ba63c8eb5fccfd9a1fb8ac1df5895c8b58b3;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..2d7a14663 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) -> + ?si:bool -> Hierarchy.graph -> BrgReduction.kam -> Brg.term -> 'a