X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Ftypes.ml;h=fbe112a83616ae7709c16727fb4757772bec1178;hb=1ee5193677b8e2a80d4f068ee79ecac335de1196;hp=de7c1036e8cc26ab20e6316e7c157eb7ed95c3c4;hpb=137a822662f81efbbeac7ddc833fc9ffe252a70e;p=helm.git diff --git a/helm/software/components/binaries/transcript/types.ml b/helm/software/components/binaries/transcript/types.ml index de7c1036e..fbe112a83 100644 --- a/helm/software/components/binaries/transcript/types.ml +++ b/helm/software/components/binaries/transcript/types.ml @@ -27,20 +27,23 @@ type local = bool type inline_kind = Con | Ind | Var +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 (local * string) | Notation of (local * string) | Section of (local * string * string) - | Inline of (local * inline_kind * source * prefix) + | Inline of (local * inline_kind * source * prefix * flavour) | Verbatim of string | Discard of string