Skip to content

haskell-unordered-containers/hashable

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2024
May 14, 2021
May 14, 2021
Oct 31, 2021
Mar 6, 2025
Jun 8, 2024
May 10, 2021
Jul 4, 2024
Jun 8, 2024
Mar 6, 2025
Feb 16, 2021
Jun 8, 2024
May 5, 2019
Sep 30, 2012
Jan 4, 2023
Mar 6, 2025
Aug 15, 2010
Jan 18, 2011
Aug 15, 2010
Feb 17, 2021
Apr 29, 2024
Dec 19, 2024
Oct 3, 2023
Mar 6, 2025

Repository files navigation

The hashable package

This package defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.