]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/grafite.ml
Coercions are now generalized to the general form
[helm.git] / helm / software / components / binaries / transcript / grafite.ml
index 93bd922ef3f0294631cbbfa35cff6f8385941559..e88406b5801bcddde3f43923a867ee534cb23a5d 100644 (file)
@@ -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))