[racket-dev] Optional equality predicate for assoc and member

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sun Apr 24 21:02:37 EDT 2011

On Sun, Apr 24, 2011 at 8:57 PM, Neil Van Dyke <neil at neilvandyke.org> wrote:
> If, at the time this new "assq" makes it into a Racket release, the new
> "assq" turns out to be significantly slower than the old C one, can the old
> one ("kernel:assq"?) be exposed for programs to call directly?

#lang racket
(require (prefix-in kern: '#%kernel))
kern:assq

-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.