]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
added letin, still broken
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 763911b79ea245ae572da11306a1008d5d5d7695..062f2c0d216a0d16a7363dae3f8464031c14343b 100644 (file)
@@ -59,6 +59,7 @@ type ntactic =
    | NGeneralize of loc * npattern
    | NId of loc
    | NIntro of loc * string
+   | NLetIn of loc * npattern * CicNotationPt.term * string
    | NRewrite of loc * direction * CicNotationPt.term * npattern
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =