| To: | scsh@martigny.ai.mit.edu |
|---|---|
| Subject: | Type typo in scsh-interfaces.scm |
| From: | sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) |
| Date: | 03 Mar 1998 16:17:30 +0100 |
Type annotations only help when they're right. (This is 0.5.1, of course.) *** scsh/scsh-interfaces.scm~ Fri Apr 18 05:23:26 1997
--- scsh/scsh-interfaces.scm Tue Mar 3 16:16:10 1998
***************
*** 96,103 ****
(define-interface scsh-errors-interface
(export errno-error
error
! (with-errno-handler* (proc ((proc (:number :value) :values)); handler
! (proc () :values))) ; thunk
(with-errno-handler :syntax)))
--- 96,104 ----
(define-interface scsh-errors-interface
(export errno-error
error
! (with-errno-handler* (proc ((proc (:number :value) :values) ; handler
! (proc () :values)) ; thunk
! :values))
(with-errno-handler :syntax)))
-- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Anyone have an "ls" clone?, Michael Sperber [Mr. Preprocessor] |
|---|---|
| Next by Date: | BIND-LISTEN-ACCEPT-LOOP should shut down socket if interrupted, Michael Sperber [Mr. Preprocessor] |
| Previous by Thread: | Anyone have an "ls" clone?, Michael Sperber [Mr. Preprocessor] |
| Next by Thread: | BIND-LISTEN-ACCEPT-LOOP should shut down socket if interrupted, Michael Sperber [Mr. Preprocessor] |
| Indexes: | [Date] [Thread] [Top] [All Lists] |