FICHA · MANJARO

haskell-hashable

A class for types that can be converted to a hash value

  • haskell-library
  • LIBRARY
  • HASHING
  • DATA-STRUCTURES
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library defining a class for types that can be converted to a hash value. It is widely used by hash maps, hash sets, caches, and data structures that need efficient lookup.

Developers use it by deriving or writing Hashable instances for custom types. Hashes here are for data structures and performance, not for cryptographic security.

Permissions

Permissions not analysed for this source yet.