]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/types.ml
- Procedural: generation of "exact" is now complete
[helm.git] / helm / software / components / binaries / transcript / types.ml
index e51122b3f20e3aaa0788c4af47a123f373f72b0e..7b17db7b202342c5fa218906d48e7ef7f6252640 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
+type local = bool
+
 type inline_kind = Con | Ind | Var
 
+type input_kind = Gallina8 | Grafite
+
+type output_kind = Declarative | Procedural
+
+type source = string
+
+type prefix = string
+
+type flavour = Cic.object_flavour option
+
 type item = Heading of (string * int)
           | Line of string
          | Comment of string
           | Unexport of string
-          | BaseUri of string
          | Include of string
-          | Coercion of string
-         | Notation of string
-         | Inline of (inline_kind * string)
+          | Coercion of (local * string)
+         | Notation of (local * string)
+         | Section of (local * string * string)
+         | Inline of (local * inline_kind * source * prefix * flavour)
           | Verbatim of string
          | Discard of string