]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/grafite/grafiteAst.ml
Partially restore the suppose tactic
[helm.git] / matita / components / grafite / grafiteAst.ml
index 8b911a60183c1ff0a7022160056e5696e8ee9dee..29dfe324b4426e25ade914f6aa5aac0be7f65677 100644 (file)
@@ -76,7 +76,9 @@ type ntactic =
    | NRepeat of loc * ntactic
    | NBlock of loc * ntactic list
    (* Declarative langauge *)
+   (* Not the best idea to use a string directly, an abstract type for identifiers would be better *)
    | Assume of loc * string * nterm (* loc, identifier, term *)
+   | Suppose of loc * nterm *string * nterm option
 
 type nmacro =
   | NCheck of loc * nterm