Fixed file/md5's conversion for TR according to the documentation.
original commit: 074150e427193aaad9268f785ad48d9a0ad85599
This commit is contained in:
parent
41ee377aa5
commit
12974a863c
|
@ -1,4 +1,6 @@
|
|||
#lang typed/racket/base
|
||||
(require/typed file/md5
|
||||
[md5 ((U Bytes Input-Port) -> Bytes)])
|
||||
[md5 (case->
|
||||
((U Bytes String Input-Port) -> Bytes)
|
||||
((U Bytes String Input-Port) Boolean -> Bytes))])
|
||||
(provide md5)
|
||||
|
|
Loading…
Reference in New Issue
Block a user