strong-path-1.1.3.0: Strongly typed paths in Haskell.
Safe HaskellNone
LanguageHaskell2010

StrongPath.Instances

Orphan instances

Hashable (Path s b t) Source #

Caveat: For two relative Paths, that only differ in the Directory, that they are relative to, this Hashable instance will return the same hash even though they are different paths.

Instance details

Methods

hashWithSalt :: Int -> Path s b t -> Int #

hash :: Path s b t -> Int #