]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
Apply-Silvie tactic added!
[helm.git] / components / grafite / grafiteAst.ml
index c00eb8404d2f8ca0a459bb28fbca4e0a328f02ac..ffd35c703b3ec30461ecbd94b58539c401094f86 100644 (file)
@@ -47,6 +47,7 @@ type 'lazy_term reduction =
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Absurd of loc * 'term
   | Apply of loc * 'term
+  | ApplyS of loc * 'term
   | Assumption of loc
   | Auto of loc * int option * int option * string option * string option 
       (* depth, width, paramodulation, full *) (* ALB *)