]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
added empty_db, usefull to avoid translating all old coercions to obtain a new coerci...
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 560e680b46718f9794cb34a3ce4f971c0f97b098..c700c836b456e334f3acd7b862600fc3f2519cec 100644 (file)
@@ -63,6 +63,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Real tactics *)
   | Absurd of loc * 'term
   | Apply of loc * 'term
+  | ApplyRule of loc * 'term
   | ApplyP of loc * 'term (* apply for procedural reconstruction *)
   | ApplyS of loc * 'term * 'term auto_params
   | Assumption of loc