X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flexicon%2FlexiconMarshal.mli;h=930d73f8ded842ac254ad40ea6484a5808ff0a1c;hb=b1bad322d0daf6c25f95a82c4349f057a753ab7c;hp=9ef2918426f837202bf64bc1130802eb0b60b4ae;hpb=827e35d6058ebba3a4a4fa6eb3c160f0cd0fd1e8;p=helm.git diff --git a/helm/ocaml/lexicon/lexiconMarshal.mli b/helm/ocaml/lexicon/lexiconMarshal.mli index 9ef291842..930d73f8d 100644 --- a/helm/ocaml/lexicon/lexiconMarshal.mli +++ b/helm/ocaml/lexicon/lexiconMarshal.mli @@ -23,15 +23,10 @@ * http://helm.cs.unibo.it/ *) - (** name of the corrupt .lexicon file *) -exception Checksum_failure of string -exception Corrupt_lexicon of string -exception Version_mismatch of string - type lexicon = LexiconAst.command list val save_lexicon: fname:string -> lexicon -> unit - (** @raise Corrupt_lexicon *) + (** @raise HMarshal.* *) val load_lexicon: fname:string -> lexicon