[plt-scheme] scheme/signature and require

From: Chongkai Zhu (czhu at cs.utah.edu)
Date: Mon Mar 23 21:48:18 EDT 2009

You don't need the (require scheme/base) line.

Chongkai

detmammut at googlemail.com wrote:
> why does the following create an error?
>
> ---
>
> #lang scheme/signature
>
> (require scheme/base)
>
> marshall-rest-args
>
> equal?
>
> car
> cdr
> cons
> map
> filter
>
> ---
>
> source-lang-sig.ss:3:1: define-signature: not a signature form in:
> require
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>   



Posted on the users mailing list.