X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Fgrafite%2FgrafiteAst.ml;h=8816f2efa43d25e000fddcf28cb68df9917b6f6a;hb=4996fef9a745a372717fbc20bd5f0eef7a08552b;hp=e4b2cf24d97b3fbd3b3bb1978bdc5329f7a63600;hpb=e11e617809bbf3757ddfcbd6ef6d28d20e14a4f0;p=helm.git diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index e4b2cf24d..8816f2efa 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -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