-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Hashable instances for Data.Time -- @package hashable-time @version 0.2 module Data.Hashable.Time -- | The class of types that can be converted to a hash value. -- -- Minimal implementation: hashWithSalt. class Hashable a hashWithSalt :: Hashable a => Int -> a -> Int hash :: Hashable a => a -> Int instance Hashable TimeLocale instance Hashable ZonedTime instance Hashable LocalTime instance Hashable TimeOfDay instance Hashable TimeZone instance Hashable Day instance Hashable NominalDiffTime instance Hashable UTCTime instance Hashable DiffTime instance Hashable UniversalTime instance Hashable (Fixed a)