X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;fp=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=8983490eac2483c198ec2cecd269cb9212208292;hb=6e8c7b9234ff7092008384b5e41782eac173aa05;hp=63314d96f04f9d5b618becc9a613ddd27780fa54;hpb=1db44a3e28f767afea3b87f21aaeb81c586b1733;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index 63314d96f..8983490ea 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -34,8 +34,8 @@ type ('term, 'ident) pattern = type ('term, 'ident) tactic = | Absurd of loc * 'term | Apply of loc * 'term - | Auto of loc * int option | Assumption of loc + | Auto of loc * int option * int option (* depth, width *) | Change of loc * 'term * 'term * ('term,'ident) pattern (* what, with what, where *) | Compare of loc * 'term | Constructor of loc * int