X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Fbasic_rg%2FbrgReduction.mli;h=eebb157254fc5f1ccc38e5ea4705c6915c7295fb;hb=85521efd364ec494e4cc024bbf87182a312e1b7b;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..eebb15725 100644 --- a/helm/software/lambda-delta/basic_rg/brgReduction.mli +++ b/helm/software/lambda-delta/basic_rg/brgReduction.mli @@ -9,6 +9,18 @@ \ / This software is distributed as is, NO WARRANTY. V_______________________________________________________________ *) -exception LRefNotFound of string Lazy.t +type kam -type context +val empty_kam: kam + +val get: kam -> int -> Brg.bind + +val push: kam -> Entity.attrs -> Brg.bind -> kam + +val xwhd: Entity.status -> kam -> Brg.term -> kam * Brg.term + +(* arguments: expected type, inferred type *) +val are_convertible: + Entity.status -> kam -> Brg.term -> kam -> Brg.term -> bool + +val specs: (kam, Brg.term) Log.specs