X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite%2FgrafiteAst.ml;h=5896e116fa6f17de2ff832c77c297578105e97bd;hb=8752fac73a864c821b6954f0572bce2052924183;hp=32625f39f108635b78f3790f5921abdb35738a61;hpb=d7e33f1609c2d990eb52c3e30784a2aa7bdd9b32;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