purebred-0.1.0.0: An mail user agent built around notmuch

Safe HaskellNone
LanguageHaskell2010

UI.Utils

Documentation

safeUpdate :: Foldable t => Vector a -> t (Int, a) -> Vector a Source #

class Titleize a where Source #

Minimal complete definition

titleize

Methods

titleize :: a -> Text Source #

toggledItems :: List Name (Bool, a) -> [(Bool, a)] Source #