]> 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 2deacf2ac48bf5cde54bb68b3075889371a08788..a83023140b3eb3d65fa1cd8652cfdab54848bc89 100644 (file)
@@ -51,11 +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) *)