]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/lexicon/lexiconMarshal.mli
reimplemented specific marshallars on top of generic HMarshal marshaller
[helm.git] / helm / ocaml / lexicon / lexiconMarshal.mli
index 9ef2918426f837202bf64bc1130802eb0b60b4ae..930d73f8ded842ac254ad40ea6484a5808ff0a1c 100644 (file)
  * 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