X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Flexicon%2FlexiconMarshal.mli;h=930d73f8ded842ac254ad40ea6484a5808ff0a1c;hb=72789e6d0eca89aa6629b387da141feac426ba20;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