#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 <[email protected]> wrote:

> 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

Reply via email to