Guest User

Untitled

a guest
Nov 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #lang racket
  2. (with-handlers ([void (λ (e)
  3. (continuation-mark-set->context
  4. (exn-continuation-marks e)))])
  5. (+ 1 "two"))
Add Comment
Please, Sign In to add comment