X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralMode.mli;h=b55188600b80e6f433aef57e5ce5c852bee991c0;hb=6805316d54eff18f5afbc712093c80421f2ddb18;hp=dc382693fa339f532a7db15928d2f27478604709;hpb=977e819edc19f6c25d9f05c2fafe72c63ad301fd;p=helm.git diff --git a/helm/software/components/acic_procedural/proceduralMode.mli b/helm/software/components/acic_procedural/proceduralMode.mli index dc382693f..b55188600 100644 --- a/helm/software/components/acic_procedural/proceduralMode.mli +++ b/helm/software/components/acic_procedural/proceduralMode.mli @@ -23,4 +23,6 @@ * http://cs.unibo.it/helm/. *) +val is_eliminator: (Cic.context * Cic.term) list -> bool + val bkd: Cic.context -> Cic.term -> bool