]> matita.cs.unibo.it Git - helm.git/blobdiff - components/acic_procedural/proceduralMode.mli
elim tactic: it needs two arguments, a term as well as a pattern
[helm.git] / components / acic_procedural / proceduralMode.mli
index 2f0e7e9f49d292390458f3e3afdb947f640100c1..b55188600b80e6f433aef57e5ce5c852bee991c0 100644 (file)
@@ -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