Portability | unportable |
---|---|
Stability | unstable |
Maintainer | Jose A Ortega Ruiz <jao@gnu.org> |
Safe Haskell | Safe-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