]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
- nrewrite ((very?) rough implementation)
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 512f5ede40c8643b21415f1ee3ceeaeb4bde1786..a83023140b3eb3d65fa1cd8652cfdab54848bc89 100644 (file)
@@ -57,6 +57,7 @@ type ntactic =
    | NElim of loc * CicNotationPt.term * npattern  
    | NId of loc
    | NIntro of loc * string
+   | NRewrite of loc * direction * CicNotationPt.term * npattern
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)