X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite%2FgrafiteAst.ml;h=6c51fc80abf190dc8898985ebfb50215097041f1;hb=de51a22214573437b5d6c2ae3b600e9d7bb8f9f6;hp=c9567155db9d8ffea4fa95e7463621c265bda743;hpb=aa0d60227b785da3355b31519ba11cb4fbd2c925;p=helm.git diff --git a/helm/ocaml/grafite/grafiteAst.ml b/helm/ocaml/grafite/grafiteAst.ml index c9567155d..6c51fc80a 100644 --- a/helm/ocaml/grafite/grafiteAst.ml +++ b/helm/ocaml/grafite/grafiteAst.ml @@ -37,7 +37,8 @@ type ('term, 'ident) type_spec = | Type of UriManager.uri * int type 'lazy_term reduction = - [ `Normalize + [ `Demodulate + | `Normalize | `Reduce | `Simpl | `Unfold of 'lazy_term option