X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Facic_procedural%2FproceduralMode.mli;h=b55188600b80e6f433aef57e5ce5c852bee991c0;hb=50afaf262195266d156f594cff7e92a6e8898b3e;hp=96a0b3b132709e620356918894cf83d3c95d6ff3;hpb=380284d5b85bd218f812bc0f9725061912c291f6;p=helm.git diff --git a/helm/software/components/acic_procedural/proceduralMode.mli b/helm/software/components/acic_procedural/proceduralMode.mli index 96a0b3b13..b55188600 100644 --- a/helm/software/components/acic_procedural/proceduralMode.mli +++ b/helm/software/components/acic_procedural/proceduralMode.mli @@ -23,8 +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 - -val is_appl: bool -> Cic.term -> bool