X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite%2FgrafiteAst.ml;h=6c51fc80abf190dc8898985ebfb50215097041f1;hb=de51a22214573437b5d6c2ae3b600e9d7bb8f9f6;hp=12063745fa32784b3466a17d1a6bbeec096cd65e;hpb=827e35d6058ebba3a4a4fa6eb3c160f0cd0fd1e8;p=helm.git diff --git a/helm/ocaml/grafite/grafiteAst.ml b/helm/ocaml/grafite/grafiteAst.ml index 12063745f..6c51fc80a 100644 --- a/helm/ocaml/grafite/grafiteAst.ml +++ b/helm/ocaml/grafite/grafiteAst.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + type direction = [ `LeftToRight | `RightToLeft ] type loc = Token.flocation @@ -35,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