X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_tactics%2FnTactics.mli;h=250b26991625442e6d2d46559541ac20d3c4c42a;hb=3fab56d1663ba3d5aeb9207612279e0bb0edbb8c;hp=d9964ddcebbbd94f5b08b224f7792e36d294d4a0;hpb=3ace6e853d2cb8ce8c98b7d8c07a4f6c6b61ba84;p=helm.git diff --git a/matita/components/ng_tactics/nTactics.mli b/matita/components/ng_tactics/nTactics.mli index d9964ddce..250b26991 100644 --- a/matita/components/ng_tactics/nTactics.mli +++ b/matita/components/ng_tactics/nTactics.mli @@ -13,6 +13,7 @@ val print_tac: bool -> string -> 's NTacStatus.tactic +val id_tac: 's NTacStatus.tactic val dot_tac: 's NTacStatus.tactic val branch_tac: ?force:bool -> 's NTacStatus.tactic val shift_tac: 's NTacStatus.tactic @@ -54,6 +55,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: @@ -68,11 +70,11 @@ val assert_tac: 's NTacStatus.tactic val constructor_tac : - ?num:int -> args:NTacStatus.tactic_term list -> 's NTacStatus.tactic + ?num:int -> args:NTacStatus.tactic_term list -> 's NTacStatus.tactic -val atomic_tac : - (NTacStatus.tac_status -> 'c #NTacStatus.status) -> - (#NTacStatus.tac_status as 'f) -> 'f +val atomic_tac : NTacStatus.tac_status NTacStatus.tactic -> 's NTacStatus.tactic + (*(NTacStatus.tac_status -> 'c #NTacStatus.status) -> + (#NTacStatus.tac_status as 'f) -> 'f*) type indtyinfo @@ -88,3 +90,6 @@ val find_in_context : 'a -> ('a * 'b) list -> int val inversion_tac: what:NTacStatus.tactic_term -> where:NTacStatus.tactic_pattern -> 's NTacStatus.tactic + +val exact_tac: NTacStatus.tactic_term -> 's NTacStatus.tactic +val first_tac: 's NTacStatus.tactic list -> 's NTacStatus.tactic