]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
content2Procedural.ml: "Intros+LetTac" ok
[helm.git] / components / grafite / grafiteAst.ml
index 9c5d56024917795facba7653bc89d1019a192754..8979129158b34bcd8a9ffa03577dca64bfb399e9 100644 (file)
@@ -106,6 +106,9 @@ type search_kind = [ `Locate | `Hint | `Match | `Elim ]
 
 type print_kind = [ `Env | `Coer ]
 
+type style = Declarative
+           | Procedural
+
 type 'term macro = 
   (* Whelp's stuff *)
   | WHint of loc * 'term 
@@ -116,7 +119,7 @@ type 'term macro =
   (* real macros *)
   | Check of loc * 'term 
   | Hint of loc
-  | Inline of loc * string * string (* URI or base-uri, name prefix *) 
+  | Inline of loc * style * string * string (* URI or base-uri, name prefix *) 
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)