]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
new intro:
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 97dbb04868ebf2c76ebdbd55b491f6c5403aed8e..ae4dc23f76b4e477f2276d268b96670bd5decdc2 100644 (file)
@@ -65,6 +65,7 @@ type ntactic =
    | NGeneralize of loc * npattern
    | NId of loc
    | NIntro of loc * string
+   | NIntros of loc * string list
    | NInversion of loc * CicNotationPt.term * npattern  
    | NLApply of loc * CicNotationPt.term
    | NLetIn of loc * npattern * CicNotationPt.term * string
@@ -201,6 +202,7 @@ type nmacro =
   | NCheck of loc * CicNotationPt.term
   | Screenshot of loc * string
   | NAutoInteractive of loc * CicNotationPt.term auto_params
+  | NIntroGuess of loc
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)