racket/collects/tests/htdp-lang/beg-intml.rktl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

6 lines
165 B
Racket

;; For every test here, make sure the opposite test is in advanced.rkt
(htdp-syntax-test #'(define (xthnk) 10))
(htdp-syntax-test #'(define xthnk (lambda () 10)))