]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteAst.ml
Inline command implemented.
[helm.git] / components / grafite / grafiteAst.ml
index c7d644e6071f611d5afa30976d9a022bab5d26d0..6ab2b2fc694402d63316e77b53ebf83dd2a37bce 100644 (file)
@@ -114,6 +114,7 @@ type 'term macro =
   (* real macros *)
   | Check of loc * 'term 
   | Hint of loc
+  | Inline of loc * string (* the string is a URI or a base-uri *)
 
 (** To be increased each time the command type below changes, used for "safe"
  * marshalling *)