]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
more push/pop to avoid confusion with imperative data structures employed by
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 5cc66743d7bdffa4ab8de2de7b8b3465ea3c169c..180d687c9282d314814e579e1a1ad6b14d18461b 100644 (file)
@@ -143,8 +143,8 @@ type 'term macro =
   | Check of loc * 'term 
   | Hint of loc * bool
   | AutoInteractive of loc * 'term auto_params
-  | Inline of loc * presentation_style * string * string 
-     (* URI or base-uri, name prefix *) 
+  | Inline of loc * presentation_style * string * string * Cic.object_flavour option
+     (* URI or base-uri, name prefix, flavour *) 
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)