X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=a4d357702925e86a5fb8b4b5e8d643e3b77f54fa;hb=403b7486e9f2cb5583a2c8035cf419bbac982fb1;hp=26a65b53139f4dc8ba26e576b34ac3ba2cfae405;hpb=137a822662f81efbbeac7ddc833fc9ffe252a70e;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 26a65b531..a4d357702 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -98,7 +98,8 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic = | ExistsElim of loc * 'term * 'ident * 'term * 'ident * 'term | AndElim of loc * 'term * 'ident * 'term * 'ident * 'term | RewritingStep of - loc * 'term option * 'term * 'term option * Cic.name option + loc * 'term option * 'term * + [ `Term of 'term | `Auto of (string * string) list ] * Cic.name option type search_kind = [ `Locate | `Hint | `Match | `Elim ]