[plt-scheme] build-list not there?
Probably we need to know where "there" is. For example, this works fine:
% mzscheme
Welcome to MzScheme v3.99.0.22 [3m], Copyright (c) 2004-2008 PLT Scheme Inc.
> build-list
#<procedure:build-list>
> ^D
as does this:
[alishan] ~% cat tmp.ss
#lang scheme
build-list
[alishan] ~% mzscheme tmp.ss
#<procedure:build-list>
[alishan] ~%
On Sat, Apr 5, 2008 at 5:14 PM, Dave Herman <dherman at ccs.neu.edu> wrote:
> The docs say `build-list' is part of the standard v4 library:
>
> http://pre.plt-scheme.org/docs/html/reference/pairs.html
>
> but I'm not able to find it (except in the old etc.ss). Am I missing
> something?
>
> Thanks,
> Dave
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>