X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Ftypes.ml;h=fbe112a83616ae7709c16727fb4757772bec1178;hb=04f22df647f35080b499b720bca7bc0eb1794c64;hp=f0c8212bc47c3271c94045d895592f3a785aacbc;hpb=298868e07163c21863d542136733d24bfbec2482;p=helm.git diff --git a/helm/software/components/binaries/transcript/types.ml b/helm/software/components/binaries/transcript/types.ml index f0c8212bc..fbe112a83 100644 --- a/helm/software/components/binaries/transcript/types.ml +++ b/helm/software/components/binaries/transcript/types.ml @@ -33,16 +33,17 @@ 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