]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_tactics/nTactics.mli
Matitaweb: large commit porting to the new Matita 0.95 syntax.
[helm.git] / matitaB / components / ng_tactics / nTactics.mli
index 985849b632b7001fea4623d4b8a5123852f2c4d7..5290a322e2db63e79a4209df396ee377e4d70927 100644 (file)
@@ -54,6 +54,7 @@ val rewrite_tac:
   dir:[ `LeftToRight | `RightToLeft ] ->
    what:NTacStatus.tactic_term -> where:NTacStatus.tactic_pattern -> 
     's NTacStatus.tactic
+val generalize0_tac : NotationPt.term list -> 's NTacStatus.tactic
 val generalize_tac : where:NTacStatus.tactic_pattern -> 's NTacStatus.tactic
 val clear_tac : string list -> 's NTacStatus.tactic
 val reduce_tac: