Updated predicate list in scheme/exists/lang based on contract library changes.
svn: r17721
This commit is contained in:
parent
2a5f883a4c
commit
54d5b0ac7f
|
@ -25,6 +25,7 @@
|
||||||
'(absolute-path?
|
'(absolute-path?
|
||||||
arity-at-least?
|
arity-at-least?
|
||||||
bitwise-bit-set?
|
bitwise-bit-set?
|
||||||
|
blame?
|
||||||
boolean?
|
boolean?
|
||||||
box?
|
box?
|
||||||
byte-pregexp?
|
byte-pregexp?
|
||||||
|
@ -60,6 +61,8 @@
|
||||||
contract-first-order-passes?
|
contract-first-order-passes?
|
||||||
contract-stronger?
|
contract-stronger?
|
||||||
contract?
|
contract?
|
||||||
|
contract-property?
|
||||||
|
contract-struct?
|
||||||
custodian-box?
|
custodian-box?
|
||||||
custodian-memory-accounting-available?
|
custodian-memory-accounting-available?
|
||||||
custodian?
|
custodian?
|
||||||
|
@ -84,8 +87,8 @@
|
||||||
exact-positive-integer?
|
exact-positive-integer?
|
||||||
exact?
|
exact?
|
||||||
exn:break?
|
exn:break?
|
||||||
exn:fail:contract2?
|
|
||||||
exn:fail:contract:arity?
|
exn:fail:contract:arity?
|
||||||
|
exn:fail:contract:blame?
|
||||||
exn:fail:contract:continuation?
|
exn:fail:contract:continuation?
|
||||||
exn:fail:contract:divide-by-zero?
|
exn:fail:contract:divide-by-zero?
|
||||||
exn:fail:contract:variable?
|
exn:fail:contract:variable?
|
||||||
|
@ -111,7 +114,8 @@
|
||||||
file-stream-port?
|
file-stream-port?
|
||||||
fixnum?
|
fixnum?
|
||||||
flat-contract?
|
flat-contract?
|
||||||
flat-pred?
|
flat-contract-property?
|
||||||
|
flat-contract-struct?
|
||||||
generic?
|
generic?
|
||||||
handle-evt?
|
handle-evt?
|
||||||
hash-eq?
|
hash-eq?
|
||||||
|
@ -144,7 +148,6 @@
|
||||||
module-path?
|
module-path?
|
||||||
module-provide-protected?
|
module-provide-protected?
|
||||||
mpair?
|
mpair?
|
||||||
name-pred?
|
|
||||||
namespace-anchor?
|
namespace-anchor?
|
||||||
namespace?
|
namespace?
|
||||||
negative?
|
negative?
|
||||||
|
@ -176,7 +179,6 @@
|
||||||
procedure-closure-contents-eq?
|
procedure-closure-contents-eq?
|
||||||
procedure-struct-type?
|
procedure-struct-type?
|
||||||
procedure?
|
procedure?
|
||||||
proj-pred?
|
|
||||||
promise-forced?
|
promise-forced?
|
||||||
promise-running?
|
promise-running?
|
||||||
promise?
|
promise?
|
||||||
|
@ -198,7 +200,6 @@
|
||||||
special-comment?
|
special-comment?
|
||||||
srcloc?
|
srcloc?
|
||||||
string?
|
string?
|
||||||
stronger-pred?
|
|
||||||
struct-accessor-procedure?
|
struct-accessor-procedure?
|
||||||
struct-constructor-procedure?
|
struct-constructor-procedure?
|
||||||
struct-mutator-procedure?
|
struct-mutator-procedure?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user