]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteMarshal.ml
New debugging tactic nassert:
[helm.git] / helm / software / components / grafite / grafiteMarshal.ml
index 836f592b01a40c1e7684ca764a3173d602ead248..48525aed5bf2406b307b970c52d67356f70911cb 100644 (file)
@@ -44,6 +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.PreferCoercion (loc, uri) ->
+      GrafiteAst.PreferCoercion (loc, CicUtil.rehash_term uri)
   | GrafiteAst.Coercion (loc, uri, close, arity, saturations) ->
       GrafiteAst.Coercion (loc, CicUtil.rehash_term uri, close, arity, saturations)
   | GrafiteAst.Index (loc, key, uri) ->