Sign in
◑
Theme
code
/
git
/
ca96eeee79bc231f8096d9e9d0b501e0495e2db7
/
.
/
t
/
t4018
/
scheme-module-a
blob: edfae0ebf7b0f79b2d5abe304a2d42a1731cbc17 [
file
]
(
module
A RIGHT
(
export
with
-
display
-
exception
)
(
extern
(
display
-
exception display
-
exception
ChangeMe
))
(
def
(
with
-
display
-
exception thunk
)
(
with
-
catch
(
lambda
(
e
)
(
display
-
exception e
(
current
-
error
-
port
))
e
)
thunk
)))