[racket-dev] enum returns #f on c->racket no match?

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Nov 16 15:18:44 EST 2010

An hour and a half ago, John Clements wrote:
> 
> Okay the existing behavior was bothering me because (post-conversion
> to #f) there's no way to recover the problematic integer.  I
> therefore changed it so it signals an error instead, like this: [...]

It might still be useful to have the old behavior, or just use some
default value to be used for unknown numbers.  I've committed that
now.

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


Posted on the dev mailing list.