]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAst.ml
Partially restore the assume tactic
[helm.git] / matita / components / grafite / grafiteAst.ml
index 5d138bbe06624ed27896cfb0511767ee045448a6..8b911a60183c1ff0a7022160056e5696e8ee9dee 100644 (file)
@@ -75,6 +75,8 @@ type ntactic =
    | NAssumption of loc
    | NRepeat of loc * ntactic
    | NBlock of loc * ntactic list
+   (* Declarative langauge *)
+   | Assume of loc * string * nterm (* loc, identifier, term *)
 
 type nmacro =
   | NCheck of loc * nterm