]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
New tactic intro. Syntax: "# n".
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index eada3bedc7a670235830309ca4cfa6d84a7bf213..4f86ff6eb06e24a74948926f906ee1a7e378fdcf 100644 (file)
@@ -54,6 +54,7 @@ type ntactic =
    | NChange of loc * npattern * CicNotationPt.term
    | NElim of loc * CicNotationPt.term * npattern  
    | NId of loc
+   | NIntro of loc * string
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =
   (* Higher order tactics (i.e. tacticals) *)