X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fgrafite.ml;h=d44a17c5897e40df09508101d852b3025a0c060a;hb=7f9e313fe5ae4200f080f481a6b8b795a0618093;hp=cae0bdfb53aef4aff69e27e4ff00c220a157e687;hpb=8ae1653eb75d2b57c50e077c49cb9d078313ea9d;p=helm.git diff --git a/helm/software/components/binaries/transcript/grafite.ml b/helm/software/components/binaries/transcript/grafite.ml index cae0bdfb5..d44a17c58 100644 --- a/helm/software/components/binaries/transcript/grafite.ml +++ b/helm/software/components/binaries/transcript/grafite.ml @@ -76,7 +76,7 @@ let command_of_macro macro = G.Executable (floc, G.Macro (floc, macro)) let require moo value = - command_of_obj (G.Include (floc, moo, value ^ ".ma")) + command_of_obj (G.Include (floc, moo, `OldAndNew, value ^ ".ma")) let coercion value = command_of_obj (G.Coercion (floc, UM.uri_of_string value, true, 0, 0))