(define (S-F some-string) #f) -Ian ----- Original Message ----- From: "Carl Eastlund" <[email protected]> To: "Ray Racine" <[email protected]> Cc: "Racket" <[email protected]> Sent: Wednesday, February 13, 2013 9:53:27 PM GMT -05:00 US/Canada Eastern Subject: Re: [racket] TR Numeric Tower
On Wed, Feb 13, 2013 at 9:49 PM, Ray Racine < [email protected] > wrote: What is the most efficient way to write the following method in TR? (: S->F (String -> (Option Float))) Presumably by writing to the list and having someone else write it. But you've clearly already implemented that method. ;-) --Carl ____________________ Racket Users list: http://lists.racket-lang.org/users ____________________ Racket Users list: http://lists.racket-lang.org/users

