-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | message passing style helpers -- -- message passing style helpers @package mps @version 2009.5.13 module MPS (.) :: a -> (a -> b) -> b (/) :: FilePath -> FilePath -> FilePath on :: (b -> b -> c) -> (a -> b) -> a -> a -> c escape_unicode_xml :: String -> String file_size :: String -> IO Integer file_mtime :: String -> IO UTCTime read_binary_file :: String -> IO String get_permissions :: String -> IO Permissions get_current_directory :: IO String now :: IO UTCTime format_time :: String -> UTCTime -> String unzip64 :: String -> String zip64 :: String -> String module MPSUTF8