X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgReduction.mli;h=57e2bfb417ea2540c32244bc08510f040cb2f6cb;hb=4dc87cc7384ba61136bc82a23effe6a52160e720;hp=fecf29b83c647f5f29d1154b11574f3c3c01c2c6;hpb=a3ebffd30c70d8c93a40d06eff578703a586f2b9;p=helm.git diff --git a/helm/software/lambda-delta/basic_rg/brgReduction.mli b/helm/software/lambda-delta/basic_rg/brgReduction.mli index fecf29b83..57e2bfb41 100644 --- a/helm/software/lambda-delta/basic_rg/brgReduction.mli +++ b/helm/software/lambda-delta/basic_rg/brgReduction.mli @@ -9,6 +9,11 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -exception LRefNotFound of string Lazy.t -type context +exception LRefNotFound of Brg.message + +val domain: + (Brg.term option -> 'a) -> Brg.context -> Brg.term -> 'a + +val are_convertible: + (bool -> 'a) -> ?si:bool -> Brg.context -> Brg.term -> Brg.term -> 'a