]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
generalized is half-implemented (still broken)
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index ed2d7b9a1ace1fe17a9d3ff5a92f6fac63b4452b..b69ff18f44592d8c21092f697e1900c2ab14342e 100644 (file)
@@ -51,8 +51,14 @@ 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
+   | NGeneralize of loc * npattern
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)