gitHUD-1.3.7: More efficient replacement to the great git-radar
GitHUD.Terminal.Types
data Color Source #
Constructors
Instances
Methods
(==) :: Color -> Color -> Bool #
(/=) :: Color -> Color -> Bool #
readsPrec :: Int -> ReadS Color #
readList :: ReadS [Color] #
readPrec :: ReadPrec Color #
readListPrec :: ReadPrec [Color] #
showsPrec :: Int -> Color -> ShowS #
show :: Color -> String #
showList :: [Color] -> ShowS #
data ColorIntensity Source #
(==) :: ColorIntensity -> ColorIntensity -> Bool #
(/=) :: ColorIntensity -> ColorIntensity -> Bool #
readsPrec :: Int -> ReadS ColorIntensity #
readList :: ReadS [ColorIntensity] #
readPrec :: ReadPrec ColorIntensity #
readListPrec :: ReadPrec [ColorIntensity] #
showsPrec :: Int -> ColorIntensity -> ShowS #
show :: ColorIntensity -> String #
showList :: [ColorIntensity] -> ShowS #
data Shell Source #
(==) :: Shell -> Shell -> Bool #
(/=) :: Shell -> Shell -> Bool #
showsPrec :: Int -> Shell -> ShowS #
show :: Shell -> String #
showList :: [Shell] -> ShowS #