check-satisfied: added feature to the htdp languages

This commit is contained in:
Matthias Felleisen 2014-07-30 11:15:06 -04:00
parent ecfafe6312
commit fd99525638
5 changed files with 9 additions and 4 deletions

View File

@ -57,6 +57,7 @@
[advanced-module-begin #%module-begin])
check-expect
check-random
check-satisfied
check-within
check-error
check-member-of

View File

@ -38,7 +38,8 @@
[beginner-true true]
[beginner-false false])
check-expect
check-random
check-random
check-satisfied
check-within
check-error
check-member-of

View File

@ -42,7 +42,8 @@
[beginner-false false]
)
check-expect
check-random
check-random
check-satisfied
check-within
check-error
check-member-of

View File

@ -43,7 +43,8 @@
[beginner-false false]
)
check-expect
check-random
check-random
check-satisfied
check-within
check-error
check-member-of

View File

@ -44,7 +44,8 @@
[beginner-false false]
)
check-expect
check-random
check-random
check-satisfied
check-within
check-error
check-member-of