On this page:
2.1 Simple Functions
identity
constant
thunk
2.2 Higher Order Predicates
conjoin
disjoin
2.3 Currying and (Partial) Application
call
papply
papplyr
curryn
currynr
2.4 Parameter Arguments
lambda/ parameter
Version: 4.1.3

2 Functions

 (require (planet cce/scheme:4:1/function))

This module provides tools for higher-order programming and creating functions.

2.1 Simple Functions

(identity x)  (one-of/c x)
  x : any/c

Returns x.

(constant x)  (unconstrained-> (one-of/c x))
  x : any/c

Produces a function that returns x regardless of input.

Examples:

  (define f (constant (gensym)))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (f)

  g17086

  > (f '(4 5 6))

  g17086

  > (f #:x 7 #:y 8 #:z 9)

  g17086

(thunk body ...)

Creates a function that ignores its inputs and evaluates the given body. Useful for creating event handlers with no (or irrelevant) arguments.

Examples:

  (define f (thunk (define x 1) (printf "~a\n" x)))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (f)

  1

  > (f 'x)

  1

  > (f #:y 'z)

  1

2.2 Higher Order Predicates

((conjoin f ...) x ...)  boolean?
  f : (-> A ... boolean?)
  x : A

Combines calls to each function with and. Equivalent to (and (f x ...) ...)

Examples:

  (define f (conjoin exact? integer?))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (f 1)

  #t

  > (f 1.0)

  #f

  > (f 1/2)

  #f

  > (f 0.5)

  #f

((disjoin f ...) x ...)  boolean?
  f : (-> A ... boolean?)
  x : A

Combines calls to each function with or. Equivalent to (or (f x ...) ...)

Examples:

  (define f (disjoin exact? integer?))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (f 1)

  #t

  > (f 1.0)

  #t

  > (f 1/2)

  #t

  > (f 0.5)

  #f

2.3 Currying and (Partial) Application

(call f x ...)  B
  f : (-> A ... B)
  x : A

Passes x ... to f. Keyword arguments are allowed. Equivalent to (f x ...). Useful for application in higher-order contexts.

Examples:

  > (map call
         (list + - * /)
         (list 1 2 3 4)
         (list 5 6 7 8))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  (6 -4 21 1/2)

  (define count 0)
  (define (inc)
    (set! count (+ count 1)))
  (define (reset)
    (set! count 0))
  (define (show)
    (printf "~a\n" count))
  > (for-each call (list inc inc show reset show))

  2

  0

(papply f x ...)  (B ... -> C)
  f : (A ... B ... -> C)
  x : A
(papplyr f x ...)  (A ... -> C)
  f : (A ... B ... -> C)
  x : B

The papply and papplyr functions partially apply f to x ..., which may include keyword arguments. They obey the following equations:

  ((papply f x ...) y ...) = (f x ... y ...)
  ((papplyr f x ...) y ...) = (f y ... x ...)

Examples:

  (define reciprocal (papply / 1))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (reciprocal 3)

  1/3

  > (reciprocal 4)

  1/4

  (define halve (papplyr / 2))
  > (halve 3)

  3/2

  > (halve 4)

  2

(curryn n f x ...)  (A1 ... -> ooo -> An ... -> B)
  n : exact-nonnegative-integer?
  f : (A0 ... A1 ... ooo An ... -> B)
  x : A0
(currynr n f x ...)  (An ... -> ooo -> A1 ... -> B)
  n : exact-nonnegative-integer?
  f : (A1 ... ooo An ... An+1 ... -> B)
  x : An+1

Note: The ooo above denotes a loosely associating ellipsis.

The curryn and currynr functions construct a curried version of f, specialized at x ..., that produces a result after n further applications. Arguments at any stage of application may include keyword arguments, so long as no keyword is duplicated. These curried functions obey the following equations:

  (curryn 0 f x ...) = (f x ...)
  ((curryn (+ n 1) f x ...) y ...) = (curryn n f x ... y ...)
  
  (currynr 0 f x ...) = (f x ...)
  ((currynr (+ n 1) f x ...) y ...) = (currynr n f y ... x ...)

The call, papply, and papplyr utilities are related to curryn and currynr in the following manner:

  (call f x ...) = (curryn 0 f x ...) = (currynr 0 f x ...)
  (papply f x ...) = (curryn 1 f x ...)
  (papplyr f x ...) = (currynr 1 f x ...)

Examples:

  (define reciprocal (curryn 1 / 1))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  > (reciprocal 3)

  1/3

  > (reciprocal 4)

  1/4

  (define subtract-from (curryn 2 -))
  (define from-10 (subtract-from 10))
  > (from-10 5)

  5

  > (from-10 10)

  0

  (define from-0 (subtract-from 0))
  > (from-0 5)

  -5

  > (from-0 10)

  -10

  (define halve (currynr 1 / 2))
  > (halve 3)

  3/2

  > (halve 4)

  2

  (define subtract (currynr 2 -))
  (define minus-10 (subtract 10))
  > (minus-10 5)

  -5

  > (minus-10 10)

  0

  (define minus-0 (subtract 0))
  > (minus-0 5)

  5

  > (minus-0 10)

  10

2.4 Parameter Arguments

(lambda/parameter (param-arg ...) body ...)
 
param-arg = param-arg-spec
  | keyword param-spec
     
param-arg-spec = id
  | [id default-expr]
  | [id #:param param-expr]

Constructs a function much like lambda, except that some optional arguments correspond to the value of a parameter. For each clause of the form [id #:param param-expr], param-expr must evaluate to a value param satisfying parameter?. The default value of the argument id is (param); param is bound to id via parameterize during the function call.

Examples:

  (define p (open-output-string))

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/dict.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/math.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/tcp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/udp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/cmdline.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/promise.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/bool.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/local.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/nest.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/context.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/kerncase.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/portlines.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzscheme/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/etc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/port.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/main-collects.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/kw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/mzscheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/stxmz-body.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-rp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-if.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/old-procs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/name.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/path-relativize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winutf16.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/mach-o.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/config/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/configtab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/stx.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/stxset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-basic-opters.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-arrow.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/pretty.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-opt-guts.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/struct-info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-ds-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-internal.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-checks.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/stxparam.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/class-events.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/define.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/classidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/contract-arr-obj-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/path-spec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/increader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/match-expander.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/define-forms.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-helper.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/patterns.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/gen-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/compiler.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/boundmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/split-rows.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/reorder.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/provider.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/list.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/cons.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/selector.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/predicate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/misc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/fold.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/filter.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/delete.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/alist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/lset.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/optional.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/srfi/1/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-quasi.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-keywords.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-runtime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unit-compiletime.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/contract-object.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/planet.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab/lang/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/module-reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/info.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/infotab.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/function.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/queue.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/require-provide.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/text.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/values.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/web.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/main.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/unbound.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Users/adelphiuser/Library/PLT Scheme/planet/300/4.1.3/cache/cce/scheme.plt/4/1/private/syntax-core.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/xml-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/structures.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/reader.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/writer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/xexpr.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/space.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/private/syntax.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unitsig200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/unit200.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigmatch.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/unitidmap.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/private/sigutil.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/string.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/planet-archives.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/planet-shared.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/file.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/cachepath.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/define-config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/getinfo.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/data.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modread.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/sandbox.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/moddep.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/gui/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modcollapse.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/modresolve.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modhelp.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/private/modcollapse-noctc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/basic.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-style.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-mod.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-tech.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bib.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-proc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-form.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-vars.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-bind.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/scheme.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/search.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/config.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/manual-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-ex.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/private/serialize.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/decode-struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/resolver.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/date.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/struct.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/linkage.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/parsereq.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/private/short-syntax-helpers.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/legacy-match.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/match/parse-legacy.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/head-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/unit/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/signature/lang.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-structs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/url-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/tcp-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/uri-codec-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/class.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/for.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/qsloc.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scribble/private/manual-method.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/planet/util.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/pack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/plt-single-installer.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/unpack.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/inflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/net/base64-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/setup-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/launcher/launcher-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/dynext-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/option-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/compiler-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/syntax/toplevel.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/compile.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/cm.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/omitted-paths.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/compile-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/link-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/file-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/include.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/process.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/sendevent.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/dirs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/private/cmdargs.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/dynext/filename-version.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/version/utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/cm-accomplice.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/variant.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-unit.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/embed-sig.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/xml/plist.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winicon.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/winsubsys.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/macfw.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/windlldir.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/compiler/private/collects-path.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/scheme/system.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/setup/private/path-utils.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/file/gzip.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mzlib/deflate.ss orig-registry #<module-registry> current-registry #<module-registry>

    skipping:  /Applications/PLT Scheme v4.1.3/collects/mred/private/dynamic.ss orig-registry #<module-registry> current-registry #<module-registry>

  (define hello-world
    (lambda/parameter ([port #:param current-output-port])
      (display "Hello, World!")
      (newline port)))
  > (hello-world p)
  > (get-output-string p)

  "Hello, World!\n"