Sync up to trunk.

svn: r18493
This commit is contained in:
Stevie Strickland 2010-03-09 22:51:00 +00:00
commit fcbcf0bb6f
3 changed files with 4 additions and 6 deletions

View File

@ -2,8 +2,4 @@
(define name "HtDP/2e Teachpacks")
(define compile-omit-paths
'("hangman-world.ss"
"hangman-world-play.ss"
"tests"
"extended-key"
"utest"))
'("tests" "uchat" "utest"))

View File

@ -1,3 +1,4 @@
#lang scheme
(require htdp/error)
@ -84,6 +85,7 @@
[(string? x) true]
[(symbol? x) true]
[(number? x) true]
[(boolean? x) true]
[(char? x) true]
[(pair? x) (and (list? x) (andmap sexp? x))]
[else false]))

View File

@ -1 +1 @@
#lang scheme/base (provide stamp) (define stamp "8mar2010")
#lang scheme/base (provide stamp) (define stamp "9mar2010")