]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/types.ml
Fixed a call to auto, and commented the remaining part.
[helm.git] / helm / software / components / binaries / transcript / types.ml
index d7770ade78e417955a8022b6569b11835103626d..73420ee5921d987592cba96ebc646356b50b15f5 100644 (file)
  * http://cs.unibo.it/helm/.
  *)
 
+type local = bool
+
 type inline_kind = Con | Ind | Var
 
 type item = Heading of (string * int)
-          | Comment of string
+          | Line of string
+         | Comment of string
           | Unexport of string
           | BaseUri of string
          | Include of string
-          | Coercion of string
-         | Notation of string
+          | Coercion of (local * string)
+         | Notation of (local * string)
          | Inline of (inline_kind * string)
           | Verbatim of string
          | Discard of string