]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Added syntax for ninversion tactic (still experimental).
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index d436977e381270bf415117c99b9dac3e2534406a..1910e34ac949d279cae975f146920745f2368189 100644 (file)
@@ -65,6 +65,7 @@ type ntactic =
    | NGeneralize of loc * npattern
    | NId of loc
    | NIntro of loc * string
+   | NInversion of loc * CicNotationPt.term * npattern  
    | NLApply of loc * CicNotationPt.term
    | NLetIn of loc * npattern * CicNotationPt.term * string
    | NReduce of loc * [ `Normalize of bool | `Whd of bool ] * npattern