]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/grafite/grafiteAst.ml
fix
[helm.git] / helm / ocaml / grafite / grafiteAst.ml
index 12063745fa32784b3466a17d1a6bbeec096cd65e..6c51fc80abf190dc8898985ebfb50215097041f1 100644 (file)
@@ -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