.
original commit: a6413ec7a9c43f748e343f5cae96e21270861803
This commit is contained in:
parent
af2420010d
commit
9317ed46dc
|
@ -145,13 +145,13 @@
|
|||
((val)
|
||||
(raise
|
||||
(make-exn:misc:match
|
||||
(format "match: no matching clause for ~e" val)
|
||||
(string->immutable-string (format "match: no matching clause for ~e" val))
|
||||
(current-continuation-marks)
|
||||
val)))
|
||||
((val expr)
|
||||
(raise
|
||||
(make-exn:misc:match
|
||||
(format "match: no matching clause for ~e: ~s" val expr)
|
||||
(string->immutable-string (format "match: no matching clause for ~e: ~s" val expr))
|
||||
(current-continuation-marks)
|
||||
val)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user