racket/collects/tests/mzscheme/beg-intm.ss
Matthias Felleisen 305a38a0c0 arithmetic functions should be standard
svn: r14833
2009-05-15 18:26:16 +00:00

13 lines
280 B
Scheme

;; For every test here, make sure the opposite test is in intml-adv.ss
(htdp-syntax-test #'(1 2 3))
(htdp-syntax-test #'("hello" 1 2))
(htdp-syntax-test #'(define x17 (lambda (y) (lambda (z) z))))
(htdp-syntax-test #'(lambda (x) 10))
(htdp-syntax-test #'(lambda (f) (f f)))