]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/tactics/primitiveTactics.mli
case tactic first tries with a simple outtype and then with a more sofisticated one
[helm.git] / helm / software / components / tactics / primitiveTactics.mli
index 0ca91fe2c56128549f9789f46aeed4344f72a269..24d5cbc88fd20b6ad1ddda1719473a71ab2353e5 100644 (file)
@@ -64,6 +64,8 @@ val apply_tac_verbose :
 
 val apply_tac:
   term: Cic.term -> ProofEngineTypes.tactic
+val applyP_tac: (* apply for procedural reconstruction *)
+  term: Cic.term -> ProofEngineTypes.tactic
 val exact_tac:
   term: Cic.term -> ProofEngineTypes.tactic
 val intros_tac: