X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgrafite%2FgrafiteMarshal.mli;h=e60ad39d8daa370ee9c4fdd21bcbf9f564e710ad;hb=c53208425a6bbd9890ab35c637a44d997c8ac263;hp=8fb1b23988c931e3121a8960e604715ddc2178f9;hpb=a58d25c192ff13ecee2cb92f07ee6f1cbe5219b5;p=helm.git diff --git a/helm/ocaml/grafite/grafiteMarshal.mli b/helm/ocaml/grafite/grafiteMarshal.mli index 8fb1b2398..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 = (Cic.term, Cic.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