]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
new tactic whd implemented
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index eada3bedc7a670235830309ca4cfa6d84a7bf213..763911b79ea245ae572da11306a1008d5d5d7695 100644 (file)
@@ -51,9 +51,15 @@ 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  
+   | NEval of loc * npattern * [ `Whd of bool ]
+   | NGeneralize of loc * 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) *)