X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=ffd35c703b3ec30461ecbd94b58539c401094f86;hb=52a418c32f7d60439f4aaba580d4ed3ba8439602;hp=c00eb8404d2f8ca0a459bb28fbca4e0a328f02ac;hpb=1b3f24947f19050f3947397e50a8d5ed3b61b71b;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index c00eb8404..ffd35c703 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -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 *)