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