tintin-1.10.1: A softer alternative to Haddock

Safe HaskellSafe
LanguageHaskell2010

Tintin.Capabilities.Filesystem

Documentation

newtype Path Source #

Constructors

Path Text 
Instances
Eq Path Source # 
Instance details

Defined in Tintin.Capabilities.Filesystem

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

Ord Path Source # 
Instance details

Defined in Tintin.Capabilities.Filesystem

Methods

compare :: Path -> Path -> Ordering #

(<) :: Path -> Path -> Bool #

(<=) :: Path -> Path -> Bool #

(>) :: Path -> Path -> Bool #

(>=) :: Path -> Path -> Bool #

max :: Path -> Path -> Path #

min :: Path -> Path -> Path #

Show Path Source # 
Instance details

Defined in Tintin.Capabilities.Filesystem

Methods

showsPrec :: Int -> Path -> ShowS #

show :: Path -> String #

showList :: [Path] -> ShowS #

newtype Extension Source #

Constructors

Extension Text