]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
a. uniform mangement for context and library
[helm.git] / components / grafite / grafiteAst.ml
index e4b2cf24d97b3fbd3b3bb1978bdc5329f7a63600..8816f2efa43d25e000fddcf28cb68df9917b6f6a 100644 (file)
@@ -46,7 +46,7 @@ type 'lazy_term reduction =
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   | Absurd of loc * 'term
   | Apply of loc * 'term
-  | ApplyS of loc * 'term
+  | ApplyS of loc * 'term * (string * string) list
   | Assumption of loc
   | Auto of loc * (string * string) list
   | Change of loc * ('term, 'lazy_term, 'ident) pattern * 'lazy_term