]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tactics/primitiveTactics.mli
- added (hack) apply_tac_verbose (for auto)
[helm.git] / helm / ocaml / tactics / primitiveTactics.mli
index bef3bb2e8041bacb6f5125e932d99c6676be5862..5bbc7d188412702d49a8e1a615f30a04c7170664 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
+(* not a real tactic *)
+val apply_tac_verbose :
+  term:Cic.term ->
+  ProofEngineTypes.proof * int ->
+  (Cic.term -> Cic.term) * (ProofEngineTypes.proof * int list)
+
 val apply_tac:
   term: Cic.term -> ProofEngineTypes.tactic
 val exact_tac: