Guest User

Untitled

a guest
Dec 7th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. guile> (let ((foo 'a)) (define (bar baz) 'b))
  2.  
  3. Backtrace:
  4. In standard input:
  5. 57: 0* (let* ((foo (quote a))) (define (bar baz) (quote b)))
  6.  
  7. standard input:57:1: In procedure memoization in expression (let* (#) (define # #)):
  8. standard input:57:1: Missing body expression in ((define (bar baz) (quote b))).
  9. ABORT: (syntax-error)
Add Comment
Please, Sign In to add comment