]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_transformations/tacticAst.ml
1. rewrite_* and rewrite_back_* merged into one function
[helm.git] / helm / ocaml / cic_transformations / tacticAst.ml
index 15961702dcf2e4bfdc192a50c3f8d62fe9e57e6d..d9f909a5fa2eba9abf4f26d78c86ef23bae75f90 100644 (file)
@@ -23,7 +23,7 @@
  * http://helm.cs.unibo.it/
  *)
 
-type direction = [ `Left | `Right ]
+type direction = [ `LeftToRight | `RightToLeft ]
 type reduction_kind = [ `Reduce | `Simpl | `Whd | `Normalize ]
 
 type loc = CicAst.location