Reorder and cleanup requires in lang-core.rkt.

This commit is contained in:
Patrick Mahoney 2012-08-03 16:49:06 -04:00 committed by Gregory Cooper
parent 2d12f007a9
commit fa740ebfcf

View File

@ -3,13 +3,12 @@
(only racket/base foldl)
(only racket/list empty))
(require (only racket/list cons? first second rest empty empty?)
(only racket/base vector-ref build-vector build-list)
(only racket/function identity)
(only mzlib/etc opt-lambda)
(only frtime/core/frp super-lift undefined undefined? behavior? do-in-manager-after do-in-manager proc->signal set-signal-thunk! register unregister iq-enqueue value-now/no-copy
signal? signal-depth signal:switching? signal-value value-now signal:compound? signal:compound-content signal:switching-current signal:switching-trigger set-cell!)
(only racket/base vector-ref)
(only frtime/lang-ext lift new-cell switch ==> changes deep-value-now)
(only mzlib/etc opt-lambda)
(only racket/base build-vector build-list)
(only racket/function identity))
(only frtime/lang-ext lift new-cell switch ==> changes deep-value-now))
#| (VECTOR-ANY <pred?> <vector>) -> value
;;; Apply PRED? to each element in VECTOR ...; if PRED?