]> matita.cs.unibo.it Git - helm.git/blobdiff - components/grafite/grafiteMarshal.ml
BIG FAT COMMIT REGARDING COERCIONS:
[helm.git] / components / grafite / grafiteMarshal.ml
index e786d500154f4747b0128bdcf323178793278244..2b1ed9dbaafb6765e1acc78f04b4770fcc1b4e6e 100644 (file)
@@ -44,8 +44,8 @@ let rehash_cmd_uris =
   | GrafiteAst.Default (loc, name, uris) ->
       let uris = List.map rehash_uri uris in
       GrafiteAst.Default (loc, name, uris)
-  | GrafiteAst.Coercion (loc, uri, close) ->
-      GrafiteAst.Coercion (loc, rehash_uri uri, close)
+  | GrafiteAst.Coercion (loc, uri, close, arity) ->
+      GrafiteAst.Coercion (loc, rehash_uri uri, close, arity)
   | cmd ->
       prerr_endline "Found a command not expected in a .moo:";
       let obj_pp _ = assert false in