X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fgrafite.ml;h=f6a08229013bd03ef0bb944feef917e458f242f5;hb=32e77480c65cbf23ae7dea38a519c83dfeaf3830;hp=ef2105afb17756217de25c55437f3285d18b458d;hpb=298868e07163c21863d542136733d24bfbec2482;p=helm.git diff --git a/helm/software/components/binaries/transcript/grafite.ml b/helm/software/components/binaries/transcript/grafite.ml index ef2105afb..f6a082290 100644 --- a/helm/software/components/binaries/transcript/grafite.ml +++ b/helm/software/components/binaries/transcript/grafite.ml @@ -72,9 +72,6 @@ let command_of_obj obj = let command_of_macro macro = G.Executable (floc, G.Macro (floc, macro)) -let set key value = - command_of_obj (G.Set (floc, key, value)) - let require value = command_of_obj (G.Include (floc, value ^ ".ma")) @@ -97,7 +94,6 @@ let commit kind och items = let commit = function | T.Heading heading -> out_preamble och heading | T.Line line -> out_line_comment och line - | T.BaseUri uri -> out_command och (set "baseuri" uri) | T.Include script -> out_command och (require script) | T.Coercion specs -> out_unexported och "COERCION" (snd specs) | T.Notation specs -> out_unexported och "NOTATION" (snd specs) (**)