bug report 10816
svn: r18490
This commit is contained in:
parent
911d80a144
commit
46d66b4542
|
@ -2,8 +2,4 @@
|
||||||
|
|
||||||
(define name "HtDP/2e Teachpacks")
|
(define name "HtDP/2e Teachpacks")
|
||||||
(define compile-omit-paths
|
(define compile-omit-paths
|
||||||
'("hangman-world.ss"
|
'("tests" "uchat" "utest"))
|
||||||
"hangman-world-play.ss"
|
|
||||||
"tests"
|
|
||||||
"extended-key"
|
|
||||||
"utest"))
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
#lang scheme
|
#lang scheme
|
||||||
|
|
||||||
(require htdp/error)
|
(require htdp/error)
|
||||||
|
@ -84,6 +85,7 @@
|
||||||
[(string? x) true]
|
[(string? x) true]
|
||||||
[(symbol? x) true]
|
[(symbol? x) true]
|
||||||
[(number? x) true]
|
[(number? x) true]
|
||||||
|
[(boolean? x) true]
|
||||||
[(char? x) true]
|
[(char? x) true]
|
||||||
[(pair? x) (and (list? x) (andmap sexp? x))]
|
[(pair? x) (and (list? x) (andmap sexp? x))]
|
||||||
[else false]))
|
[else false]))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user