On Tue, Feb 24, 2009 at 3:20 PM, Sam TH <[email protected]> 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)
_________________________________________________
For list-related administrative tasks:
http://list.cs.brown.edu/mailman/listinfo/plt-dev