X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fcic_transformations%2FtacticAst.ml;h=3a74b3863b1cdd52c57b6b5d11408c384c45ee57;hb=9e2b452ac3b4b5ba72834fd6e51e104e4faa032c;hp=f0dad83e23b828372be01a031e8f1eeb71fac101;hpb=511f0c1672e0db4cf577afc9b79f12dea39469ad;p=helm.git diff --git a/helm/ocaml/cic_transformations/tacticAst.ml b/helm/ocaml/cic_transformations/tacticAst.ml index f0dad83e2..3a74b3863 100644 --- a/helm/ocaml/cic_transformations/tacticAst.ml +++ b/helm/ocaml/cic_transformations/tacticAst.ml @@ -75,7 +75,14 @@ type thm_flavour = ] type 'term command = + | Abort + | Check of 'term | Proof + | Qed of string option + (* name. + * Name is needed when theorem was started without providing a name + *) + | Quit | Theorem of thm_flavour * string option * 'term * 'term option (* flavour, name, type, body * - name is absent when an unnamed theorem is being proved, tipically in @@ -83,11 +90,6 @@ type 'term command = * - body is present when its given along with the command, otherwise it * will be given in proof editing mode using the tactical language *) - | Qed of string option - (* name. - * Name is needed when theorem was started without providing a name - *) - | Quit type ('term, 'ident) tactical = | LocatedTactical of CicAst.location * ('term, 'ident) tactical