]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
Avoid confusion for names of proofs put in the applicative context.
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index b8a89e1b6d885bf7293c8e5221f8d39e66eac22f..d5eb9c241259efcb7fc1ff0e24d328b92f68bad8 100644 (file)
@@ -126,14 +126,14 @@ type presentation_style = Declarative
 
 type 'term macro = 
   (* Whelp's stuff *)
-  | WHint of loc * 'term 
+  | WHint of loc * 'term
   | WMatch of loc * 'term 
   | WInstance of loc * 'term 
   | WLocate of loc * string
   | WElim of loc * 'term
   (* real macros *)
   | Check of loc * 'term 
-  | Hint of loc
+  | Hint of loc * bool
   | AutoInteractive of loc * (string * string) list
   | Inline of loc * presentation_style * string * string 
      (* URI or base-uri, name prefix *)