[racket] Void expression wanted

From: Alexander D. Knauth (alexander at knauth.org)
Date: Sun Jan 4 23:25:52 EST 2015

will (void) not work?

On Jan 4, 2015, at 10:11 PM, Hendrik Boom <hendrik at topoi.pooq.com> wrote:

> I need a Typed Racket expression that, when executed, 
>  (1) does nothing
>  (2) returns a 'value' of type Void.
> 
> Much like (print 'foo) does, except I don't want anything printed.
> 
> -- hendrik
> 
> 
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.