X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2Ftacticals.mli;h=83e00d1067c3d80a90b17c53b617f27c5664ed52;hb=bc9899a797f5d6e8e37a76923172d18c774e7573;hp=88fafc1f8bf5e91be97802e7fcfea51bc44c5d75;hpb=55b82bd235d82ff7f0a40d980effe1efde1f5073;p=helm.git diff --git a/helm/software/components/tactics/tacticals.mli b/helm/software/components/tactics/tacticals.mli index 88fafc1f8..83e00d106 100644 --- a/helm/software/components/tactics/tacticals.mli +++ b/helm/software/components/tactics/tacticals.mli @@ -63,6 +63,7 @@ sig val do_tactic: n: int -> tactic: tactic -> tactic val try_tactic: tactic: tactic -> tactic val solve_tactics: tactics: (string * tactic) list -> tactic + val progress_tactic: tactic: tactic -> tactic (* module C: sig *) @@ -72,7 +73,8 @@ sig val semicolon: tactic val branch: tactic val shift: tactic - val pos: int -> tactic + val pos: int list -> tactic + val wildcard: tactic val merge: tactic val focus: int list -> tactic val unfocus: tactic