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

StrongPath.Instances

Orphan instances

Ord (Path s b t) Source # 
Instance details

Methods

compare :: Path s b t -> Path s b t -> Ordering #

(<) :: Path s b t -> Path s b t -> Bool #

(<=) :: Path s b t -> Path s b t -> Bool #

(>) :: Path s b t -> Path s b t -> Bool #

(>=) :: Path s b t -> Path s b t -> Bool #

max :: Path s b t -> Path s b t -> Path s b t #

min :: Path s b t -> Path s b t -> Path s b t #

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 #