console functions
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Hashing
|
||||
=======
|
||||
|
||||
```haskell
|
||||
hashWithSalt :: Hashable a => Int -> a -> Int
|
||||
```
|
||||
|
||||
```haskell
|
||||
hash :: Hashable a => a -> Int
|
||||
```
|
||||
|
||||
```haskell
|
||||
hashUsing :: Hashable b => (a -> b) -> Int -> a -> Int
|
||||
```
|
||||
Reference in New Issue
Block a user