:: Float -> Int package:hashable

Like hashWithSalt, but no salt is used. The default implementation uses hashWithSalt with some default salt. Instances might want to implement this method to provide a more efficient implementation than the default implementation.
Default implementation of hash based on hashWithSalt.