X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fhelena%2Fsrc%2Fbasic_rg%2FbrgType.mli;h=7e17242a99f9c60f384e76eed6721ef1fb6931ae;hb=2976c347e18717e691825ebdf73a5ce941c57d1b;hp=2a244209708bdf2ec720924d3ccda2bf04672a04;hpb=bbc1c6ccb596693c46f4d75d7875b94c79f1d575;p=helm.git diff --git a/helm/software/helena/src/basic_rg/brgType.mli b/helm/software/helena/src/basic_rg/brgType.mli index 2a2442097..7e17242a9 100644 --- a/helm/software/helena/src/basic_rg/brgType.mli +++ b/helm/software/helena/src/basic_rg/brgType.mli @@ -9,6 +9,10 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) +IFDEF TYPE THEN + val type_of: (BrgReduction.message -> 'a) -> (Brg.term -> Brg.term -> 'a) -> Layer.status -> BrgReduction.rtm -> Brg.term -> 'a + +END