(module base mzscheme (require (file "exn.ss") ) (provide (all-defined) (all-from (file "exn.ss")) ) (define-struct (exn:unlib exn) ()) (define-struct (exn:fail:unlib exn:fail) ()) )