On Tue, Feb 24, 2009 at 3:20 PM, Sam TH <samth at ccs.neu.edu> wrote:

>
>
> You should probably handle the case where the input is a Bytes as well.
>
>
Thanks for pointing it out - I misread the input definition.  The following
is the updated wrapper.

;;
md5.ss

;; wrapper on
file/md5

#lang typed-scheme
(require/typed file/md5
               (md5 ((U Bytes Input-Port) -> Bytes))
               )
(provide md5)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.racket-lang.org/archive/dev/attachments/20090224/cab3d5d6/attachment.html>

Reply via email to