X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=5896e116fa6f17de2ff832c77c297578105e97bd;hb=1d8438e80bbbd6c9b15e3beeba17af9d12b702c5;hp=32625f39f108635b78f3790f5921abdb35738a61;hpb=e31bb143e3a303321e509f415764338849b7e516;p=helm.git diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 32625f39f..5896e116f 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/components/grafite/grafiteAst.ml @@ -37,8 +37,7 @@ type ('term, 'ident) type_spec = | Type of UriManager.uri * int type 'lazy_term reduction = - [ `Demodulate - | `Normalize + [ `Normalize | `Reduce | `Simpl | `Unfold of 'lazy_term option @@ -57,6 +56,7 @@ type ('term, 'lazy_term, 'reduction, 'ident) tactic = | Contradiction of loc | Cut of loc * 'ident option * 'term | Decompose of loc * ('term, 'ident) type_spec list * 'ident option * 'ident list + | Demodulate of loc | Discriminate of loc * 'term | Elim of loc * 'term * 'term option * int option * 'ident list | ElimType of loc * 'term * 'term option * int option * 'ident list