xmobar

Portabilityunportable
Stabilityunstable
MaintainerJose A Ortega Ruiz <jao@gnu.org>
Safe HaskellSafe-Inferred

Plugins.Utils

Description

Created: Sat Dec 11, 2010 20:55

Miscellaneous utility functions

Documentation

expandHome :: FilePath -> IO FilePath

changeLoop :: Eq a => STM a -> (a -> IO ()) -> IO ()

safeHead :: [a] -> Maybe a