[racket] TR Numeric Tower
#lang typed/racket
(: S->F (String -> (Option Float)))
(define (S->F s) 1.0)
?
On Wed, Feb 13, 2013 at 8:53 PM, Carl Eastlund <cce at ccs.neu.edu> wrote:
> On Wed, Feb 13, 2013 at 9:49 PM, Ray Racine <ray.racine at gmail.com> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130213/2ea6f6cd/attachment-0001.html>