X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fcomponents%2Fbinaries%2Ftranscript%2Fgrafite.ml;h=1616c18a9a5f5c467ab997a155b14e773792d428;hb=ca41435a6021292ccba239aa173651c0be705b45;hp=e88406b5801bcddde3f43923a867ee534cb23a5d;hpb=9fb5c64e77e7cde6c6e47549a9dbf7619f685372;p=helm.git diff --git a/helm/software/components/binaries/transcript/grafite.ml b/helm/software/components/binaries/transcript/grafite.ml index e88406b58..1616c18a9 100644 --- a/helm/software/components/binaries/transcript/grafite.ml +++ b/helm/software/components/binaries/transcript/grafite.ml @@ -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))