[racket] Requiring SRFI

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Nov 1 14:49:37 EDT 2012

A few minutes ago, Mark Engelberg wrote:
> Thanks.  Is there a simple way to do it without itemizing the
> specific function names?

The two things in the form are two require specs, and you get
everything from the first that is not provided by the second -- you
don't need to list any names.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.