]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/transcript/grafite.ml
notation factored, coercion commant taking terms and not only URI
[helm.git] / helm / software / components / binaries / transcript / grafite.ml
index e88406b5801bcddde3f43923a867ee534cb23a5d..1616c18a9a5f5c467ab997a155b14e773792d428 100644 (file)
@@ -95,7 +95,7 @@ let commit och items =
       | T.Line line         -> out_line_comment och line
       | T.BaseUri uri       -> out_command och (set "baseuri" uri)
       | T.Include script    -> out_command och (require script)
-      | T.Coercion specs    -> out_command och (coercion (snd specs))
+      | T.Coercion specs    -> out_unexported och "COERCION" (snd specs)
       | T.Notation specs    -> out_unexported och "NOTATION" (snd specs) (**)
       | T.Inline (_, T.Var, src, _) -> out_alias och (UriManager.name_of_uri (UriManager.uri_of_string src)) src 
       | T.Inline specs      -> out_command och (inline (trd_rth specs))