]> 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 4f86ff6eb06e24a74948926f906ee1a7e378fdcf..a83023140b3eb3d65fa1cd8652cfdab54848bc89 100644 (file)
@@ -51,10 +51,13 @@ type 'term just =
 
 type ntactic =
    | NApply of loc * CicNotationPt.term
+   | NCases of loc * CicNotationPt.term * npattern  
+   | NCase1 of loc * string
    | NChange of loc * npattern * CicNotationPt.term
    | 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) *)