Last active
August 29, 2015 13:56
-
-
Save takikawa/8923392 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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