Holumbus-Distribution-0.1.1: intra- and inter-program communication

Portabilityportable
Stabilityexperimental
MaintainerStefan Schmidt (stefanschmidt@web.de)

Holumbus.Common.Utils

Description

Version : 0.1

Some nice functions, needed everywhere.

Synopsis

Documentation

decodeMaybe :: Binary a => Maybe ByteString -> Maybe aSource

parses something from a maybe bytestring, if Nothing, then Nothing

prettyRecordLine :: (Show b, Show a) => Int -> a -> b -> StringSource

For the nice output of key-value-pairs

handleAll :: (SomeException -> IO a) -> IO a -> IO aSource