X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite%2FgrafiteMarshal.mli;h=e60ad39d8daa370ee9c4fdd21bcbf9f564e710ad;hb=1a40d93d10be4ee71ae9474384af931d70918690;hp=663d2fa43c0a00d1852166d2da42ce1a7392b722;hpb=0ac236dda6f80f6dc86a7f12d8c88b25e64e3251;p=helm.git diff --git a/helm/ocaml/grafite/grafiteMarshal.mli b/helm/ocaml/grafite/grafiteMarshal.mli index 663d2fa43..e60ad39d8 100644 --- a/helm/ocaml/grafite/grafiteMarshal.mli +++ b/helm/ocaml/grafite/grafiteMarshal.mli @@ -23,13 +23,8 @@ * http://helm.cs.unibo.it/ *) - (** name of the corrupt .moo file *) -exception Checksum_failure of string -exception Corrupt_moo of string -exception Version_mismatch of string - -type ast_command = (CicNotationPt.term, CicNotationPt.obj) GrafiteAst.command -type moo = ast_command list * GrafiteAst.metadata list (** *) +type ast_command = Cic.obj GrafiteAst.command +type moo = ast_command list val save_moo: fname:string -> moo -> unit