X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=components%2Fbinaries%2Ftranscript%2Fgrafite.ml;h=e88406b5801bcddde3f43923a867ee534cb23a5d;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=93bd922ef3f0294631cbbfa35cff6f8385941559;hpb=c68d9805aa7e37554bc4f00eca61083b75ef43da;p=helm.git diff --git a/components/binaries/transcript/grafite.ml b/components/binaries/transcript/grafite.ml index 93bd922ef..e88406b58 100644 --- a/components/binaries/transcript/grafite.ml +++ b/components/binaries/transcript/grafite.ml @@ -79,7 +79,7 @@ let require value = command_of_obj (G.Include (floc, value ^ ".ma")) let coercion value = - command_of_obj (G.Coercion (floc, UM.uri_of_string value, true, 0)) + command_of_obj (G.Coercion (floc, UM.uri_of_string value, true, 0, 0)) let inline (uri, prefix) = command_of_macro (G.Inline (floc, G.Declarative, uri, prefix))