Skip to content

Instantly share code, notes, and snippets.

@takikawa
Last active August 29, 2015 13:56
Show Gist options
  • Save takikawa/8923392 to your computer and use it in GitHub Desktop.
Save takikawa/8923392 to your computer and use it in GitHub Desktop.
$ racket -I typed/racket
Welcome to Racket v6.0.0.2.
-> (lambda () (define x 1))
; readline-input:1:0: begin (possibly implicit): no expression after a sequence
; of internal definitions
; in: (begin (define x 1))
; [,bt for context]
-> (lambda ())
; readline-input:1.0: lambda: expected more terms starting with body expression
; at: ()
; within: (lambda ())
; in: (lambda ())
; note: additional errors omitted
; [,bt for context]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment