repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: pull: fix rebase=false documentation
[git/debian.git]
/
t
/
t4018
/
scheme-module
blob
edfae0ebf7b0f79b2d5abe304a2d42a1731cbc17
1
(module A RIGHT
2
(export with-display-exception)
3
(extern (display-exception display-exception ChangeMe))
4
(def (with-display-exception thunk)
5
(with-catch (lambda (e) (display-exception e (current-error-port)) e)
6
thunk)))