motoko
motoko copied to clipboard
bug: duplicate deprecation warnings
let hash = Hash.hash
produces two deprecation warnings, while
let hash : Nat -> Nat32 = Hash.hash
only one.
Don't warn during inference, perhaps?