]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
tentative subst-sexpand and change
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 7593fe53abf36f0a9439070737a9640d5b0cd8e2..7b4411d02a23111fb64d98db310e1be8d523edea 100644 (file)
@@ -48,6 +48,7 @@ type 'term just =
 
 type ntactic =
    | NApply of loc * CicNotationPt.term
+   | NChange of loc * CicNotationPt.term * CicNotationPt.term
    | NId of loc
 
 type ('term, 'lazy_term, 'reduction, 'ident) tactic =