]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
- Changed ApplyTransformation API to return both the mathml and acic,
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 8c678de93ba9d9fe6d0d91e2ac1d362efe03437d..1b4e906e0ed508a8099a9616516470ef952caafe 100644 (file)
@@ -111,6 +111,7 @@ 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
        *)
+  | Coercion of 'term
   | Redo of int option
   | Undo of int option