X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fgrafite.ml;h=e88406b5801bcddde3f43923a867ee534cb23a5d;hb=5da42f6120f3075c3da8ab3082ead39ea57955fa;hp=93bd922ef3f0294631cbbfa35cff6f8385941559;hpb=f6bf40d380bdb66e1cb3315edebb3d276ba7a125;p=helm.git diff --git a/helm/software/components/binaries/transcript/grafite.ml b/helm/software/components/binaries/transcript/grafite.ml index 93bd922ef..e88406b58 100644 --- a/helm/software/components/binaries/transcript/grafite.ml +++ b/helm/software/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))