X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=a051c2af6336d2a93e4a54b2d84b18ae2b9a1211;hb=29a3bd5d160f31873236c93a008a9e4fd31c305e;hp=d9f909a5fa2eba9abf4f26d78c86ef23bae75f90;hpb=2b01133527077e8dd554f0fbcc51368903dd3b8c;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index d9f909a5f..a051c2af6 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -50,15 +50,15 @@ type ('term, 'ident) tactic = | Exact of loc * 'term | Exists of loc | Fail of loc - | Fold of loc * reduction_kind * ('term, 'ident) pattern + | Fold of loc * reduction_kind * 'term * ('term, 'ident) pattern | Fourier of loc - | FwdSimpl of loc * 'term + | FwdSimpl of loc * string * 'ident list | Generalize of loc * ('term, 'ident) pattern * 'ident option | Goal of loc * int (* change current goal, argument is goal number 1-based *) | IdTac of loc | Injection of loc * 'term | Intros of loc * int option * 'ident list - | LApply of loc * 'term option * 'term * 'ident option + | LApply of loc * int option * 'term list * 'term * 'ident option | Left of loc | LetIn of loc * 'term * 'ident | Reduce of loc * reduction_kind * ('term, 'ident) pattern @@ -126,6 +126,7 @@ type obj = (string * CicAst.term) list type ('term,'obj) command = + | Include of loc * string | Set of loc * string * string | Drop of loc | Qed of loc